info-cvs
[Top][All Lists]
Advanced

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

Re: cvs export dude


From: Mark D. Baushke
Subject: Re: cvs export dude
Date: Tue, 05 Sep 2006 08:11:51 -0700

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Martinez Pla, Jose Antonio <address@hidden> writes:

> I´m trying to export a cvs proyect from a remote host from my local machine
> as:
> 
>  
> 
> cvs -d :pserver:<user>@<host>:<port><repository> export -r <revision_tag> -d
> <dir> <module>
> 
>  
> 
> If I run this line, I get the proyect on my working directory, on directory
> <dir>.
> 
> My problem is that I want the proyect to be downloaded on the /tmp
> directory, but if I write /tmp on the -d <dir> option, I get this message:
> 
>  
> 
> cvs [export aborted]: absolute pathname `/tmp' illegal for server
> 
>  
> 
> so, is there any chance to make this ?

Have you tried this?

    cd /tmp
    cvs -d :pserver:<user>@<host>:<port><repository> \
      export -r <revision_tag> <module>

The -d <dir> pathname must be a relative sub-directory, so if you need
it in /tmp, just cd to that directory first.

        -- Mark
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (FreeBSD)

iD8DBQFE/ZO3Cg7APGsDnFERAn98AJ43v3toSX6Dm9zwnGWYLQvyNcp4JACdHhSG
La0gKYMAnT/zZdFrmK7Sb5g=
=c7nR
-----END PGP SIGNATURE-----




reply via email to

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