I had this problem last time and I'm having it again.
I checked out Webware from CVS as echuck:
> cvs -q -z3 -d:ext:echuck@... co
Webware
I tagged the release:
> cvs -q tag Release-0_4
I blew away CVS/ and Webware/ and tried checking out the release according
to it's tag:
> rm -rf CVS Webware
> cvs -q -z3 -d:ext:echuck@... co
-r Release-0_4 Webware
echuck@... password:
cvs [server aborted]: cannot write /cvsroot/Webware/CVSROOT/val-tags:
Permission denied
I want to tag our releases such that we can check out the same files again.
That's useful in case we need a bug fix release and such.
I tried again, but I did "cvs commit" after the tag, I tried the check out
in a different place without killing any files and dropped the "-q
-z3". Obviously, I was reaching. And it didn't work.
Any ideas?
-Chuck
|