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

Re: svn status

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2006-07-22 00:11:07 CEST

On 7/21/06, del.vento@libero.it <del.vento@libero.it> wrote:
> Dear all,
> I am proposing to add a small new feature in the svn status output. In fact when you "add something with history", it would be very nice if the svn status will print something like:
>
> A + nomefile (copied from oldfile)
>
> In my opinion this would be a very useful information (which I am not able to find before the commit).

How about:

 $ svn cp HACKING hacking
A hacking
 $ svn st hacking
A + hacking
 $ svn info hacking
Path: hacking
Name: hacking
URL: http://svn.collab.net/repos/svn/trunk/hacking
Repository Root: http://svn.collab.net/repos/svn
Revision: 20773
Node Kind: file
Schedule: add
Copied From URL: http://svn.collab.net/repos/svn/trunk/HACKING
Copied From Rev: 20773
Checksum: 5bb5aded69d6ba65f31ad64bb2d75309

Hope that helps,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jul 22 00:12:37 2006

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.