sudo apt-get install git-svn
There is a good manual to moving projects from SVN to GIT (In Russian):
http://habrahabr.ru/post/144626/
To get list of all users for user-map:
svn log > log_all.txt
cat log_all.txt | grep "^r[0-9]" | cut -d" " -f3 | sort | uniq -c > svn-git-users-map.txt
There is a good manual to moving projects from SVN to GIT (In Russian):
http://habrahabr.ru/post/144626/
To get list of all users for user-map:
svn log > log_all.txt
cat log_all.txt | grep "^r[0-9]" | cut -d" " -f3 | sort | uniq -c > svn-git-users-map.txt
No comments:
Post a Comment