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:[EMAIL PROTECTED] Enviado el: martes, 05 de septiembre de 2006 17:12 Para: Martinez Pla, Jose Antonio CC: [email protected] Asunto: Re: cvs export dude -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Martinez Pla, Jose Antonio <[EMAIL PROTECTED]> 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----- _______________________________________________ info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
