Commit several projects in Eclipse SVN

806 Views Asked by At

I am working on several projects in Eclipse. The projects are checked out from an SVN repository. The projects also depend on each other. Currently, if I want to commit them, I have to mark each project and then call Team -> Commit.

Is it possible to commit everything without selecting particular projects? That's quite annoying. It is especially difficult to remember which projects were changed today and which were not. I tried doing this with working sets but I do not see any option of committing them.

Any ideas?

1

There are 1 best solutions below

1
On

You can only commit them together if they are all part of the same working copy. If you checked each project out individually via Eclipse, this will not be the case.

Unless there's very tight coupling between the projects, you normally should not be committing multiple projects at once. It's not about making things less convenient to you, but about making your commits smaller, self-contained "units".