Daniel Shahaf writes:
> I can't reproduce the highlighted bit with trunk-r31016. I did
>
> % svn lock f
> svn: warning: Lock failed: newer version of '/f' exists
> % svn up
> U f
> Updated to revision 2.
> % svn cat f
> (shows changes from the last commit)
> % cat f
> (shows changes from the last commit)
> % svn lock f && svn ci f
> (works)
>
Yes, that's what I said already. ;)
AFAIK it's not possible to reproduce this bug with the svn-command-line-client.
It's a specific feature of TSVN:
If a newer version exists when you try to lock a file, TSVN doesn't abort.
Instead it asks you, if you want to update the file and try again.
If you agree, it updates it automatically and retries the lock.
Only if agree to updates the file automatically, it is not updated properly.
If you decline, update the file manually and then retry, everything works fine.
> >
> > Only TSVN has the update-while-getting-lock feature, so I dont know, how to
> > reproduce it in SVN.
> >
Ronny
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-28 13:42:18 CEST