anatoly techtonik <techto...@gmail.com> writes: > Not really. In Rietveld project we call "svn diff" by upload.py script > used to send diffs for review to remote server. We can't instruct > users to copy config dir, so we need to do this automatically. That > means copying the whole config dir and comment only one option just > for the sake of running "svn diff"
I suppose you could use the Python bindings and bypass the command line client. Then the script would have full control. -- Philip