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
ARGHH!
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 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.