Hi all,
Any recommendations for a version control system to install on the mac os x server?
Thanks in advance.
Hi all,
Any recommendations for a version control system to install on the mac os x server?
Thanks in advance.
Speaking from the user point of view, I've yet to see what real advantages Subversion offers over CVS. I'd say if you're more familiar with one versus the other, then go with that.
I'm stunned to read this. When Adium switched from CVS to SVN it was an enormous improvement. Offline diffs (so I can make patches while traveling), transactions (so the repository is always in a consistent state), cheap branches (svn branches are copy-on-write, so O(1) to create), and per-commit revision numbers are all huge advantages. Integration with Trac is nice as well.
Sorry to have "stunned" you.But you seem to be speaking largely from the standpoint of someone with commit access, while I (as I said right up front) was speaking from the end user point of view.