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

Re: Question about 'svn info' output

From: hajhouse <hajhouse_at_houseag.com>
Date: 2007-03-21 18:02:39 CET

På 2007-03-21, skrev ying lcs:
> Hi,
> When I do a 'svn info' , it should that the revision is 55.
> But the latest revision in the trunk is 63.
> Can you please tell me why there is a big difference?
>
> And when i do a 'svn diff', there is no difference between my working
> directory and the trunk. Can you please tell me what am I missing?

The reason is that these commands tell you about what you have done to
your own working copy --- they do not consult the repository at all. You
need to run 'svn update' to pull in new changes made in the repository.
Also you might try 'svn stat -u' which does consult the repository for
the latest revision there. I hope that helps!

-- 
Henry House
+1 530 753 3361 ext. 13
Please don't send me HTML mail! My mail system frequently rejects it.
The unintelligible text that may follow is a digital signature.
See <http://hajhouse.org/pgp> to find out how to use it.
My OpenPGP key: <http://hajhouse.org/hajhouse.asc>.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 21 17:57:37 2007

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.