Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Completion system directories



On May 3, 12:10pm, Peter Stephenson wrote:
}
} Bart wrote:
} > If we can impose a moritorium on commits for a while, we can simply copy
} > the ,v files to new directories in the repository, and then "cvs remove"
} > the originals.
} 
} I don't like mucking around in the archive in this way because it means we
} can no longer checkout old versions of the shell.

On May 3, 11:24am, Geoff Wing wrote:
}
} Pretty much the only useful way to do it is:
} 1) cvs remove/cvs commit the file
} 2) copy the file (now in the Attic directory) to the new directory
} 3) edit the new file to change the state of all revisions except the
}    newest to Dead and change the newest to Exp

If you copy the file *before* the cvs remove and then delete all the
symbolic tags from the copy, you get the same effect.

However, now that I think of it, I'm nut sure what the effect of either of
these changes would be on future use of "cvs import".

How about this:

Leave the renaming alone until 4.0.

When we're ready to do 4.0, rename the entire existing repository to
"zsh-3.1" and create a new repository, with all the files in the right
places and no revision history.  I.e., make up the 4.0 tarball and then
"cvs import" it into the fresh repository.

There isn't *that* much history in the current repository now anyway;
many of the files that would be getting renamed already are the ones
that have the most history to lose.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



Messages sorted by: Reverse Date, Date, Thread, Author