"Ignore ancestry" option on reverting changes
From: Kazutoshi Satoda <k_satoda_at_f2.dion.ne.jp>
Date: Wed, 27 Jan 2010 02:25:06 +0900
Hi,
Since merge operation with recent versions of Subversion got very slow,
While searching for this issue on the web, I found that
Then, could you please use "ignore ancestry" on reverting changes?
Here is a comparison with the CLI and TSVN repository r18441. Both
$ svn --version -q
$ time svn merge --dry-run -r18439:18438 .
real 0m39.862s
$ time svn merge --dry-run -r18439:18438 --ignore-ancestry .
real 0m9.005s
-- k_satoda ------------------------------------------------------ http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2442187 To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].Received on 2010-01-26 18:25:27 CET |
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.