1

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

Rostislav Matl
  • 4,294
  • 4
  • 29
  • 53
ChyBy
  • 1,655
  • 2
  • 13
  • 15

4 Answers4

3

I personally love subverion. It fulfills all your criteria

Tom Squires
  • 8,848
  • 12
  • 46
  • 72
  • the subclipse plugin for Eclipse works great, the team sync view is perfect http://subclipse.tigris.org/servlets/ProjectProcess;jsessionid=9A92093E118F1B1420C1CDAD0D08E76D?pageID=p4wYuA – vinnyjames Jul 07 '11 at 16:10
1

Git, Subversion... Eclipse integration is a job for Eclipse, i.e. some plugin.

Git is more powerfull but takes longer to learn.

You always get e-mail when commit happens. Although it's hard form me to imagine why you want to be distracted everytime any of your colleagues does a commit.

Rostislav Matl
  • 4,294
  • 4
  • 29
  • 53
1

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

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
0

We use Git to manage large files and projects. The Git version control system offers a fantastic set of features for completing writing projects in a fast, efficient and organized way. If you're a professional software developer, then you should be using version control software to manage your projects. Here's a great comparison of version control software so you can decide the best solution for you.