On Fri, Feb 27, 2015 at 10:24 AM, Gerard Bucas <[email protected]> wrote:
> OK – figured it out – sorry to waste your time! > > > > (required an “export” instead of an “import” in TortoiseSVN – > counter-intuitive to me!) > Yup, you can either "svn export" to get a copy without the svn-related files, or "svn co" (svn checkout) to get a copy with all the data required to develop with svn. You might need to make some changes to the scripts if you're not using Visual Studio 2008 - for example changing the TOOL_CHAIN_TAG to VS2013x86, updating paths etc. if you're using Visual Studio 2013 Community Edition. If you don't have any luck with the Community Edition you might want to try the Express edition instead. If you want more interactive help, I'm on IRC - either #minnowboard on freenode, or #edk2 on oftc. -- Bruce
_______________________________________________ elinux-MinnowBoard mailing list [email protected] http://lists.elinux.org/mailman/listinfo/elinux-minnowboard
