From 51481f9471c1fe48c9ca80a1648a45ca29673010 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 17 Mar 2014 17:05:43 +0000 Subject: Fix the navit layout to not have everything in a navit directory This is not completely foolproof, since some of the branches have stuff outside it, but the rest are in the correct layout. --- open-source-lorries/navit-svn.lorry | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'open-source-lorries/navit-svn.lorry') diff --git a/open-source-lorries/navit-svn.lorry b/open-source-lorries/navit-svn.lorry index 659c836..cb50d1c 100644 --- a/open-source-lorries/navit-svn.lorry +++ b/open-source-lorries/navit-svn.lorry @@ -2,6 +2,10 @@ "navit-svn": { "type": "svn", "url": "http://svn.code.sf.net/p/navit/code", - "layout": "standard" + "layout": { + "trunk": "trunk/navit", + "branches": "branches/*/navit", + "tags": "tags/*/navit" + } } } -- cgit v1.2.1