[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: Barry Scott <barry_at_barrys-emacs.org>
Date: 2003-11-26 17:10:03 CET

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.

Barry

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 26 17:11:14 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.