Hello,
I'm new to bitbucket, working with it for few days (with SourceTree client).
I'm working on a project with one more friend, and we share the whole eclipse project directory through the repository.
At the beggining it went pretty well, but now problems started to pop up.
For example, when my friend pulled new updates (without conflicts), his project suddenly became a real mess. Nothing compiled, the eclipse couldn't find libraries, and once that was fixed eclipse couldn't find some classes, and later even there was a problem with the resources of the project.
I guess it was a bad idea to share the whole project in the repository.
So what I'm basically asking is, how to work correctly with eclipse projects? What do I need to share and what to ignore? Couldn't find any examples on the internet so I came here.
Thanks ahead.
You can start with ignoring following files:
They might be different on different machines so if you copy them blindly then you can expect troubles similar to the ones you described.
Cheers,
Jacek
In general, share the source code for your project, don't share config files that your IDE uses. If you need help figuring out what's what, you might take your question to an Eclipse forum. Which source control you use (Git/SourceTree, Hg, SVN, etc) shouldn't really be relevant.
If/when you know what needs to be removed/ignored, but don't know how, come back here with those details.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.