Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2005 09:07:06 +0000
From:      Osmany Guirola Cruz <osmany.guirola@cigb.edu.cu>
To:        Giorgos Keramidas <keramida@ceid.upatras.gr>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: cvs question?
Message-ID:  <4243D4BA.6000702@cigb.edu.cu>
In-Reply-To: <20050324233816.GA21885@gothmog.gr>
References:  <42430C4A.3080200@gmail.com> <slrnd466j7.h05.apeiron%2Busenet@prophecy.dyndns.org> <42432463.7090403@daleco.biz> <4242F221.4080902@cigb.edu.cu> <20050324233816.GA21885@gothmog.gr>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi again

 The option -R does not work :-(
i do  this
#setenv CVSROOT freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs
#cvs -R co -rRELENG_5 src
and get this
cvs [checkout aborted]: cannot write /home/ncvs/CVSROOT/val-tags: 
Permission denied
and if i do
#socksify cvs -R co src
WORKS PERFECTLY

What can i do?

Osmany



Giorgos Keramidas wrote:

>On 2005-03-24 17:00, Osmany Guirola Cruz <osmany.guirola@cigb.edu.cu> 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
>>    
>>
>
>True.
>
>  
>
>>but i don't want this version 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
>>    
>>
>
>Use the -R option of cvs (read-only repository):
>
>    # CVSROOT='freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs'
>    # export CVSROOT
>    # cvs -R co -rRELENG_5 src
>
>
>  
>




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