Re: Re: [gsoc] We need to design "commit from multiple working copies"
From: Mark Phippard <markphip_at_gmail.com>
Date: Fri, 22 May 2009 10:24:40 -0400
On Fri, May 22, 2009 at 10:01 AM, Stefan Sperling <stsp_at_elego.de> wrote:
You need Visual Studio, at least the Express version.
I just rebuilt my laptop with Vista, so I remember the things I did.
The build system also needs Perl and Python installed, so I install
Once I've done those things, I installed VS 2008. This includes a
I then downloaded OpenSSL and built it. It has a readme with instructions.
I then downloaded Apache 2.2.11 source zip file for Windows and built
The next thing I do is checkout SVN trunk. I also downloaded the
I should have mentioned I do my builds from command prompt. Visual
From the root of the Subversion checkout I run this:
python gen-make.py -t vcproj --vsnet-version=2008
This command generates the Visual Studio 2008 project files for
To build Subversion, I then run this:
devenv subversion_vcnet.sln /build "Release" /project "__ALL_TESTS__"
To run the tests, I then run this:
python win-tests.py -f fsfs -c -r -v
-- Thanks Mark Phippard http://markphip.blogspot.com/ ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2352910Received on 2009-05-22 16:25:27 CEST |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.