On Fri, Jul 08, 2011 at 01:42:13PM +0200, Martin wrote:
>I also didn't know how to patch this both files and apply this patch to 
>the locator branch.

Here is how it should work:

svn co http://svn.parabola.me.uk/mkgmap/branches/locator mkgmap-locator
cd mkgmap-locator
svn log|less # see which trunk revision it is based on
# The log reports for me that the svn:log of the current head (r1977) is
# "Synchronize to trunk r1973". So, you will need to merge changes from 
# that on:
svn merge http://svn.parabola.me.uk/mkgmap/trunk -r1973:HEAD .
# This went without conflicts.
ant dist
# This gives compilation failures: "cannot find class BlockInputStream"

So, it does not seem to be that simple.

Best regards,

        Marko
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to