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

[PATCH]: issue #2264 - multiple locks over ra_svn

From: VK Sameer <sameer_at_collab.net>
Date: 2005-05-23 09:12:05 CEST

Attached is a patch for issue #2264
(http://subversion.tigris.org/issues/show_bug.cgi?id=2264).

The scope of a batch send of multiple locks is confined to the ra_svn pipe.
After marshalling and unmarshalling, locks are handled in a loop. FS and WC
code have not been modified to handle multiple lock requests.

'make svncheck' passes with the following combinations:
client (new commands) - server (new commands)
client (no new commands) - server (new commands)
client (new commands) - server (no new commands)

Please feel free to pound on the patch, especially the error handling. This
is the first time Vivek (vivek@collab.net) and I have worked on the ra_svn
code and we have not stepped through many possible
combinations in gdb.

Regards
Sameer

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Mon May 23 09:15:32 2005

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.