It seems something has changed on the SVN server.

Tweak the post-commit script.
This commit is contained in:
Laurent Rineau 2009-06-30 13:16:10 +00:00
parent 97d6b4187e
commit bde90b5e9c
1 changed files with 1 additions and 0 deletions

View File

@ -406,6 +406,7 @@ my $dirlist = join(' ', @dirschanged);
# Get project name (specific to InriaGForge)
my $project_name = $repos;
$project_name =~ s/\/svn\///;
$project_name =~ s/\/svnroot\///;
# Put together the body of the log message AS TEXT
my @body;