On 2005-09-08 01:28:55, Emre Sevinc wrote:
darcs get http://common-lisp.net/project/cl-wiki/repos/cl-wiki_dev
Being an occasional CVS user (and someone who didn't use darcs at all) for simple version cont. stuff I just wonder the reasons why darcs is getting popular especially among Lispers. Is simply that "darcs is better CVS" or some specific feature for management? Ease of use?
Nearly every VCS after CVS is better than CVS. Renaming files, directories, etc.
And darcs is easy to set up. You don't need a special kind of server software. So every webspace can become host for your repository.
darcs is ideal for OSS. You can get/pull a repository to your local machine and then you have a local repository. You can commit changes local, revert them again, work with it like with any other VCS. And at the end you generate a patch for the maintainer.
Regards, Stefan