info-cvs
[Top][All Lists]
Advanced

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

export files between tags?


From: Dmitry Skachkov
Subject: export files between tags?
Date: Sun, 27 Jan 2002 09:06:07 -0800

Is there a way to export only files modified or added between two tags?

What I do now is:

cvs export -r tag1 -d tag1 myproject
cvs seport -r tag2 -d tag2 myproject

Then I run a diff, on the tag1 and tag2 directories and make a file list of
different files,
then I copy those files into other directory.

That's too many steps.




reply via email to

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