info-cvs
[Top][All Lists]
Advanced

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

RE: cvs export dude


From: Martinez Pla, Jose Antonio
Subject: RE: cvs export dude
Date: Wed, 6 Sep 2006 08:18:58 +0200

Yes, this works right, but I only want to know if cvs export has the chance
to do it by itself.

I´ll make that.

Thank you very much.

Bye.

-----Mensaje original-----
De: Mark D. Baushke [mailto:address@hidden 
Enviado el: martes, 05 de septiembre de 2006 17:12
Para: Martinez Pla, Jose Antonio
CC: address@hidden
Asunto: Re: cvs export dude 

-----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]