7 my $url = `git config --get svn-remote.svn.url`;
9 my $fetch = `git config --get svn-remote.svn.fetch`;
10 chomp($fetch) if($fetch);
12 die("No svn-remote.svn.url found!\n") unless($url);
15 $fetch =~ s/\/trunk\/?
$//;
21 print STDERR
"svn-remote: ";
22 print "$url/$fetch\n";
31 gsvn-host - PERL script
35 gsvn-host [options] ...
43 Print version infomation.
47 Print a brief help message and exits.
49 =item B<--manual>,B<--man>
51 View application manual
55 Invoke 'editor' against the source
65 2010-11-23 23:30 xiaoranzzz <xiaoranzzz@myplace.hell>
71 xiaoranzzz <xiaoranzzz@myplace.hell>