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

How to get copy source when uncommitted ?

From: François Beausoleil <fbeausoleil_at_ftml.net>
Date: 2004-11-29 06:02:21 CET

Hi !

I have an Add with History file in my WC, and I would like to know from
where is was copied. It's probably part of a rename, but I can't
remember ! The changes have been sitting in my WC for two weeks now.

So, I tried the obvious:
$ svn --version
svn, version 1.1.1 (r11581)
    compiled Oct 23 2004, 14:47:47

$ svn log
src\java\core\com\careernudge\web\tracker\TrackerConfigBean.java | more
svn: File not found: revision 2978, path
'/rac/leadmanagement/trunk/src/java/core/com/careernudge/web/tracker/TrackerConfigBean.java
'

Then, I thought I could use the new peg functionnality in 1.1:
$ svn log
src\java\core\com\careernudge\web\tracker\TrackerConfigBean.java@head | more
Skipped
'src\java\core\com\careernudge\web\tracker\TrackerConfigBean.java@head'
------------------------------------------------------------------------

$ svn log
src\java\core\com\careernudge\web\tracker\TrackerConfigBean.java@committed
| more
Skipped
'src\java\core\com\careernudge\web\tracker\TrackerConfigBean.java@committed'
------------------------------------------------------------------------

Now, I'm wondering if this is even possible.

Thanks !
François

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 29 06:03:10 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.