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

resolve_relative_external_url should be public

From: Stefan Fuhrman <stefanfuhrmann_at_alice-dsl.de>
Date: Sat, 06 Mar 2010 09:19:43 +0100

I'm currently improving TSVN's repository browsing capabilities.
We already blend svn:externals definitions with ordinary folder
content and allow users to follow them transparently. This requires
the absolute URLs to be known.

However, there seems to be no public interface to convert
relative URLs found in svn:externals to absolute ones. Therefore,
I have to replicate the implementation of said function in TSVN.

So, it would be nice just to call some SVN lib function instead.
I already happy with the function signature but other clients
might want to specify parent_dir_url only as repos_root_url
is redundant, IMHO.

Cheers!
Stefan^2.
Received on 2010-03-06 09:21:13 CET

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.