Directory structure for project in Eclipse using Subclipse
"Richard O. Hammer" <[email protected]>
| Newsgroups | gmane.org.user-groups.trijug.juglist |
|---|---|
| Message-ID | <[email protected]> |
I am trying to figure out how to set up a project in Eclipse that will use Subversion through the Subclipse plug-in. I want a directory structure that is logical and useful. The documentation I see suggests using three directories under the project home, one each for: trunk, branches, and tags. But how does that relate to the src and bin directories Eclipse likes to use? Are all five of those in the project home? Or is there some way to set up Eclipse to recognize a structure like this: projectHome - trunk - src - bin -tags -branches Or am I supposed to have a top level package named "trunk" in a structure like this: projectHome -src - trunk - tags - branches -bin What works? Thank you, Rich Hammer