Tag Archives: svn

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. […]

macports subversion 1.5 ssh sasl problems

so svn 1.5 is finally out with all sorts of new features, most notably merge tracking and changesets or changelists as they call them. i had a bit of trouble getting this fully working so I’ll document a few of my findings below. using mac ports there was already a port available last Friday only […]