Re: How to get a batchcopy of files changed between two revisions (on windows)
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-06-17 22:30:27 CEST
Volker Voßkämper <volker.vosskaemper@cenote.de> writes:
> Now I want all files changed from revision 17 up to now (File-A, File-D).
Try 'svn merge --dry-run -r17:HEAD'. That will give you a list of
(So will looking at the output 'svn log -v -r17:HEAD')
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.