Re: svn commit --non-recursive dir_path gives error "Cannot non-recursively commit a directory deletion"
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2005-07-26 20:23:39 CEST
Jim Correia wrote:
I'm not sure whether that change would be a good thing in itself, but what I
Change props on dir1 (non-recursive);
It would not solve this rather similar case:
Change props on dir1 (non-recursive);
To do things like that you would need to be able to specify "non-recursive" per
A work-around in either case is to use a fully non-recursive command, something
svn commit -N dir1 `find dir2 -name .svn -prune -o -print`
- Julian
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.