Thread
:
New developer concern - why a not Git
View Single Post
#
4
30th June 2011, 14:23
vStone
Junior Member
Join Date: Feb 2011
Location: Belgium
Posts: 15
Thanks: 1
Thanked 3 Times in 2 Posts
You can easily use git yourself i you want to and add the svn repository using git-svn. I do this myself. After importing the svn repository in your git repo (which will take a while), use
Code:
git svn rebase
and
Code:
git svn dcommit
(if you can commit to the ispconfig svn that is)
vStone
View Public Profile
Send a private message to vStone
Visit vStone's homepage!
Find all posts by vStone