Archive

Posts Tagged ‘svn’

Converting a Subversion repository to Git

2012/02/06 Comments off

Just discovered this:

John Albin wrote an excellent article on how to convert a subversion repository to git:

http://john.albin.net/git/convert-subversion-to-git

Snippet for adding unknown files/dirs to Subversion (command line)

2011/03/29 Comments off
svn add `svn st | grep "^?" | awk '{print $2}'`

 

Categories: IT, linux Tags: , ,