Skip to content
This repository was archived by the owner on Jan 24, 2021. It is now read-only.

Commit f6610ab

Browse files
committed
Updated authors command:
Added -q option so that only the authors are shown in the output. Added url example so that users are pulled from entire history
1 parent ffedaee commit f6610ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ repository which name on its own line. This would allow you to easily
174174
redirect the output of this command sequence to ~/.svn2git/authors and have
175175
a very good starting point for your mapping.
176176

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

179179
Debugging
180180
---------

0 commit comments

Comments
 (0)