Script Index


/var/lib/sorcery/modules/dl_handlers/dl_cvs

=head1 SYNOPSIS Download handler for downloading cvs urls. =head1 DESCRIPTION This file contains functions for I files through cvs. In order for cvs urls to be downloaded, the I spell must have been cast. This script first determines if cvs has been installed before attempting to download a cvs url. =head1 COPYRIGHT Copyright 2002 by the Source Mage Team Copyright 2005 by the Source Mage Team =head1 FUNCTIONS =over 4


function dl_cvs_get()

Parameters:

Description

=item dl_get_cvs Fetch the specified cvs url. This function always assumes that a tree is being downloaded (for now). If there is a directory names $target, it is assumed that cvs should be updating, not checking out. If the directory doesnt exist, then checkout is assumed. Assume url is valid. No hints are defined currently.