bitbake: fetch2/svn: Enhance to cope with subversion 1.7 upgrade
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 2 Jul 2012 20:23:04 +0000 (21:23 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Jul 2012 13:48:15 +0000 (14:48 +0100)
commita7f1953af69aee14a350ad56cc71d894a8fbe497
treed5741c4f50c74418c43ecd37640c6f5cc17fa1da
parent392b15fab7bed82d792a8489e1152ceb74ff0608
bitbake: fetch2/svn: Enhance to cope with subversion 1.7 upgrade

svn changed working checkout formats between 1.6 and 1.7. Its convoluted to
detect what format a given working copy is in so the simplest solution is simply
to run "svn upgrade" within the working copy.

The base svn command variable is relocated slightly to enable this new code to
work effectively.

(Bitbake rev: ebd3ecdb5f3c6d3fe1fad27cbed4d80f4277e92e)

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