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 23:18:40 CEST
Volker Voßkämper <volker.vosskaemper@cenote.de> writes:
> Wow, that's a good startingpoint !!! Thank you.
'svn log -v -r X' will show a list of changes between X-1 and X. It's
But 'svn merge -r X:Y' means:
"Describe how to change tree X into tree Y".
So it won't show you the changes that happened between X-1 and X.
---------------------------------------------------------------------
|
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.