NAME

testsvncopy - tests for svncopy script

SYNOPSIS

testsvncopy.pl [option ...]

testsvncopy.pl tests the operation of the svncopy.pl script.

Options:
 -t [--test-repository] : URL to repository for root of tests
 -q [--quiet]           : print as little as possible
 --username arg         : specify a username ARG
 --password arg         : specify a password ARG
 --no-auth-cache        : do not cache authentication tokens
 --force-log            : force validity of log message source
 --encoding arg         : treat value as being in charset encoding ARG
 --config-dir arg       : read user configuration files from directory ARG
 --[no]verbose          : set the script to give lots of output

OPTIONS

-t [--test-repository]

Specify a URL to a scratch area of repository which the tests can use. This can be any valid repository URL.

-q [--quiet]

Print as little as possible

--username arg

Specify a username ARG

--password arg

Specify a password ARG

--no-auth-cache

Do not cache authentication tokens

--force-log

Force validity of log message source

--encoding arg

Treat value as being in charset encoding ARG

--config-dir arg

Read user configuration files from directory ARG

--[no]verbose

Set the script to give lots of output when it runs

--help

Print a brief help message and exits

DESCRIPTION

svncopy.pl is a utility script which performs an svn copy command. It allows extra processing to get around some limitations of the svn copy command (in particular related to branching and tagging).

testsvncopy.pl tests the operation of this script.