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

[PATCH] Extending r15287 for issue #2264

From: VK Sameer <sameer_at_collab.net>
Date: 2005-09-21 11:46:49 CEST

Hello,

Attached is a much delayed patch addressing Peter Lundblad's review of
r15287 - http://svn.haxx.se/dev/archive-2005-07/0352.shtml

I'd appreciate a careful review of the error returns from serve.c and
the error handling in client.c.

Also, it doesn't seem possible to set up a Python test case for the code
changes using this scenario:

1 lock a set of files
2 unlock a single file
3 unlock the entire set of files

The client would say the unlocked file is already unlocked and not
proceed further. Any suggestions would be much appreciated.

Regards
Sameer

Follow-up for commit r15287 - svn client and server enhancements to
send multiple locks over ra_svn.

* subversion/libsvn_ra_svn/protocol: grammar change
  (lock-many): instead of returning a single response with multiple lock
  tokens, return one lock token per path
  (unlock-many): instead of returning a single successful response, return
  each successfully unlocked path
* subversion/libsvn_ra_svn/client.c:
  (ra_svn_lock): accept multiple responses from server for lock_many
  (ra_svn_unlock): accept multiple responses from server for unlock_many
* subversion/svnserve/serve.c:
  (lock_many): return multiple lock tokens, one for each lock token
  (unlock_many): return multiple responses, one for each path

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

Received on Wed Sep 21 11:47:49 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.