OSDN Git Service

Removed repository creation callback
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 7 Apr 2007 09:49:36 +0000 (09:49 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 7 Apr 2007 09:49:36 +0000 (09:49 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@427 e93f8b46-1217-0410-a6f0-8f06a7374b81

extra/svn/reposman.pl

index 5c298d9..bee800b 100755 (executable)
@@ -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");
        }
 }