RE: [PATCH] Make svn clients indicate their operation name to backend(right now only to DAV)
From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: Thu, 7 Jan 2010 00:32:49 +0530
>sufficient, because, for example, "svn commit" followed immediately by
This was the case I gave patch few months back which got a negative reaction as it was exposing the proxy details to the mod_dav_svn's update_editor code.
Now this patch does not affect its behaviour.
wc_from_slave$svnversion
wc_from_slave$svn ci -m "commit"
wc_from_slave$svn up
With this patch the 'svn up' scenario works as follows,
Without this patch the 'svn up' scenario works as follows,
After getting the HEAD *from*(not Via) the Slave it runs the update editor for 'r41' with one of the child being in r42 to get update editor confused(That is what my patch was handling and gave a meaningful/less frightening message).
With regards
|
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.