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


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

Reply via email to