Fix updates, all 4 code paths seem to work for me.

svn path=/trunk/kdenonbeta/kdecvs-build/; revision=410169
wilder
Michael Pyne 21 years ago
parent 9f9cc620a6
commit 5deb4f4128
  1. 3
      HISTORY
  2. 6
      kdesvn-build

@ -1,3 +1,6 @@
Version history: 0.93
* Yet another update svn fix, one code path was broken by the repo switcher.
Version history: 0.92
* Argh, I should really stay away from the keyboard late at night, the whole
repo-switching thing was really a repo-breaking thing.

@ -1449,11 +1449,11 @@ sub checkout_svn_partial
print "Updating ${GREEN}$module${NORMAL} base\n";
push @args, 'up', '-N';
my $modulename = $module;
$modulename =~ s/^([^\/]*\/)//;
push @args, $modulename;
my $dir = $module;
$dir =~ s/^.*\///; # Remove any playground or extragear
# switch repos if necessary
chdir ($dir);
switch_repo_url($svnroot);
}
else

Loading…
Cancel
Save