Subversion Repositories DevTools

Rev

Rev 2559 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2559 Rev 2615
Line 205... Line 205...
205
    #
205
    #
206
    #   Check Module Name
206
    #   Check Module Name
207
    #
207
    #
208
    my @errors;
208
    my @errors;
209
    $self->{getDiffError} = undef;
209
    $self->{getDiffError} = undef;
210
    unless ( $module_name =~ m~^(.*)/(tags|branches|trunk)(/|$)~ )
210
    unless ( $module_name =~ m~^(.*)/(tags|branches|trunk|Trunk)(/|$)~ )
211
    {
211
    {
212
        push @errors,
212
        push @errors,
213
            "Module does not contain 'tags', 'trunk' or 'branches'",
213
            "Module does not contain 'tags', 'trunk' or 'branches'",
214
            "Module must specify a development branch or trunk",
214
            "Module must specify a development branch or trunk",
215
            "ModuleName: $module_name"
215
            "ModuleName: $module_name"