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

Subversion revision numbers

From: Bart van Kuik <b.van.kuik_at_sron.nl>
Date: 2006-04-26 09:59:53 CEST

Hi,

I'm having a bit of trouble understanding how revision numbers work. See
the cut/paste from my xterm below (the current directory is my working
copy):

$ svn commit -m "blah"
<snip>
$ svnversion .
387:388
$ svn status
? Config.h.r350
? Config.h.mine
? Config.h.r363
$ rm Config.h.* # I remove the offending files
$ svn status
$ svnversion .
387:388
$ svn update
At revision 388.
$ svnversion .
388

My questions:
- When I do an svnversion for the second time, it returns a range,
387:388. What does this mean? That I'm "between" revisions 387 and 388?
Can somebody give a more precise definition?
- Why did I have to do an update before "svnversion" would give me
"388"? After "svn status", my working copy should already be at "388",
rigth?

Thanks!
Bart

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 26 10:01:12 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.