You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by ying lcs <yi...@gmail.com> on 2007/03/21 16:41:13 UTC

Question about 'svn info' output

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?

$ svn info
Path: .
URL: svn+ssh://67.182.187.5/srv/svn/repositories/sample/trunk
Repository Root: svn+ssh://67.182.187.5/srv/svn/repositories/sample
Repository UUID: 2ae4bb3e-a42f-11db-9a14-a581741a92a1
Revision: 55
Node Kind: directory
Schedule: normal
Last Changed Author: pma
Last Changed Rev: 55
Last Changed Date: 2007-03-12 11:11:51 -0500 (Mon, 12 Mar 2007)

// when i do a 'svn'diff', there is no difference
$ svn diff
$ ls

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Question about 'svn info' output

Posted by hajhouse <ha...@houseag.com>.
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