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

Re: lock:// protocol hacked in

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-11-03 22:07:10 CET

David Kopp wrote:

>Hello,
>
>I have hacked in a lock protocol in my working copy. I added a
>libsvn_ra_lock directory and implemented it as a new RA layer. I choose
>to do this because I thought this functionality is a property of the
>repository location, not of the repository itself.
>
>I don't know a whole lot about patches and stuff, so I just ran svn diff
>and redirected the output into a file.
>
>Without further ado, here is lock.txt
>
>
If I understand your patch correctly, you have a nasty problem waiting
to happen. libsvn_ra_lock and libsvn_ra_local won't live in the same
shared libraries, yet you use non-public methods from ra_local in the
ra_lock implementation. That won't work.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 3 22:08:12 2003

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.