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

Re: status and log failed to show new version available

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-08-02 21:10:37 CEST

On Mon, 2004-08-02 at 08:53, Arnout Standaert wrote:
> Hey Michael,
>
> Michael P. Soulier wrote:
>
> >svn update pulled down the new version, but how was I
> >supposed to know that there was a new version available? I thought that
> >a simple "svn status" would show that.
> >
> The Subversion book has got the answer:
>
> http://svnbook.red-bean.com/svnbook/re26.html

'svn status' doesn't hit the network; it only shows locally changed
files.

'svn status -u' accesses the repository; it shows both locally changed
files and out-of-date files. That's the command you wanted.

'svn help status' explains all this too, not just the book.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 2 21:13:08 2004

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.