You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "del.vento@libero.it" <de...@libero.it> on 2006/07/21 10:23:37 UTC

svn status

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)

If this seems too much verbose to you, could be printed only in the svn status -v

In my opinion this would be a very useful information (which I am not able to find before the commit).

Bye,
;Davide


___________________________________________________________________
Conto Arancio al 4% fino a fine 2006 - Zero spese, soldi sempre disponibili. Aprilo subito
http://click.libero.it/ING


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: svn status

Posted by Erik Huelsmann <eh...@gmail.com>.
On 7/21/06, del.vento@libero.it <de...@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