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

Re: svn commit: rev 5361 - trunk/subversion/mod_dav_svn

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-03-22 20:26:10 CET

On Thu, 2003-03-20 at 17:40, mbk@boredom.org wrote:
> Cleaner than ftok()?

ftok() frightens me. The relevant code has nothing to do with SysV IPC.

However, I can improve on my proposal a little bit: we don't have to
know anything about the internals of Berkeley DB except that a valid
Berkeley DB pathname is always a directory. So we can just stat() the
pathname and use the resulting device and inode number as a key.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Mar 22 20:26:53 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.