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.

link|improve this question

43% accept rate
have you considered using SVN? Is your issue with version control software, or integrating a version control software with your program, or are you talking about a host for the data? – Dr.J Apr 22 '11 at 21:36
6  
Why is a "viral" license a problem? Using Git for your software does not require you to put your software under the GPL. – delnan Apr 22 '11 at 21:39
Even the Apache Software Foundation itself encourages the use of git. – bmargulies Apr 22 '11 at 21:55
2  
@Delnan: It's a philosophical objection. I know it's not applicable to me, but I don't want to encourage the GPL to spread in any way, in somewhat of the same way I wouldn't walk around carrying an infectious virus I'm immune to. – Narf the Mouse Apr 22 '11 at 23:37
I'm not enough of a religious warrior either to encourage the "let's give our buddies a headstart by disallowing everyone else to use out stuff" stance that those licenses basically are. However, there are lots of great applications under the GPL (do you use gcc? I bet you did, at least indirectly if you ever used a unix-ish enviroment) that I want to use despite and philosophical disagreements, partly because quite often, there's about no useful code that can be derived from them as they're standalone applications (and in many cases, e.g. Codelite plugins, there's an exception for them). – delnan Apr 23 '11 at 0:05
show 1 more comment
feedback

2 Answers

Fossil and Codeville are BSD-licensed distributed revision control systems.

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.

link|improve this answer
Thanks; I'll look into them. – Narf the Mouse Apr 22 '11 at 23:37
feedback

The other options are :

  1. Perforce
  2. Bazaar
  3. SVN
  4. CVS
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.