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

RE: 'svn incoming'

From: Andreas Tscharner <Andreas.Tscharner_at_metromec.ch>
Date: Tue, 8 May 2012 15:00:22 +0000

> > Mercurial has a very convenient command "hg incoming" which is
>
> For clarification what "hg incoming" means:
> "hg incoming" shows the changesets that are new on the server
> and that will come if the user says "hg pull"...
>
> The equivalent command for subversion would be a preview what
> changes "svn update" would apply.

ARGHH!
I should read the whole help text (and not only the first line) before replying! Sorry, about the noise.

Of course

svn status -u

would (among other things) show you the FILES and DIRECTORIES that are newer an the server. To show only these files, one should probably pipe the output through grep (Check for the star "*")

svn status -u | grep \*

This shows you only the files however and not the changesets.

Best regards and sorry again
        Andreas

--
Andreas Tscharner                      <andreas.tscharner_at_metromec.ch>
----------------------------------------------------------------------
"Intruder on level one. All Aliens please proceed to level one."
                                      -- Call in "Alien: Resurrection"
Received on 2012-05-08 17:01:01 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.