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

svn info bug?

From: <kbrannen_at_gte.net>
Date: 2002-11-07 07:02:01 CET

I made a change to some files and I noticed the "info" data didn't seem to be
changing. So I tried again. First I did a "svn up" and then an "info" showed
me the correct data (I am on rev #4 going to #5). I changed some files, then:

[178 ~ /home/kevin/stepr/wc] svn info
Path:
Url: file:///home/svn/stepr
Revision: 4
Node Kind: directory
Schedule: normal
Last Changed Author: kevin
Last Changed Rev: 4
Last Changed Date: 2002-11-06 22:10:16 -0600 (Wed, 06 Nov 2002)

[179 ~ /home/kevin/stepr/wc] svn status
M Step.pm
M Step0.pm
A volume.cd
[180 ~ /home/kevin/stepr/wc] svn commit -m "fixed bug that ignored duplicate
section names" <
Sending Step.pm
Sending Step0.pm
Adding volume.cd
Transmitting file data ...
Committed revision 5.
[181 ~ /home/kevin/stepr/wc] svn info
Path:
Url: file:///home/svn/stepr
Revision: 4
Node Kind: directory
Schedule: normal
Last Changed Author: kevin
Last Changed Rev: 4
Last Changed Date: 2002-11-06 22:10:16 -0600 (Wed, 06 Nov 2002)

# bad, we should show rev 5!

[182 ~ /home/kevin/stepr/wc] svn up
At revision 5.
[183 ~ /home/kevin/stepr/wc] svn info
Path:
Url: file:///home/svn/stepr
Revision: 5
Node Kind: directory
Schedule: normal
Last Changed Author: kevin
Last Changed Rev: 5
Last Changed Date: 2002-11-06 23:46:14 -0600 (Wed, 06 Nov 2002)

Now we're good only after the "up". Is this a real problem or do I
misunderstand the process somewhere? I thought that as long as I was the only
developer with only 1 working dir, I'd never really have to do an "update";
true or false? If false, why? (if this is in the handbook, I didn't see it,
and I did look)

Thanks,
Kevin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 7 06:59:39 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.