i have tried to exclude in svn property and global-ignore list but all failed, is there any way to do this in coding via c#?
Asked
Active
Viewed 451 times
1 Answers
-1
Just specified which files should be committed, and use SvnDepth.Empty
in your SvnCommitArgs
. Excluding, and ignore lists are just for ignoring new files (mostly to allow you to svn add *
on the command line, without adding files that shouldn't be in svn)

Sander Rijken
- 21,376
- 3
- 61
- 85