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

Re: CVS update: subversion/subversion/libsvn_client ra_loader.c

From: Greg Stein <gstein_at_lyra.org>
Date: 2000-12-14 02:25:44 CET

On Wed, Dec 13, 2000 at 07:35:46PM -0000, sussman@tigris.org wrote:
> User: sussman
> Date: 00/12/13 11:35:46
>
> Modified: subversion/client/tests svn-test2.sh
> subversion/include svn_ra.h
> Added: subversion/libsvn_client ra_loader.c
> Log:
> * svn_ra.h (svn_ra_library_t): removed, made private in ra_loader.c
>
> * ra_loader.c: new file with pseudocode, just saving some scratchwork.
>...
> /* Figure out which library should handle URL */
> match the beginning of the URL to svn_ra__library_table[i][0];

Just do a quick hack to look at the beginning of the URL. We'll get some
"real" URI parsing into APRUTIL, add APRUTIL to the SVN build, and then
you'll be able to use those functions.

But for now... take the easy road :-)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:17 2006

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.