from small one page howto to huge articles all in one place
 

search text in:





Poll
Which filesystem do you use?






poll results

Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

187571

userrating:

average rating: 1.7 (102 votes) (1=very good 6=terrible)


May 25th. 2007:
Words

486

Views

250615

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

138176

userrating:

average rating: 1.4 (42 votes) (1=very good 6=terrible)


April, 26th. 2006:

Druckversion
You are here: manpages





Git::SVN::Utils

Section: User Contributed Perl Documentation (3)
Updated: 2016-11-29
Index Return to Main Contents
 

NAME

Git::SVN::Utils - utility functions used across Git::SVN  

SYNOPSIS

    use Git::SVN::Utils qw(functions to import);

 

DESCRIPTION

This 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.  

FUNCTIONS

All 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.


 

Index

NAME
SYNOPSIS
DESCRIPTION
FUNCTIONS





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2020 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS : buttonmaker
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 16.2 ms