Re: [Alephmodular-devel] CVS Confusion
Status: Pre-Alpha
Brought to you by:
brefin
From: Woody Z. I. <woo...@sb...> - 2003-09-09 14:34:50
|
On Tuesday, September 9, 2003, at 07:35 AM, Br'fin wrote: > I'm a little hazy on how to correct this for a project you had already > checked out from one server. With all the changes in A1 between down and gromit (and for me, changing from anoncvs to wzenfell), I found it handy to just edit the CVS/Root file in each directory and change the information there. (It's a single line; you'll figure it out. :) ) Actually, it's sufficient to just change it in whatever directory you usually issue commands in. I've just changed mine as they become problems. e.g. I'm sure my aleph/ and Source_Files/ had theirs done early, but it was probably a while before I ran a command while inside RenderOther/ . (Operations on RenderOther were done "from the outside", from a directory that had already been revised - and that's fine.) If you wanted to get fancy, there's probably a clever way to automate that, perhaps using something along the lines of find . -name Root -exec something-like-sed-that-works-in-place -e s/one/the other/ Woody |