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

Re: svn commit: r1036138 - /subversion/trunk/subversion/svnrdump/load_editor.c

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 17 Nov 2010 20:07:35 +0200

> - err = svn_error_create(
> - SVN_ERR_UNSUPPORTED_FEATURE, NULL,
> - _("Target server does not support atomic revision property "
> - "edits; consider upgrading it to 1.7 or using an external "
> - "locking program"));
> + /* Pre-1.7 servers can't lock without a race condition. (Issue #3546) */
> + svn_error_t *err =
> + svn_error_create(SVN_ERR_UNSUPPORTED_FEATURE, NULL,
> + _("Target server does not support atomic revision "
> + "property edits; consider upgrading it to 1.7 "
> + "or using an external locking program"));

Hmm. I realize this is preexisting code, but the bit about "external
locking" doesn't apply to svnrdump, since unlike svnsync it doesn't have
a --use-external-locking flag.

Daniel
Received on 2010-11-17 19:10:52 CET

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.