Search code examples
version-controlbazaar

Free Software Version Control (3-4 man)


I'd need help for finding a program for software version control with following features: - Multiplataform (Windows and Ubuntu) - Keep our code private (perfect if support private ftp repositories). - Free or cheap for small groups (3-4). - We dont need a big storage capacity - (Optional) Eclipse integration - Automatic notification of updates

We tried Bazaar, it enforces all the rules except the last one, because for password protected repositories sources it only update on demand (asking the password all the times)

Thanks in advance


Solution

  • Considering Git is now the official VCS used by all Eclipse projects, it would be a nice fit.

    The latest Eclipse Indogo 3.7 comes with EGit included: no need to "install" Git.
    As this SO answer illustrates, it is fairly complete.

    EGit repositories view