Hacker News new | ask | show | jobs
by grogers 5965 days ago
Its nice to see that subversion as a project is still evolving, but I will continue to use git-svn as my subversion client anyways most likely.

They haven't really mentioned exactly what will be supported by these changes, but it seems to me that without local branches, offline commits aren't really worth much. The fact that you need 5 svn checkouts to work on 5 different features at once sucks. With git-svn I can work on as many features as I want with different local branches, and they can each be based on different remote branches if needed.