Ok, here it is
If you just want to ignore a single pattern, it’s easy
Svn propset svn:ignore VALUE TARGET
e.g.
svn propset svn:ignore uploads .
(if you are in the media directory for example)
If you have a list of things to ignore, you need to give it a newline separated list of values in a file
Svn propset svn:ignore –F filename TARGET
david
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |