[PATCH] Commit directories recursively whenever possible
From: Tobias Schäfer <tobiasschaefer_at_gmx.de>
Date: 2006-03-11 13:49:20 CET
Hi,
currently TSVN does not do a recursive commit even in cases where it would be
Assume the following scenario:
Directory structure:
I want to delete dirA/dirAA and dirB/dirBB recursively in one revision. So I
The result is:
I now call the TSVN context menu on d:\wc (or select both dirA and dirB) and
To decide if TSVN sends a recursive commit it uses the following logic:
Because I deselected dirA\modifed.txt TSVN will send a non-recursive commit
IMHO in the scenario above TSVN could have sent a recursive commit. The
I propose the following:
This allows the commit of the scenario mentioned above.
btw, the command line client allows this:
This change will result that a lot of commits will be done recursively instead
Please review. Ok to commit?
Tobias
---------------------------------------------------------------------
|
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.