[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: Glenn A. Thompson <gthompson_at_cdr.net>
Date: 2003-03-17 22:25:05 CET

>
> SOOOOOOO:
> For the sake of argument, lets assume that the separate calls aren't
> required and we kill off the svn_fs_new function.
> Then, svn_fs_open _fs (notice name change :-), and svn_fs_create_fs
> become simple factory methods that return FS objects.
> svn_fs_open can determine at the time of calling whether the mapping
> has taken place already. If so, return the old FS object.
> This may cause some issues with pools but, but I think it can be
> worked out.

As a point of clarification. Only the table pointers are the same. Any
other stuff. would be newly allocated as before. I mention "other
stuff" because there will be more "other stuff" as other FS
implementations evolve.

gat

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