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

Re: Kerberos + GSSAPI support in Tortoise SVN

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Sat, 25 Sep 2010 08:15:41 +0200

On 25.09.2010 02:27, Jean-Yves Avenard wrote:

>> Also I never use precompiled libs in TSVN. I always compile the libs
>> myself and create a build script. Only that way I can guarantee that the
>> libs don't use an incompatible c-runtime and are always compiled for
>> both win32 and x64.
>
> I guess I misread the source code then, I see that 64 builds or not,
> it's always linking some 32 bits libraries ; like in neon.build
> <include name="..\..\..\common\openssl\out32\libeay32.lib" />
> <include name="..\..\..\common\openssl\out32\ssleay32.lib" />
>
> Or are they 64 bits libs, named 32.lib

Yes, they're just named *32.lib but actually are the x64 libs when built so.

>>> TortoiseSVN doesn't compile with latest nant alpha (0.91), it does
>>> compile with 0.90
>>
>> Once it's not alpha but beta, I'll try it and will adjust the build
>> scripts. But not before.
>>
>
> Oh, I was just making a note that I thought would be useful to be
> documented. The TSVN build instructions doesn't refer to any version;
> so being new to the scene, I just got the latest of everything and
> tried to compile

Good point. But I think we don't have to mention the specific version as
long as the 'latest' version isn't even out of alpha.

> I'll look at creating a build script for kerberos then.
>
> Is there a way to compile things without recompiling everything?
> I removed the clean from the main built script, but it is still
> recompiling most of things when I run nant. Takes forever...

I would suggest you create a gssapi.build script in /ext/build and add a
'gssapi' target in /default.build. That way you can test the gssapi
build without having to compile everything else first.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2664430
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-09-25 08:15:57 CEST

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

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