[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [TSVN] Feature Request: Save "Stop on copy/rename" checkbox setting

From: Simon Large <slarge_at_slarge.plus.com>
Date: 2005-06-08 11:45:32 CEST

Alexander Klenin wrote:
> After upgrading to TSVN 1.2.0 I noticed, besides other improvements,
> that "Stop on Copy/Rename" checkbox in log dialog is now off by
> default.
> In some cases this is good, however sometimes it results in a
> considerable slowdown.

It should not really slow you down that much. Unless there is a huge
amount of path info to fetch, like for an initial import, fetching 10
log messages should not be a lot slower than fetching 100. There may be
some other cause for the slowness:

Have you upgraded your server to SVN 1.2? If not you need to check the
'Use old API' box in settings/dialogs.

Are you using file:// access over a network? There seems to be a
slow-down bug in SVN 1.2.0 with this access method.

> Also, at least in our company, most developers usually do NOT want to
> see changes below the start of their current branches.

Another problem is that SVN does not implement true renames yet, so if
you rename a file or folder, stop-on-copy prevents you seeing its
history before the rename.

> So, IMHO it would be good if TSVN simply remembered this setting
> between the dialog invocations.

Show Log can be called from many places. Should all those be controlled
by 1 setting? Maybe almost all. The merge dialog has stop-on-copy always
set by default and I think that should remain.

Alternatively, now that we have the Next 100 button, stop-on-copy could
be the default again.

Comments?

Simon

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Jun 8 11:45:27 2005

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.