>Submitter-Id:   net
>Originator:     
>Organization:
net
>Confidential:   no
>Synopsis:      cvs get -d some/dir in pserver mode doesn't work right if "some/dir" 
>has '/' in name
>Severity:       serious
>Priority:      medium
>Category:      cvs
cvs
>Class:         
sw-bug
>Release:       1.11.2
>Environment:
        
System: SunOS dove 5.8 Generic_108528-15 sun4u sparc SUNW,Ultra-5_10
Architecture: sun4

>Description:
cvs get -d some/dir in pserver mode doesn't work right if "some/dir"
has '/' in name.
For example:
        cvs get -d 'ncbi/demo' distrib/demo
works when CVSROOT is regular path and fails if it pserver mode.
>How-To-Repeat:
        #in bash:
        export CVSROOT=":pserver:${LOGNAME}@cvsvault:/src/NCBI/vault.ncbi"
        cd /var/tmp
        mkdir ncbi
        cvs get -d ncbi/demo distrib/demo

>Fix:
        Seems in server mode the argument to -d is not processed right


_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs

Reply via email to