Script Index


/var/lib/sorcery/modules/url_handlers/url_svn_http

=head1 SYNOPSIS Url handler functions for parsing subversion over http urls. =head1 DESCRIPTION This file contains functions for parsing svn_http urls. =head1 SVN HTTP URL Format The sourcemage specific svn+ssh url is as follows: specific format was invented: svn_http://SVNURL:DIR_NAME The above url will download the latest version of the specified module (i.e., the HEAD revision). To specify a specific revision, the following format can be used: svn://SVNURL:DIR_NAME:REVISION_TAG The SVNURL portion of the url will appear as a normal http url sans http:// prefix. The DIR_NAME will be the tail element of the SOURCE_DIRECTORY. For more details, see the SVN manual at http://svnbook.red-bean.com/svnbook/ch03s04.html and url_svn. =head1 COPYRIGHT Copyright 2004 by the Source Mage Team Copyright 2005 by the Source Mage Team


function url_svn_http_bucketize()

Parameters:

Description

=item url_svn_http_bucketize Outputs svn as that is the dl handler for svn_http:// urls


function url_svn_http_crack()

Parameters:

Global

URL SVN_ROOT SVN_MODULE SVN_TAG

Description

=item url_file_download Parse the specified svn_http url.


function url_svn_http_is_valid()

Parameters:

Description

=item url_svn_http_is_valid Ensure that all the fields that should be parsed out from a url do indeed exist


function url_svn_http_hostname()

Parameters:

Description

=item url_svn_http_hostname Get the hostname of the url


function url_svn_http_netselect()

Parameters:

Description

=item url_svn_http_netselect Gets a netselect type output for the url