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

Re: 'svn info' showing incorrect revision after successful commit

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2004-10-17 13:49:51 CEST

> > Marcus Müller <znek@mulle-kybernetik.com> writes:
> >> I guess I've spotted a bug in 'svn info'. When issuing 'svn info'
> >> after a sucessful commit, the "Revision" and the "Last Changed Rev"
> >> reported are not updated. I'm not sure whether this accounts for
> >> "Last Changed Author" as well.
> >>
>
> I've the same problem with svn 1.0.x and 1.1.x!
>
> How to get this:
>
> 1.
> >svn info
>
> Path: .
> URL: http://host/svn/project
> Repository UUID: a4d5d1c6-08df-0310-9cbf-d883a2b6f55c
> Revision: 7
> Node Kind: directory
> Schedule: normal
> Last Changed Author: mtutak
> Last Changed Rev: 7
> Last Changed Date: 2004-09-25 01:26:39 +0200 (Sat, 25 Sep 2004)
> Properties Last Updated: 2004-09-25 12:03:44 +0200 (Sat, 25 Sep 2004)
>
> (incorrect, should be Rev 8)
>
> 2.
> >svn ci -m "Description"
> Committed revision 9.
>
> 3.
> >svn info
>
> (gets the same incorrect info as in step 1!!!)
>
> 4.
> >svn update
> At revision 9.
>
> (ofcourse no files were changed)
>
> 5.
> >svn info
>
> (now svn gets correct info!!!)

This is not a bug. It may be unexpected, but it's not a bug. Read
about 'Limitations of mixed revisions':
http://svnbook.red-bean.com/svnbook-1.0/ch02s03.html#svn-ch-2-sect-3.4

HTH,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Oct 17 13:50:41 2004

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.