From: <jc...@fe...> - 2002-10-14 19:08:20
|
Hi, For a long time the Octave demos (and misc) directories are an exception=20 to the PLplot tree, so I decided to move them to a new examples/octave=20 directory. This imply cvs manipulation that I'm not allowed to do, I think, so I=20 ask your kind cooperation. =46rom the "cvs book",=20 http://cvsbook.red-bean.com/cvsbook.html#I_need_to_move_files_around_with= out_losing_revision_history the following recipe is given: I need to move files around without losing revision history In the repository, copy (don't move) the RCS files to the desired new=20 location in the project. They must remain in their old locations as=20 well. Then, in a working copy, do: floss$ rm oldfile1 oldfile2 ... floss$ cvs remove oldfile1 oldfile2 ... floss$ cvs commit -m =81=D2removed from here=81=D3 oldfile1 oldfile2 ... When people do updates after that, CVS correctly removes the old files=20 and brings the new files into the working copies just as though they=20 had been added to the repository in the usual way (except that they'll=20 be at unusually high revision numbers for supposedly new files).=20 Can anyone with the rihgt rights please do it? I want to move bindings/octave/misc and bindings/octave/demos to a new directory, examples/octave/ so it will look like this: examples/octave/demos/ examples/octave/misc/ After the changes, I will edit the build/install configuration files=20 accordingly. Thanks, Joao |