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

svn stat - show source of copied files

From: Stanimir Stamenkov <s7an10_at_netscape.net>
Date: Wed, 31 Mar 2010 17:09:08 +0300

I'm trying to determine the source of an added file after rename,
for example, prior the changes are committed. Is it possible? I
have not been able to find out how using the stat command. All I
get is the + indicator:

svn stat
A + path/to/myfile
D myfile

FWIW, I've seen this with the Mercurial's stat command:

hg stat
A path/to/myfile
R myfile

hg stat -C
A path/to/myfile
   myfile
R myfile

-- 
Stanimir
Received on 2010-03-31 16:10:28 CEST

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.