Search code examples
eclipseidedvcsbazaar

eclipse+bzr (Or: DVCS + IDE)


I have some projects on bzr code repositories shared with colleagues.

Problem is, I really want to switch to eclipse in some projects, but I don't want to pollute the repository with the unnecessary metadata eclipse creates in its Workspaces.

Any idea how to keep Eclipse's metadata outside my bzr repo?

Adam


Solution

  • If you know the names of the meta files created, you could put them into your .bzrignore file in your repository's directory.

    See this part of the bzr docs