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

Re: client API question

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-06-17 16:20:45 CEST

On Thu, 2004-06-17 at 02:33, Rob Fowler wrote:
> is there a client call that will all me to find the base of the repository
> given the URL.
> For example, if I have a URL:
> svn://sydsds01/infrastructure/fsn/trunk/libfsn/README
> is it possible to get the remote repository from this
> (svn://sydsds01/infrastructure/ in this case).

Not without asking the server to split the URL for you...
You need to create an RA session to the URL and run
RA->get_repos_root().

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 17 16:24:36 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.