It looks like the last time I talked about being a dumbass was the beginning of 2005. Maybe I haven't done enough coding since then to have some truly great dumbass episodes, so you'll have to make do with this one.
Sourceforge had to change the server names for their CVS machines. This wouldn't be a problem if I checked in my changes because I could just grab everything again. Nope, lazy me has a bunch of changes to check in.
That's really no big deal, I guess, since the only thing a fresh copy gets me is new CVS/Root files that have the right server name in them.
I figure I'll just update those myself:
find . -name Root | xargs perl -pi.old -e 's/cvs\.sourceforge/brian-d-foy.cvs.sourceforge/'
I'll try to be a more exciting dumbass next time.
Huh? (Score:1)
Help me out here… I don’t see it.
Re:Huh? (Score:2)
Re:Huh? (Score:1)
So nothing went wrong with your
findcommand?Re:Huh? (Score:2)