reposman.rb --redmine my.redmine.server --svn-dir /var/svn --owner www-data -u http://svn.server/svn-private/
+=head1 REPOSITORIES NAMING
+
+A projet repository must be named with the projet identifier. In case
+of multiple repositories for the same project, use the project identifier
+and the repository identifier separated with a dot:
+
+ /var/svn/foo
+ /var/svn/foo.otherrepo
+
=head1 MIGRATION FROM OLDER RELEASES
If you use an older reposman.rb (r860 or before), you need to change
my $r = shift;
my $location = $r->location;
- my ($identifier) = $r->uri =~ m{$location/*([^/]+)};
+ my ($identifier) = $r->uri =~ m{$location/*([^/.]+)};
$identifier;
}