Moving the applet directories.

Ole-Egil Hvitmyren oehvitmyren at network-electronics.com
Tue Jan 24 16:12:08 UTC 2006


Rob Landley wrote:
> On Tuesday 24 January 2006 02:50, Bernhard Fischer wrote:
> I didn't mean to revert your change.  I did an "svn mv" and expected the thing 
> to actually handle it.  Looking at "svn log defconfig" I get just one entry:
> 
> r13452 | landley | 2006-01-20 11:47:09 -0600 (Fri, 20 Jan 2006) | 4 lines
> 
> Apparently the file's entire history got wiped.
> 

That is very interesting. Here's an example:

$ svn mv img/flashlink_small_none.png img/flashlink_none_bw.png
$ svn log img/flashlink_none_bw.png
------------------------------------------------------------------------
r2009 | olegil | 2006-01-24 12:18:38 +0000 (tir, 24 jan 2006) | 1 line

renamed no-rack icon
------------------------------------------------------------------------
r2005 | olegil | 2006-01-24 09:04:42 +0000 (tir, 24 jan 2006) | 1 line

added rack outline for flashlink rack menu
------------------------------------------------------------------------
r1206 | olegil | 2005-06-27 14:33:08 +0000 (man, 27 jun 2005) | 1 line

moving
------------------------------------------------------------------------
r780 | geir | 2002-08-22 09:42:43 +0000 (tor, 22 aug 2002) | 1 line

Importing flash_cgi
------------------------------------------------------------------------




So that file has full history.
I even tried it on a directory with a file in it, and the files have 
full history.

Now, you haven't somehow managed to get log to always stop on copy?
Because that would list just:

$ svn log img/flashlink_none_bw.png --stop-on-copy
------------------------------------------------------------------------
r2009 | olegil | 2006-01-24 12:18:38 +0000 (tir, 24 jan 2006) | 1 line

renamed no-rack icon
------------------------------------------------------------------------


I'm not entirely certain HOW you would make it do that (other than 
aliasing), but it's the only thing that springs to mind if you're 
missing stuff from the log.

Ole-Egil



More information about the busybox mailing list