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

Re: svn stat - show source of copied files

From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 31 Mar 2010 16:23:47 +0200

On Wed, Mar 31, 2010 at 05:09:08PM +0300, Stanimir Stamenkov wrote:
> I'm trying to determine the source of an added file after rename,
> for example, prior the changes are committed. Is it possible?

Yes, you can use svn info:

  $ svn info alpha.copy
  Path: alpha.copy
  Name: alpha.copy
  URL: file:///tmp/svn-sandbox/repos/trunk/alpha.copy
  Repository Root: file:///tmp/svn-sandbox/repos
  Repository UUID: b8590abe-3cd0-11df-a5c1-e3980ec03287
  Revision: 2
  Node Kind: file
  Schedule: add
  Copied From URL: file:///tmp/svn-sandbox/repos/trunk/alpha
  ^^^^^^^^^^^^^^^^
  Copied From Rev: 2
  ^^^^^^^^^^^^^^^^^^
  Checksum: 9f9f90dbe3e5ee1218c86b8839db1995

Stefan
Received on 2010-03-31 16:24: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.