Removed repository creation callback

git-svn-id: http://redmine.rubyforge.org/svn/trunk@427 e93f8b46-1217-0410-a6f0-8f06a7374b81
pull/351/head
Jean-Philippe Lang 18 years ago
parent 1cc7006555
commit c1a5c5b9f8
  1. 1
      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");
}
}

Loading…
Cancel
Save