Jeremy,
Can you clarify the problem you are encountering when using the .project file from the repository? Specifically, I don't understand the following sentence.
"The .project file includes the name of the eclipse project, so using the one from SVN can result in the eclipse project having a different name to the one in the .project file from SVN."
If I'm using the .project file from SVN how does the Eclipse project have a different name than that stored in the .project file in SVN?
I've used this method many times without problems. The .project file is very small so should not add any significant overhead to the extraction and allows for easy importing of the project into Eclipse.
Lawrence
| [EMAIL PROTECTED]
07/10/2006 08:48 AM
|
|
Author: hughesj
Date: Mon Jul 10 05:48:31 2006
New Revision: 420512
URL: http://svn.apache.org/viewvc?rev=420512&view=rev
Log:
The eclipse .project file shouldn't be in SVN. The .project file includes the name of the eclipse project, so using the one from SVN can result in the eclipse project having a different name to the one in the .project file from SVN. Therefore, removed the .project file.
Also modified svn:ignore so .project is ignored for everyone.
Removed:
incubator/woden/java/.project
Modified:
incubator/woden/java/ (props changed)
Propchange: incubator/woden/java/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Jul 10 05:48:31 2006
@@ -7,3 +7,4 @@
.settings
woden-1.0.0M4-test-results.html
woden-1.0.0M5-test-results.html
+.project
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
