On Tue, Jun 10, 2003 at 12:00:45PM +0100, Danny Angus wrote:
>
> > As for CVS logs, they are rather ephemeral things in my experience.
> > Whenever a file is renamed/repackaged, the history is lost. Sometimes
> > CVS modules are re-imported (as with Avalon, and xml-cocoon ->
> > cocoon-2.1) and everything is lost.
>
> This isn't necessary, it is possible to keep histories for move and
> name refactored files.
Yes, and isn't it fun.
C:\> ssh [EMAIL PROTECTED]
Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.8-STABLE (turbo) #0: Sun Jun 1 12:54:01 PDT 2003
Welcome to FreeBSD!
This is an Apache Software Foundation server.
Please see http://www.apache.org/dev/ for more information.
bash-2.04$
bash-2.04$ dir
bash: dir: command not found
bash-2.04$ c:
bash: c:: command not found
bash-2.04$ hlep
bash: hlep: command not found
bash-2.04$ help
...
bash-2.04$ cd /home/cvs
bash-2.04$ ls
...
bash-2.04$ cd jakarta-flibble/src/java/org/apache/flibble
bash-2.04$ copy Frobnicator.java ReFrobnicator.java
bash: copy: command not found
bash-2.04$ cp Frobnicator.java ReFronbicator.jav
bash-2.04$ ^H^H^H^C
bash-2.04$ cp Frobnicator.java ReFrobnicator.java
bash-2.04$ rm Fronbicca*.*
rm: ReFronbicca*: No such file or directory
bash-2.04$ rm Frob* *
bash-2.04$ ^H^H
bash-2.04$ ls
bash-2.04$ undo
bash: undo: command not found
bash-2.04$ undelete
bash: undelete: command not found
bash-2.04$ hlep undo
bash: hlep: command not found
....
--Jeff
>
> d.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]