info-cvs
[Top][All Lists]
Advanced

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

Re: CVS get without recursion


From: Larry Jones
Subject: Re: CVS get without recursion
Date: Thu, 29 Aug 2002 00:05:26 -0400 (EDT)

Alistair Young writes:
>
> 2) I want to get the file "test.pl" to a completely different directory
> For example, I want to get this file to /usr/dev/rubbish. When I do this, 
> however, it gets put in as /usr/dev/rubbish/usr/local/bin/test.pl

How are you getting the file?  If you do:

        cvs co -d /usr/dev/rubbish usr/local/bin/test.pl

or

        cd /usr/dev/rubbish
        cvs co -d . usr/local/bin/test.pl

you should end up with exactly what you want.

-Larry Jones

I don't want to be THIS good! -- Calvin




reply via email to

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