I have a custom tool that uses svn.exe
for committing files, and my project has several files to ignore on every commit (configuration files). This scenario is working well with TortoiseSVN, which moves them into a changeset with "ignore-on-commit" name. svn.exe
has parameters to commit changes only from the particular changeset, but it doesn't has one to commit all files except ones in particular changeset. Any ideas how to do this?
Thanks!
P.S. This is already implemented in TortoiseSVN I just didn't know how :(