David Crossley (JIRA) wrote:
[ http://issues.apache.org/jira/browse/FOR-180?page=comments#action_12332314 ]
David Crossley commented on FOR-180:
------------------------------------
Thanks Addi. The new forrestbar.xpi works for me, and the doc patch is fine.
However the forrestbar.diff patch fails. It seems that you moved some files.
You need to use 'svn move' for that. Similarly if any files were copied, use
'svn copy'. If you need any help with that then ask on the list. If you have
moved and altered some files, then move your copy of the file out of the way,
do the 'svn move', then replace it with your saved copy. The other way would be
to provide a list of what has been moved and i can do the 'svn move' at this
end, then you can patch them.
Well, I appear to be SVN-challenged. I spent more time than I'd like to
admit to trying to do this properly but it just isn't giving me a usable
patch. Essentially what needs to happen is:
forrestbar/xpi/content needs to be renamed to forrestbar/xpi/chrome
forrestbar/xpi/content/forrestbar needs to be renamed
forrestbar/xpi/chrome/content
I tried doing this a number of ways (svn move, svn copy, mkdir - svn
add) and it was just a mess each time. Unfortunately I am slammed at
work and won't be able to muck with this further until maybe Sunday so
if someone can change around the svn dirs, I will patch it on Sunday, as
well as make the changes David brought up in another post on the list.
Sorry that I'm sort of doing a "dump and run" on this.
- Addi