Hopefully a simple flag that I’m missing, I’ve got that
svn diff -r 321:322
Will return the diff of two revisions, is there an easy way to produce a list of just the names of the files affected, so I have a list of files to roll out, rather than filtering through the diff output for the filenames.
If I could get the filenames with the full path to them that would be ideal, but I may be asking too much.
Thanks.
in *nix you could do
That will give you the full path from your project root directory