diff options
Diffstat (limited to 'extra/svn/reposman.pl')
-rwxr-xr-x | extra/svn/reposman.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/svn/reposman.pl b/extra/svn/reposman.pl index 5c298d981..bee800b8b 100755 --- a/extra/svn/reposman.pl +++ b/extra/svn/reposman.pl @@ -95,7 +95,6 @@ foreach my $project (@{$projects}) { warn("\tunable to create $repos_path : $?\n"), next; Log(text => "\trepository $repos_path created"); - my $call = $service->RepositoryCreated($project->{id}, "svn://host/$repos_name"); } } |