2

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

1 Answer 1

1

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".

Sign up to request clarification or add additional context in comments.

1 Comment

OK, I understand. Is it possible to checkout complete working copy with Eclipse? The problem is that my two projects depend on each other and it often happens that I develop on both in parallel. And then I want to commit both at the same time for consistency reasons.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.