• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

programmers: any recommendations on a personal source code repository?

lozina

Lifer
Something like Visual Source Safe which I use in the office- but I don't have the software to install it at my house so looking for something free. Just something to keep copies of old versions as you check in/check out file- any extra features ate not really necessary- any suggestions?

 
I've been using Subversion on a project lately, and am pretty happy with it. It handle things like renaming files & reorganizing directory trees much cleaner then the other standard option - CVS.
 
CVS is pretty nasty, especially considering what's available nowadays.

Subversion is much nicer than CVS and easy to switch to, but personally I like arch better. Its learning curve sucks though.
 
Back
Top