Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alternatives to Git? [closed]

Is there any version control software with the functionality of Git, but which is not under a viral license? - A "viral license" being, by my definition, one which requires derived software to be under the same or an equally-restrictive license.

I'm not interested in an argument on or discussion about the GPL; it's outside the scope of this question and website.

Thanks.

like image 904
Narf the Mouse Avatar asked Apr 22 '11 21:04

Narf the Mouse


2 Answers

Fossil is (and Codeville was) a BSD-licensed distributed revision control system.

Note that unless you're actually modifying the version control software itself, the license doesn't affect you; you're free to develop non-GPL'ed software using a GPL'ed tool to manage revisions.

like image 55
Wooble Avatar answered Sep 22 '22 23:09

Wooble


The other options are :

  1. Perforce
  2. Bazaar
  3. SVN
  4. CVS
like image 29
Dinesh Arora Avatar answered Sep 24 '22 23:09

Dinesh Arora