Guten Tag Vitor Barata,
am Montag, 29. Oktober 2012 um 16:56 schrieben Sie:

> So, I would like to know if anyone has a better idea, and/or
> if anyone agrees that a local .svnignore file (or an extra unversioned
> svn:ignore property) has a good use after all.

I don't think I did fully understand the interaction between your
build system and your devs, as normally build systems like Jenkins,
Hudson etc. run on a separate server fully automated and per default
just don't commit anything, therefore it's very unimportant if the
working copy they are working on is flagged as changed in any way or
not. So your build system is used on the devs machines and works on the
same working copy as your devs work on that you get a problem with svn
status?

Which subversion clients do you use? If I read Windows I think of
TortoiseSVN, which can be configured to exclude special folders as
being marked as modified. Besides that, there's a global-ignores
property for clients, too:

[miscellany]
### Set global-ignores to a set of whitespace-delimited globs
### which Subversion will ignore in its 'status' output, and
### while importing or adding files and directories.
### '*' matches leading dots, e.g. '*.rej' matches '.foo.rej'.
# global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo
#   *.rej *~ #*# .#* .*.swp .DS_Store

Mit freundlichen Grüßen,

Thorsten Schöning

-- 
Thorsten Schöning       E-Mail:thorsten.schoen...@am-soft.de
AM-SoFT IT-Systeme      http://www.AM-SoFT.de/

Telefon...........05151-  9468- 55
Fax...............05151-  9468- 88
Mobil..............0178-8 9468- 04

AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow

Reply via email to