Query: git::svn::utils
OS: centos
Section: 3
Links: centos man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Git::SVN::Utils(3) User Contributed Perl Documentation Git::SVN::Utils(3)NAMEGit::SVN::Utils - utility functions used across Git::SVNSYNOPSISuse Git::SVN::Utils qw(functions to import);DESCRIPTIONThis module contains functions which are useful across many different parts of Git::SVN. Mostly it's a place to put utility functions rather than duplicate the code or have classes grabbing at other classes.FUNCTIONSAll functions can be imported only on request. fatal fatal(@message); Display a message and exit with a fatal error code. can_compress my $can_compress = can_compress; Returns true if Compress::Zlib is available, false otherwise. canonicalize_path my $canoncalized_path = canonicalize_path($path); Converts $path into a canonical form which is safe to pass to the SVN API as a file path. canonicalize_url my $canonicalized_url = canonicalize_url($url); Converts $url into a canonical form which is safe to pass to the SVN API as a URL. join_paths my $new_path = join_paths(@paths); Appends @paths together into a single path. Any empty paths are ignored. add_path_to_url my $new_url = add_path_to_url($url, $path); Appends $path onto the $url. If $path is empty, $url is returned unchanged. perl v5.16.3 2013-06-10 Git::SVN::Utils(3)
Related Man Pages |
---|
dxmsvndisabledisplay(3x) - osf1 |
git::svn::fetcher(3) - centos |
svn::dump::reader(3) - osx |
svn::web::x(3pm) - debian |
svn::class::repos(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Set hard block limit for user using quota |
Tar Command |
Docker learning Phase-I |
Shopt -s histappend |
Controlling user input |