Skip to content

cvs diff not working on anonymous cvs (PR#4907)

3 messages · John W. Eaton, bjg@network-theory.co.uk

#
Full_Name: Brian Gough
Version: anonymous cvs
OS: Debian GNU/Linux 3.0
Submission from: (NULL) (80.46.234.10)


After successfully checking out the source tree following the instructions on
http://anoncvs.r-project.org/ I can run cvs update commands successfully but not
cvs diff.

bjg|debian> cvs update
cvs server: Updating .
cvs server: Updating afm
....
bjg|debian> cvs diff -r R-1-7-0 README 
cvs [server aborted]: cannot write /cvs/CVSROOT/val-tags: Permission denied

Thanks for making CVS available (very useful -- I wiped out some work several
times when using Rsync!)
1 day later
#
On 1-Nov-2003, bjg@network-theory.co.uk <bjg@network-theory.co.uk> wrote:
| Full_Name: Brian Gough
| Version: anonymous cvs
| OS: Debian GNU/Linux 3.0
| Submission from: (NULL) (80.46.234.10)
| 
| 
| After successfully checking out the source tree following the instructions on
| http://anoncvs.r-project.org/ I can run cvs update commands successfully but not
| cvs diff.
| 
| bjg|debian> cvs update
| cvs server: Updating .
| cvs server: Updating afm
| ....
| bjg|debian> cvs diff -r R-1-7-0 README 
| cvs [server aborted]: cannot write /cvs/CVSROOT/val-tags: Permission denied

I think this should be fixed now.

Thanks,

jwe
#
John W. Eaton writes:
> On 1-Nov-2003, bjg@network-theory.co.uk <bjg@network-theory.co.uk> wrote:
> | bjg|debian> cvs diff -r R-1-7-0 README 
 > | cvs [server aborted]: cannot write /cvs/CVSROOT/val-tags: Permission denied
 > 
 > I think this should be fixed now.
 > 

Yes, it's working now -- thanks.