Skip to content
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.

Commit

Permalink
Updated authors command:
Browse files Browse the repository at this point in the history
  Added -q option so that only the authors are shown in the output.
  Added url example so that users are pulled from entire history
  • Loading branch information
bwolfe committed Jun 18, 2012
1 parent ffedaee commit f6610ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ repository which name on its own line. This would allow you to easily
redirect the output of this command sequence to ~/.svn2git/authors and have
a very good starting point for your mapping.

$ svn log | grep -E "r[0-9]+ \| .+ \|" | awk '{print $3}' | sort | uniq
$ svn -q log http://path/to/root/of/project | grep -E "r[0-9]+ \| .+ \|" | awk '{print $3}' | sort | uniq

Debugging
---------
Expand Down

0 comments on commit f6610ab

Please sign in to comment.