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

Re: Build system info needed

From: Files <files_at_poetryunlimited.com>
Date: 2003-10-29 17:20:28 CET

Dude,

Kopp David K said:
> Hello,
>
> I have begun to hack around with the lock:// idea. I decided to approach
> this by creating a libsvn_ra_lock directory that is basically a copy of
> libsvn_ra_local. I have replaced all occurrences of ra_local with ra_lock
> and file:// with lock://
>

See Greg Hudson's post.

It's not a kludge. Having a pre/post condition for a function is not unheard of.

It's actually a valid idiom - design by contract.

Should you choose to go down that path, it's entirely feasible that we could
leverage it into additional things that would need to take place.

Or possibly externalize it someday into a python hook or what not.

And you avoid syncrhonization issues between the ra_file protocol and yours.

There are a myriad of issues avoided. Maybe it's worth reconsidering?

-- 
Shamim Islam
BA BS
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 29 17:21:29 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.