List files that were changed between two branches
From: Paul Austin <mail-lists_at_revolsys.com>
Date: 2006-03-22 21:05:10 CET
I have a requirement to list all the files that have changed from one
What I would like is a command where I could get a list that shows the
#!/bin/bash
REPOSITORY=<url to repository>
svn diff $REPOSITORY/$APP/$VER1 $REPOSITORY/$APP/$VER2 | grep Index: | awk '{ print $2} '|sort
I think what would work is if the svn switch command had a pretend
Any thoughts on how to do this? Or if SVN itself could be extended to
Cheers,
|
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.