Listing file changes between two (tag) revisions
From: Chris <chris_at_chrissearle.org>
Date: 2006-01-13 09:56:19 CET
I feel that I'm missing something obvious here - but I can't seem to
Repo setup looks like:
repo/trunk
I need to generate a list of files that are added/modified/deleted
svn diff gives me the changes to files in both (I can of course ignore
The nearest I've found to what I'm after is
svn merge --dry-run <url to trunk> <url to tag foo1> <path to working copy of foo1>
svn merge --dry-run <url to tag foo2> <url to tag foo1> <path to working copy of foo1>
This gives me exactly what I need - a list of files prefixed with A,
So - is there an easier way to obtain a list of which files have been
-- Chris --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Fri Jan 13 10:00:52 2006 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.