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

Re: Strange error while doing stress test

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2003-10-13 15:34:28 CEST

Roland Schwingel <Roland.Schwingel@onevision.de> writes:

> I get these error messages from time to time on both linux and win2000
> clients and with both servers
>
> Add a line to a testfile
> svn: Baseline incorrect
> svn: Commit failed (details follow):
> svn:
> The specified baseline is not the latest baseline, so it may not be checked
> out.
>
> What does this mean? Couldn't find anything like that in the mailing list
> archive...

This is a mod_dav_svn error string, reporting that you are trying to
modify (well, CHECKOUT in the DAV-sense, to be precise) an out of date
resource. You can probably expect to see this kind of error any time
a commit from a client B happens in the middle of client A's commit
process.

It's a little confusing because DAV's notion of a "checkout" is not
the same as that of a Subversion client. A CHECKOUT request is sent
as a way for the client to tell the server, "I'm about to start making
modifications to this path."

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 13 15:35:40 2003

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.