Hacker News new | ask | show | jobs
by grujicd 198 days ago
I'm still using subversion as it servers solo developer needs perfectly.
2 comments

Only if you don't branch often. The way I code, I branch for every feature or bugfix. Even on my personal projects.
If you're just doing an edit on main and push changes, git can do that fine just as well as svn, but no need to run a specific server on your laptop either, and in a client/server basis back to your home pi you just use standard ssh rather than running a special server.