svn commit --non-recursive dir_path gives error "Cannot non-recursively commit a directory deletion"
From: Jim Correia <jim.correia_at_pobox.com>
Date: 2005-07-24 17:06:28 CEST
I have a wrapper script (wraps the command line client and doesn't
At a high level, the script writes the paths to a temp file, and runs
svn commit --non-recursive --targets temp_file
Suppose one path is a directory that has had a propchange (and I want
Suppose another path is a directory that has been deleted - --non-
So to my question...
Is there any reason why
svn commit --non-recursive dir_path
generates that error? One the one hand, I can see the software saying
Would it be possible to patch the software (I can investigate writing
svn commit dir_path
and
svn commit --non-recursive dir_path
simply do the same thing without erroring out?
Thanks,
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.