You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Anna Yudovin <an...@yahoo.com> on 2004/10/28 21:12:37 UTC

[BOOK] possible error?

Dear Development team,
I apologize if I've wasted your time, but I think I
found an error in
Chapter 3.
   Revisions: Numbers, Keywords, and Dates, Oh My!
      Revision Keywords

The text is:
COMMITTED
The last revision in which an item changed before (or
at) BASE.

What I think you meant was:
COMMITTED
The last revision in which an item changed before (or
at) *HEAD*.



Anna Yudovin.


		
__________________________________
Do you Yahoo!?
Y! Messenger - Communicate in real time. Download now. 
http://messenger.yahoo.com

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

Re: [BOOK] possible error?

Posted by Ben Reser <be...@reser.org>.
On Thu, Oct 28, 2004 at 02:12:37PM -0700, Anna Yudovin wrote:
> Dear Development team,
> I apologize if I've wasted your time, but I think I
> found an error in
> Chapter 3.
>    Revisions: Numbers, Keywords, and Dates, Oh My!
>       Revision Keywords
> 
> The text is:
> COMMITTED
> The last revision in which an item changed before (or
> at) BASE.
> 
> What I think you meant was:
> COMMITTED
> The last revision in which an item changed before (or
> at) *HEAD*.

Nope it's right in the book.

COMMITTED only has meaning in the context of a wc and is resolved
locally not at the server.  So COMMITTED means the rev the file as you
see it in your local wc was last changed in.  There may of course be a
change that your wc may not reflect that would be newer than BASE.

For example if you do svn update -r 1234 and then do:
svn log -r COMMITTED foo

Say foo had commits in 1222 and 1240.  You would get the log of 1222
from the above command.


-- 
Ben Reser <be...@reser.org>
http://ben.reser.org

"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken

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