Re: CVS Fixes
Re: CVS Fixes
- Subject: Re: CVS Fixes
- From: Mark Lentczner <email@hidden>
- Date: Tue, 24 Feb 2004 00:42:05 -0800
On Feb 22, 2004, at 11:54 PM, Ashley Yakeley wrote:
I managed to find out why CVS kept failing when I opened a project.
Basically the first CVS command XCode issues is this:
/usr/bin/cvs -q -n update
This returns an error because I had "cvs -z3" in my ~/.cvsrc file.
To investigate this, do this:
This should succeed (-f means ignore ~/.cvsrc):
cvs -f -n up
This should fail:
cvs -f -z3 -n up
If you are using SourceForge, this is a know problem with some (!) of
their CVS servers. Many people have experienced it and it happens with
clients on all different platforms. See:
http://sourceforge.net/tracker/?
func=detail&aid=899871&group_id=1&atid=200001
- Mark
Mark Lentczner
email@hidden
http://www.wheatfarm.org/
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
References: | |
| >CVS Fixes (From: Ashley Yakeley <email@hidden>) |