From: Jeff D. <da...@da...> - 2000-07-18 20:15:36
|
I'm trying to start a new branch in the CVS in which to hack in support for PATH_INFO support. Every time I try to execute a CVS command referencing a tagged version, I get the error message: cvs [server aborted]: cannot write /cvsroot/phpwiki/CVSROOT/val-tags: Permission denied For example, all of the following commands fail with the same message: cvs diff -rrelease-1_1_7 cvs co -rrelease-1_1_7 cvs rtag -rjeffs_pathinfo_hacks-root -b jeffs_patchinfo_hacks-branch phpwiki (The last command is the one I really want to do.) Note that I had no problem creating the tag jeffs_pathinfo_hacks-root. Any ideas? Jeff |