Uhmm may I humbly suggest Monotone<www.monotone.ca>? http://en.wikipedia.org/wiki/Comparison_of_revision_control_software
http://versioncontrolblog.com/comparison/ The only penalty (and it's ceratinly not small), is that all the community ran away, and noone made a Tortoise port for it (like git, mercurial, ... others also new?) I find it's features like mtn comment <revision> "oh yeah, and a note about..." and a sane merge between heads that does not involve your current workspace. mtn propagate mtn commit ---branch="new branch name" ... mtn update -r h:"new branch name" On Thu, Apr 1, 2010 at 4:18 AM, Bill Hoffman <[email protected]> wrote: > After trying git for a while, the CMake developers have decided that git is > way too complicated, and allows too many edits to take place simultaneously. > So, we have decided to use sccs instead. With sccs, only one developer at > a time can change a file, this avoids conflicting edits to being made to the > source tree, and should increase the stability of CMake. Since there are no > network protocols supported by sccs, we will have to use a single SAMBA > share to host the repository. Since we can not export this share outside > Kitware, only developers located in the Clifton Park office of Kitware will > be able to checkout a file for edit. If external developers need to change > a file, they will have to email one of the CMake developers and ask them to > check it out locally at Kitware. Once the CMake dev gets a lock on the > file, we will email that version to the outside contributor. After changes > are made, the file should be emailed back to Kitware, or sent on a 3.5 inch > floppy disk to: > > CMake SCCS revisions at Kitware > 28 Corporate Drive > Clifton Park, NY 12065 > > The change will happen today and today only. > > -Bill > > > > -- > Bill Hoffman > Kitware, Inc. > 28 Corporate Drive > Clifton Park, NY 12065 > [email protected] > http://www.kitware.com > 518 881-4905 (Direct) > 518 371-3971 x105 > Fax (518) 371-4573 > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the CMake FAQ at: > http://www.cmake.org/Wiki/CMake_FAQ > > Follow this link to subscribe/unsubscribe: > http://www.cmake.org/mailman/listinfo/cmake > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
