|
|
|
|
@ -3385,9 +3385,6 @@ sub handle_branch_tag_option |
|
|
|
|
my $svn_server = $module->getOption('svn-server'); |
|
|
|
|
my $branchname = $module->getOption($type eq 'branches' ? 'branch' : 'tag'); |
|
|
|
|
|
|
|
|
|
# qt-copy is referred to as qt in svn when dealing with branches and tags. |
|
|
|
|
$branch = branch_prefix('qt', $type) if $module->name() eq 'qt-copy'; |
|
|
|
|
|
|
|
|
|
# Remove trailing slashes. |
|
|
|
|
$svn_server =~ s/\/*$//; |
|
|
|
|
|
|
|
|
|
@ -3448,7 +3445,7 @@ sub svn_module_url |
|
|
|
|
# The following modules are in /trunk, not /trunk/KDE. There are others, |
|
|
|
|
# but these are the important ones. |
|
|
|
|
my @non_trunk_modules = qw(extragear kdesupport koffice icecream kde-common |
|
|
|
|
playground qt-copy KDE kdereview www l10n-kde4); |
|
|
|
|
playground KDE kdereview www l10n-kde4); |
|
|
|
|
|
|
|
|
|
my $module_root = $moduleName; |
|
|
|
|
$module_root =~ s/\/.*//; # Remove everything after the first slash |
|
|
|
|
|