for those of you who have the slash src code checked out, and have other things (plugins, themes, etc) checked out from *other* cvs servers, you'll need to update your 'Root' files as well. However, if you do the above, you'll mess up existing accurate Root files.
Here's one method to change them (worked on an OSX box, and a linux box, ymmv):
changing your source tree (Score:2)
Here's one method to change them (worked on an OSX box, and a linux box, ymmv):
grep ":pserver:anonymous@cvs.slashcode.com:/cvsroot/sl
on irc jamie suggested something like this:
find foo -type f -name Root | xargs perl -pi -e
'$_ = qq{:ext:jamiemccarthy\@cvs.osdn.com:/var/lib/cvs/
print STDERR "$ARGV\n"'
Which, that method is probably safer since it specifically only changes the Root filenames.
Hope that helps.
lottadot [lottadot.com]