Outputting a list of changed or new filenames between two branches


/ Published in: SVN
Save to your folder(s)



Copy this code and paste it in your HTML
  1. svn diff --old=OLD-URL[@OLDREV] --new=NEW-URL[@NEWREV] | diffstat | sed 's/[ \t]*|.*$//' > output.txt

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.