> > 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.tschar...@metromec.ch>
----------------------------------------------------------------------
"Intruder on level one. All Aliens please proceed to level one."
                                      -- Call in "Alien: Resurrection"

Reply via email to