Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Mar 2005 23:24:22 -0500
From:      Garance A Drosihn <drosih@rpi.edu>
To:        Osmany Guirola Cruz <osmany.guirola@cigb.edu.cu>, freebsd-questions@freebsd.org
Subject:   Re: cvs question?
Message-ID:  <p06210221be69429326a9@[128.113.24.47]>
In-Reply-To: <4242F221.4080902@cigb.edu.cu>
References:  <42430C4A.3080200@gmail.com> <slrnd466j7.h05.apeiron%2Busenet@prophecy.dyndns.org> <42432463.7090403@daleco.biz> <4242F221.4080902@cigb.edu.cu>

next in thread | previous in thread | raw e-mail | index | archive | help
At 5:00 PM +0000 3/24/05, Osmany Guirola Cruz wrote:
>Hi people
>
>I am learning in the use of cvs for sync my src and ports i use
>this command line and works perfectly
>
>#cvs -d freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs co src
>
>but this line update my source tree with the current version 6.0.
>But i don't want this version so then i do this
>
>#cvs -d freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs co -rRELENG_5 src
>
>and get this error
>cvs [checkout aborted]: cannot write /home/ncvs/CVSROOT/val-tags: 
>Permission denied
>
>What can i do?

I do not know for sure, but try:

#cvs -R -d freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs co -rRELENG_5 src

-- 
Garance Alistair Drosehn            =   gad@gilead.netel.rpi.edu
Senior Systems Programmer           or  gad@freebsd.org
Rensselaer Polytechnic Institute    or  drosih@rpi.edu



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?p06210221be69429326a9>