[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: VC++ 2005 Express build, work in progress...

From: Simon Large <simon_at_skirridsystems.co.uk>
Date: 2005-12-20 18:55:17 CET

George Wieggers wrote:
> Although my efforts haven't resulted (yet) in a complete succesfull
> build, I thought I'd share with you what I've got so far.
>
> (see attached zipped patch)

How much of this patch is still applicable? Stefan has made several
changes to the build system since then, notably removing the build.bat
file in favour of NAnt. There are also changes to the subversion
patching as SVN now supports VS.NET2005.

I tried building the Subversion target using NAnt and got this error
message:
[exec] subversion_vcnet.sln(2): Solution file error MSB5005: Error
parsing project section for project "__ALL_TESTS__". The project file
name ""build\win32\vcnet-vcproj\__ALL_TESTS___vcnet.vcproj"" contains
invalid characters.
[exec] C:\Subversion\TortoiseSVN\ext\Subversion.build(106,4):
[exec] External Program Failed: msbuild.exe (return code was 1)

I made a small mod to Subversion.build to get this far, namely replacing
the call to devenv.com with one to msbuild.exe:

<exec program="msbuild.exe" workingdir="Subversion" failonerror="false">
   <arg value="subversion_vcnet.sln" />
   <arg value="/p:VCBuildAdditionalOptions=&quot;/useenv /rebuild&quot;" />
   <arg value="/p:Configuration=${configuration}" />
   <arg value="/t:__ALL__" />
</exec>

What do I need to do to fix this one?

Simon

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Dec 20 19:30:23 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.