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

Re: svn commit: rev 1895 - trunk/subversion/clients/cmdline trunk/subversion/tests/clients/cmdline/svntest

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-05-08 00:23:11 CEST

Nuutti Kotivuori <naked@iki.fi> writes:

> > $ svn st -u
> > M 1899 ./subversion/clients/cmdline/main.c
> > __ * 1899 ./subversion/include
> > _ * 1899 ./subversion/include/svn_repos.h
> > M 1899 ./subversion/libsvn_client/diff.c
> > __ * 1899 ./subversion/libsvn_repos
> > _ * 1899 ./subversion/libsvn_repos/dump.c
> > _ * 1899 ./subversion/libsvn_repos/libsvn_repos.dsp
> > _ * 1899 ./subversion/libsvn_repos/load.c
> > Head revision: 1900
> >
> > This shows the locally modified files ('M' in column zero), the
> > out-of-date files (those marked '*'), the working-copy revision
> > (1899) and the HEAD revision (1900).
> >
> > What other information do you want?
>
> I commented on this above already.
>
> Two points:
>
> 1) If there are no changes, you only see the "Head revision" - so I do
> not know if there are any new revisions in the repository.

If there are new revisions you see '*'. If you only see "Head
revision" that means there are no new revisions.

>
> 2) It takes an awfully lot more CPU time and goes through files,
> compared to 'svn up' - or 'svn st -v README'.

To determine if there are new revisions svn needs to contact the
repository. That takes some, but not much, CPU time. It may take more
real time if your repository is behind a slow network link, there's
not much we can do about that.

-- 
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 8 00:24:04 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.