Ignore-on-commit svn function

aggrosparrow
aggrosparrow
I have a question about ignore-on-commit svn function.  I have directory with sub-folders like C:\path\working_copy\1.config C:\path\working_copy\subfolder\1.config And when i try to use ignore-on-commit with svn ignore-on-commit C:\path\working_copy\*.config in the ignore list only top level files, and there are no files from subfolder  Can i say "add to the ignore list files *.config recursively"?  svn cl ignore-on-commit \path\to\working copy\*.config [--recursive] or something  Please, help. Thanks.

Last updated

DougR
DougR
Not that I know of - at least as of 1.9.5. In linux this would be easy: find . -name '*.config' | xargs -1 svn cl ignore-on-commit  Perhaps there's some Windows way of doing that? Perhaps with a Bat file?

1-2 of 2

Reply to this discussion

You cannot edit posts or make replies: You should be logged in before you can post.