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

Re: svn log inconsistencies

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-11-15 21:23:25 CET

On Nov 15, 2006, at 13:52, Geoffrey Myers wrote:

> Tjernstrom, Staffan wrote:
>> What is the exact command used?
>> Is there any chance that at least one of you is doing the command
>> against your local working copy, not the repo?
>
> Bear in mind, I'm real new to this, so excuse any ignorance
> displayed. How do I determine whether 'svn log' is working against
> the local verses repo?

If you type "svn log" in a working copy, you're running it against
the working copy.

If you type "svn log path/to/wc", you're running it against the
working copy.

If you type "svn log http://url/to/repo", you're running it against
the repository.

The latter will always be up-to-date. The former two will only be as
up-to-date as your working copy is. If you want an up-to-date log,
run the log command agaisnt the repo, or else "svn update" the
working copy first.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 15 21:24:39 2006

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.