Skip to content

Instantly share code, notes, and snippets.

@hachi-eiji
Created October 31, 2012 17:03
Show Gist options
  • Save hachi-eiji/3988325 to your computer and use it in GitHub Desktop.
Save hachi-eiji/3988325 to your computer and use it in GitHub Desktop.
show changed file name list
#!/bin/sh
USER=''
PASS=''
URL=''
START_DATE=''
svn log -v -q --username="$USER" --password="$PASS" -r {${START_DATE}}:HEAD $URL | grep '^ ' | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment