bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cvs get -d some/dir in pserver mode doesn't work right if "some/dir"


From: Larry Jones
Subject: Re: cvs get -d some/dir in pserver mode doesn't work right if "some/dir" has '/' in name
Date: Mon, 21 Oct 2002 17:26:30 -0400 (EDT)

Dmitriy Beloslyudtsev writes:
>
> >Synopsis:    cvs get -d some/dir in pserver mode doesn't work right if 
> >"some/dir" has '/' in name
[...]
>       cd /var/tmp
>       mkdir ncbi
>       cvs get -d ncbi/demo distrib/demo

A long-standing (and very hard to fix) bug.  The workaround is to just
cd to the parent of the directory you want checked out:

        cd /var/tmp
        mkdir ncbi
        cd ncbi
        cvs get -d demo distrib/demo

-Larry Jones

Yep, we'd probably be dead by now if it wasn't for Twinkies. -- Calvin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]