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

Re: Trying to build Subversion on Visual Studio 2008

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: Thu, 4 Nov 2010 16:52:16 +0100

On Wednesday 03 November 2010, PGSEM Contractor 4 wrote:
> * Checked out src-trunk

This is typically where everyday development is done. I'd switch to a released
version or a release branch instead. At least I'd expect the trunk to be a
bit more unstable than the rest.

> * Set up my environment variables in a VS2008 command prompt

There is a common misconception about environment variables: These are set in
a process and then inherited by all processes that this process starts. It
doesn't affect the rest of the "environment"/system. Other processes don't
pick up the changed settings. Also, the variables are not stored anywhere, so
they are effectively volatile.

Note that the initial environment is stored somewhere, you can even configure
that on a per-user base. Don't ask me where in the system setup you find that
though. ;)

> When I get to trying to run Visual Studio's command line (devenv) I can't
> locate the subversion_vcnet.sln file, nor the earlier subversion_msvc.dsw
> file.

If you start devenv.exe from the above prompt, it inherits the environment
variables. That might be necessary for it in order to find apr.h, if the path
to those includes is in there.

Good luck!

Uli

-- 
ML: http://subversion.apache.org/docs/community-guide/mailing-lists.html
FAQ: http://subversion.apache.org/faq.html
Docs: http://svnbook.red-bean.com/
Sator Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
Sator Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
Received on 2010-11-04 16:52:55 CET

This is an archived mail posted to the Subversion Users mailing list.

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