info-cvs
[Top][All Lists]
Advanced

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

RE: Export files by specific revision number


From: Rick Genter
Subject: RE: Export files by specific revision number
Date: Thu, 22 Sep 2005 05:48:58 -0700

You could temporarily tag the revision you are interested in, export that tag, then delete the tag.


-----Original Message-----
From: address@hidden on behalf of Spiro Trikaliotis
Sent: Thu 9/22/2005 3:30 AM
To: info-cvs ML
Subject: Export files by specific revision number

Hello,

is it possible to export a specific file by a revision number? That is,
I want to get that file, but no CVS/ subdirectory and the like.

What I found so far:

1. cvs export -r :TAG: :FILE:
2. cvs co -p -r :REVISION: :FILE: > :WHERE:

Both have disadvantages. "cvs export" does not allow to specify a
revision, this HAS to be a tag. "cvs co" utilizes stdout, which is not
allowed here (due to some bad (?) "policy").

Is there any other option to achieve what I want (other than checking
the file out and deleting the CVS/ directory afterwards)?

Thanks,
   Spiro.

--
Spiro R. Trikaliotis                              http://cbm4win.sf.net/
http://www.trikaliotis.net/                     http://www.viceteam.org/


_______________________________________________
Info-cvs mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/info-cvs



reply via email to

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