Joshua Slive <[EMAIL PROTECTED]> writes:

> So, some possible solutions are:
> 1. As I mentioned above, change all the english filenames to include
> the en extension, so that there will be no exact matches and content
> negotiation using multiviews will get a chance.

With Ken's message, this seems to be the only candidate.

If you need to keep old histories, this is the way
documented in CVS manual (CVS Info, Node: Moving files).

    # Copy the RCS file inside the repository
     $ cd $CVSROOT/DIR
     $ cp OLD,v NEW,v
     # Remove the old file
     $ cd ~/DIR
     $ rm OLD
     $ cvs remove OLD
     $ cvs commit OLD
     # Remove all tags from NEW
     $ cvs update NEW
     $ cvs log NEW             # Remember the non-branch tag names
     $ cvs tag -d TAG1 NEW
     $ cvs tag -d TAG2 NEW

-- 
Yoshiki Hayashi

Reply via email to