[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: Mikolaj Tutak <mtutak_at_nixz.net>
Date: 2004-10-17 13:37:42 CEST

kfogel@collab.net wrote:
> 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!!!)

******************
Server OS: Debian Linux (Sarge)/Windows
Client OS: Windows (I didn't check Linux)
Protocol: HTTP
Version: 1.0.x, 1.1.0 (from binaries)
BDB from binary packages

-- 
      Mikolaj
---------------------------------------------------------------------
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:38:23 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.