Simon Taylor-2 wrote:
> 
> Were using Maven2, Subversion accessible via WebDAV, Eclipse with both
> Subclipse and Maven2Eclipse plugin.
> 
> We created a new Maven2 project in Eclipse.
> We have an existing project structure that we want to convert to Maven 2
> and check in to the repository so we can then check it out and work on
> it in Eclipse.
> In eclipse it seems you can only check out from the repository "As a new
> project" - if we do this then we don't get the Maven2 structure.
> One alternative is to create the Maven2 project structure import the src
> code from the filesystem and then commit the whole project to Subversion
> - but ths also commits the target dir and all the compiled classes which
> to my mind shouldn't live in the repository.
> 

Yes, I like the second approach, you simply unselect "target" and "bin" not
to commit them, and you add the svn:ignore property on it. 

-- 
Régis
-- 
View this message in context: 
http://www.nabble.com/Maven-Subversion-Eclipse-Subclipse-Configuration-tf4757978s177.html#a13623976
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to