Mon, 9 May 2011 08:07:10 -0700 (PDT), /Refr Bruhl/:
Mon, 9 May 2011 15:56:14 +0100, /Brian Smith/:

We set the following on each module's trunk:

$ svn ps svn:ignore core  "
target
.project
.classpath
.settings"

So that is manual svn command outside of eclipse?

I'll give it a shot. Thank you!

In Eclipse, from the context menu of a file/directory you could choose Team -> Add to svn:ignore [1]. You could also setup that .* (dot something) files/directories get ignored by default - for Eclipse look under Preferences: Team / Ignored Resources [2], and for the command-line client (and possibly others) see the global-ignores in the config area [3].

[1] http://www.eclipse.org/subversive/documentation/teamSupport/SVNaction/ignore_vc.php [2] http://help.eclipse.org/helios/topic/org.eclipse.platform.doc.user/reference/ref-20.htm
[3] http://svnbook.red-bean.com/nightly/en/svn.advanced.confarea.html

--
Stanimir

Reply via email to