[ http://jira.codehaus.org/browse/MECLIPSE-71?page=comments#action_59917 ]
fabrizio giustina commented on MECLIPSE-71: ------------------------------------------- good, if you will provide a patch I will review and apply it ASAP. anyway, I think that the org.eclipse.jdt.core.prefs file should be deleted, or we never will end up in removing the .settings directory... The eclipse:clean should delete any configuration file related to eclipse and manipulated by the plugin... if we add a check for the directory to be empty before deleting it we will never delete directories stored in cvs or subversion (due to the CV or .svn subdirs) and I think that it could be enough for solving your problems (svn will report the missing or modified file and update it, but it will not have problems anymore due to a missing directory): if you don't want to delete your old settings but simply update them you can just run eclipse:eclipse without a clean step before... > eclipse:clean delets too much > ----------------------------- > > Key: MECLIPSE-71 > URL: http://jira.codehaus.org/browse/MECLIPSE-71 > Project: Maven 2.x Eclipse Plugin > Type: Bug > Versions: 2.1 > Reporter: Reinhard Poetz > > > If I call eclipse:clean, the complete ".settings" directory is deleted. In my > projects we share some Eclipse settings in our team by adding the .settings > directory to SVN. > This behaviour is unpractical for us as SVN gets confused by the missing > ./settings/.svn directory. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
