svndumpfilter --skip-missing-merge-sources fails

2012-12-29 Thread spambouncer
Hi list! I want to completely remove path/a from my repository using svndumpfilter exclude. Unfortunately, there's one revision where path/a/stuff is moved to path/b/stuff. As expected, svndumpfilter exits with an error message: svndumpfilter: E23: Invalid copy source path '/path/a/stuff'

Command line commit fails

2012-11-26 Thread spambouncer
Hi list! We're using a little script for our merging operations, which contains the following line for committing the results as a special merge user with a generated commit message: svn ci --username foo --password bar --no-auth-cache -F commit_msg.txt local\path 2> stderr.txt Upon this, a