cvs question?

Osmany Guirola Cruz osmany.guirola at cigb.edu.cu
Fri Mar 25 06:01:04 PST 2005


Hi again

 The option -R does not work :-(
i do  this
#setenv CVSROOT freebsdanoncvs at 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 at 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 at 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 at 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 at anoncvs.FreeBSD.org:/home/ncvs'
>    # export CVSROOT
>    # cvs -R co -rRELENG_5 src
>
>
>  
>




More information about the freebsd-questions mailing list