[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 12:05:01 CET

Proposal:

On windows use CreateProcess to kick off the svndeltify.exe.
This gives you full control over the process and works from
windows 95 thru all the later windows.

Link svndeltify as a windows program not a console app to avoid
the DOS window.

Which ever way you solve things I think you will need a way to
log error messages. Opening a log file from within svndeltify
would work. Note: you could not use dialogs when svndeltify is
running in the context of a service (HTTPD?) as there is no
(practical) way to read the dialog or dismiss it.

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.

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 12:05:54 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.