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

Re: permanent solution for deltification problem (issue #1601)

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-11-26 18:11:31 CET

Barry Scott wrote:

> At 26-11-2003 11:05, Barry Scott wrote:
>
>> Finding the svndelify.exe on windows could be solved with
>> a registry entry setup by the installer. You could use a
>> windows shortcut or if that's to hard to use a text file with
>> one line in it that is the path to the svndeltify.exe, setup
>> by svnadmin create in the $REPOS somewhere I guess.
>
>
> People talked about using argv[0] to find the location of
> the svn tools. In win32 its easier to use GetModuleHandle()
> and GetModuleFileName() from a DLL to find the DLL's
> full filename.

Thanks, I know about that.

We don't use Win32 functions where portable or APR equivalents are
available. And it's not easier, it's just different.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 26 18:12:17 2003

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.