On Jan 26, 2011, at 12:19, Daniel Shahaf wrote: > Ryan Schmidt wrote on Wed, Jan 26, 2011 at 09:12:44 -0600: >> If I am in a subdirectory of that working copy and I commit, >> svn-commit.tmp is created in the parent directory. For example, if >> I am in /path/to/wc/foo/bar and I commit, svn-commit.tmp is created in >> /path/to/wc/foo. > > The directory of the tempfile depends on the invocation. IIRC it's > different for 'cd wc/sub/dir/; svn ci foo' and 'svn ci wc/sub/dir/' and > 'svn ci wc/sub/dir/foo'.
In all my tests above, I used "cd" to get to the directory in question, then "svn ci" without specifying a path.