]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
fetcher: svn: Add support for checkout to a custom path
authorJens Rehsack <rehsack@gmail.com>
Fri, 16 Oct 2015 17:14:04 +0000 (19:14 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 27 Oct 2015 07:23:21 +0000 (07:23 +0000)
commitaf88f538e61afa1b115be4d7afe00d8477f61750
tree5d7bac0bb0b6270e8e6c7fa2e5b855ae758ff026
parent02c64f7487ca8ec5d32c440f5002c4b8f64b76a6
fetcher: svn: Add support for checkout to a custom path

Add support for the Subversion fetcher to checkout modules to a custom path
than the module name to avoid checkout is always module - svn is path
based and tag/branch-checkout might break builds because of invaid path specs.

Signed-off-by: Jens Rehsack <sno@netbsd.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/fetch2/svn.py