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