Help for this page
use SVN::Client; my( $user, $pass ) = qw[ already gotten ]; ... chomp($password); $cred->password($password); }
use SVN::Client; my $ctx = new SVN::Client( ...