Do you mean client-side settings? In that case at least TortoiseSVN settings allow you to do that (Settings -> Main tab -> Subversion configuration file, [Edit] button). There are even samples for you to uncomment (I added *.log and target):
[miscellany]
### Set global-ignores to a set of whitespace-delimited globs
### which Subversion will ignore in its 'status' output.
global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store *.log target


But, as you appear to be using X11 windowing system, you most probably do not use TortoiseSVN (windows-only client)... but perhaps RapidSVN or some other client has similar settings...

Mauro Talevi wrote:

Anybody know how to set a global svn:ignore for all build artifacts,
specifically the target directory and the maven.log files?

Cheers


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Apache Excalibur Project -- URL: http://excalibur.apache.org/



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Apache Excalibur Project -- URL: http://excalibur.apache.org/



Reply via email to