Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Git::SVN::Ra

Name Git::SVN::Ra
Version
Located at /usr/share/perl5/vendor_perl
File /usr/share/perl5/vendor_perl/Git/SVN/Ra.pm
Is Core No
Search CPAN for this module Git::SVN::Ra
Documentation Git::SVN::Ra
Module Details Git::SVN::Ra

NAME

Git::SVN::Ra - Subversion remote access functions for git-svn


SYNOPSIS

    use Git::SVN::Ra;
    my $ra = Git::SVN::Ra->new($branchurl);
    my ($dirents, $fetched_revnum, $props) =
        $ra->get_dir('.', $SVN::Core::INVALID_REVNUM);


DESCRIPTION

This is a wrapper around the the SVN::Ra manpage module for use by git-svn. It fills in some default parameters (such as the authentication scheme), smooths over incompatibilities between libsvn versions, adds caching, and implements some functions specific to git-svn.

Do not use it unless you are developing git-svn. The interface will change as git-svn evolves.


DEPENDENCIES

Subversion perl bindings, the Git::SVN manpage.

Git::SVN::Ra has not been tested using callers other than git-svn itself.


SEE ALSO

the SVN::Ra manpage.


INCOMPATIBILITIES

None reported.


BUGS

None.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024