From: <jc...@fe...> - 2002-10-21 12:23:09
|
On Tuesday 15 October 2002 10:27, Maurice LeBrun wrote: | Jo=E3o Cardoso writes: | > I need to move files around without losing revision history | > ... | > 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/ | | AFAIK we don't have direct access to the cvs repository. It can be | done nevertheless, but is a chore. The procedure I followed before | was: - check out the CVSROOT dir, using the standard plplot $CVSROOT | setting. - modify the script used for sending out the log messages | (mfpipe.pl) to do it. Best to test it using an existing local cvs | repository, else you could really screw things up. I see. I will let it as is. Or I might risk loosing the revision history=20 and just remove/commit in the new directory. Thanks, Joao | - check in mfpipe.pl | - make a dummy commit to trigger the action | - see if it worked | - revert the changes to mfpipe.pl and commit it again | | Have fun. :) |