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

Re: svnservice wrapper update

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-01-31 21:48:10 CET

Simon Large wrote:
> I just tried building it myself.
>
> It compiles, but there are warnings about deprecated functions - strcpy
> and friends are no longer considered safe. You can suppress the warning
> of course. Are the safe versions available in earlier VS releases?
>
> And of course it converts the .sln file into a new and incompatible
> format which no longer works with VC++ 2003. Ho hum. Maybe it needs a
> Nant build script or makefile that calls CL directly and will work with
> any version of the compiler.
>
> Any volunteers to clean this up.

Be carefull with that: if you don't build it with VC6, the wrapper will
use a different C-runtime library than svnserve.exe, which then could
lead to some very nasty crashs. Different C-Runtime libs in the same
process don't work very well. MS recommends to rebuild all libs to use
the same runtime.

So if you really want to build it with VCExpress or VS.NET/VS2005, then
you must also compile svnserve.exe with the same compiler.

Stefan

-- 
        ___
   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 Jan 31 21:51:52 2006

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.