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

Re: [FEATURE REQUEST] Print current repository revision when performing update

From: Alon Bar-Lev <alon.barlev_at_gmail.com>
Date: Sat, 1 Nov 2008 20:03:48 +0200

Hello,

I did not intend of creating some complex logic. Just display the
revision of the object that is being updated.

If you like to do this more complete, the output of svn update should
be something like:
$ svn update
U lib/a.c (3421->3468)
U src/b.c (3470->3468)
At revision 3468 was 3421.

But I don't think this has great advantage... It is CVS like... :)

Alon.

On 11/1/08, Andy Levy <andy.levy_at_gmail.com> wrote:
> On Sat, Nov 1, 2008 at 05:09, Alon Bar-Lev <alon.barlev_at_gmail.com> wrote:
> > Hello,
> >
> > It is handy to know the current repository revision before performing
> > an update so that one can know what happened since the last update.
> >
> > Current sequence is to execute "svn info" and then "svn update". But
> > if you happened to forget to "svn info" you are screwed.
> >
> > What I suggesting is adding the old revision to svn update output,
> > something like:
> >
> > $ svn update
> > <snip>
> > At revision 3468 was 3421.
>
>
> What would the output be with a mixed-revision WC?
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-02 04:12:52 CET

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.