Open GoogleCodeExporter opened 9 years ago
Google Code does have GIT support, so we could continue using Google Code also,
although in my opinion Github would be a better choice (although my own
preference is Bitbucket :P)
http://code.google.com/p/support/wiki/GitFAQ
Original comment by kipenros...@gmail.com
on 21 May 2013 at 1:45
[deleted comment]
Just so you know, I've managed to work around this I-Hate-SVN -problem.
This gives you a clone of current repo to work with:
"git svn clone https://gmapcatcher.googlecode.com/svn/trunk/ gmapcatcher
--username example@example.com"
Then you can branch etc as you normally do with Git. After you've done changes
in the branch, just merge/cherry-pick/whatever to the master. Don't forget to
commit the changes. After this run "git svn dcommit" and they are committed to
SVN.
To update your git-master from svn, the correct way seems to be to use "git svn
rebase"
Original comment by kipenros...@gmail.com
on 28 May 2013 at 10:43
Change to github will certainly bring more cooperation. It's a more active
platform than google code.
Original comment by rajatgup...@gmail.com
on 24 Jun 2013 at 9:16
Original issue reported on code.google.com by
kipenros...@gmail.com
on 21 May 2013 at 1:41