top | item 46044981

(no title)

grujicd | 3 months ago

I'm still using subversion as it servers solo developer needs perfectly.

discuss

order

dotancohen|3 months ago

Only if you don't branch often. The way I code, I branch for every feature or bugfix. Even on my personal projects.

iso1631|3 months ago

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.