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

[TSVN] Re: Show Log after Rename of a file does not show the whole history

From: Simon Large <slarge_at_blazepoint.co.uk>
Date: 2004-10-01 15:45:42 CEST

"Roland Erbs" wrote
> Hi
> Select Rename, change the name
> Select Commit on the parent directory
> -> new file added, old file deleted, completed at revision 24
> Select Show Log on that new file name
> -> one line with revision 24
> DOS command line: svn log NewFileName
> -> whole log history
> Shouldn't TSVN show the whole log history?

No because TSVN's default behaviour is equivalent to
svn log --stop-on-copy NewFileName

When you Show Log with TSVN it follows history back to teh point the copy
was made. This is generally useful when looking at branches and tags, in
that it stops at the branch/tag creation point. When this happens, the "Get
All" button is enabled. Click on that if you want to go back further.

Simon

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Oct 1 16:55:25 2004

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.