Tag Archives: dev

git + svn

git and svn make a pretty cool combo. its probably best to start with svn and then create a git to track it , but sometimes its more natural the other way around. suppose you start a small local project and want to track revs, git is perfect for this as there almost no setup […]

git gotchas, migrating from svn

so i’ve been playing around with git lately as a replacement for subversion (svn) since the 1.5 merge tracking isn’t all that great anyway and most package managers are frozen at 1.4 for a while. basically i’m too lazy to upgrade fedora box with svn/trac by hand, plus official packages are easier to maintain IMHO. […]