You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2011/01/12 21:21:50 UTC

svn commit: r1058305 - /subversion/site/publish/docs/release-notes/1.7.html

Author: stsp
Date: Wed Jan 12 20:21:50 2011
New Revision: 1058305

URL: http://svn.apache.org/viewvc?rev=1058305&view=rev
Log:
* publish/docs/release-notes/1.7.html
   (atomic-revprops): Mention svnsync issue fixed by this.

Modified:
    subversion/site/publish/docs/release-notes/1.7.html

Modified: subversion/site/publish/docs/release-notes/1.7.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.7.html?rev=1058305&r1=1058304&r2=1058305&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.7.html (original)
+++ subversion/site/publish/docs/release-notes/1.7.html Wed Jan 12 20:21:50 2011
@@ -550,7 +550,11 @@ a more useful error message on temporary
     title="Link to this section">&para;</a>
 </h3>
 
-<p>Revprop changes are now handled atomically.</p>
+<p>Revprop changes are now handled atomically on the server.
+This fixes a known race condition in the locking algorithm used by
+<code>svnsync</code> (see <a
+href="http://subversion.tigris.org/issues/show_bug.cgi?id=3546"
+ >issue #3546</a>.)</p>
 
 </div>  <!-- atomic-revprops -->