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

[TSVN] [TSVN 1.2.2] No log history with undeleted files

From: Robin <darkaurora_at_yahoo.com>
Date: 2005-09-01 07:54:42 CEST

Hi

I seem to run into a problem with using TSVN Show Log with undeleted
files. Using Svn 1.2.3 and tortoisesvn 1.2.2 with WinXP.

As per the Subversion book chapter on, "Resurrecting Deleted Items", I
use "svn copy" to restore a file, like so

D:\art1\Character>svn copy --revision 5
svn://localhost/ArtRepro/Character/character.txt ./character
.txt
A character.txt

D:\art1\Character>svn status
A + character.txt

D:\art1\Character>svn commit -m "resurrect from revision 5"
Adding Character\character.txt

Committed revision 10.

When I run svn log, it shows the file history correctly

D:\art1\Character>svn log character.txt
------------------------------------------------------------------------
r10 | robin | 2005-08-31 15:39:37 +0800 (Wed, 31 Aug 2005) | 1 line

resurrect from revision 5
------------------------------------------------------------------------
r5 | robin | 2005-08-31 14:29:12 +0800 (Wed, 31 Aug 2005) | 1 line

updated more content
------------------------------------------------------------------------
r4 | robin | 2005-08-31 14:28:49 +0800 (Wed, 31 Aug 2005) | 1 line

updated content
------------------------------------------------------------------------
r3 | robin | 2005-08-31 14:28:22 +0800 (Wed, 31 Aug 2005) | 1 line

added txt files
------------------------------------------------------------------------

However, when I use "TortoiseSVN->Show Log", it only shows 1 log entry
(latest revision) instead of 4 entries.

                
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Sep 1 08:49:56 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.