CVS release
CVS release
- Subject: CVS release
- From: Jonathan Jackel <email@hidden>
- Date: Sat, 29 Nov 2003 22:36:04 -0500
I'm just starting to use CVS and I'm running into a strange problem. I
have created a local repository, imported a project, checked the
project out, made a few changes in XCode, and committed them. No
problems so far. Then, in the terminal, from the directory immediately
above the working directory, I do:
cvs release myproject
or
cvs release -d myproject
and I get the cvs command summary and this message:
cvs release: unable to release 'myproject'
This is the case even if I sudo the release. I'm pretty sure that I'm
executing this command in the right directory because if I try to
execute it one directory deeper or higher, I get this message:
cvs release: no such directory: myproject
And I can do:
rm -r myproject
without a hitch.
I know that, technically, I don't have to use release, but I'd like to.
Can someone give me a clue?
Jonathan
_______________________________________________
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.