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

RE: Inno Setup & svn pre Beta: Help wanted

From: Dmitriy O Popkov <dimentiy_at_dimentiy.info>
Date: 2003-10-06 12:28:08 CEST

> > No.
> > Look an ApacheMonitor.c file (in the Apache 2.0.47 sources tarball).
> > ApacheMonitor opens registry key
> > HKLM\\System\\CurrentControlSet\\Services\\
> > and finds services with "Apache*.exe" filename.
>
> I'm working on it now. Paths can also be found in the usual place
> HKLM/SOFTWARE/vendor/product/blabla and also other places. I
> will use the
> registry key you describe for an "apache -k stop|uninstall|install|
> start" session and install the mod_dav_svn and mod_authz_svn.

Accessing HKLM/SOFTWARE/.../blah-blah-blah - wrong way.
For example, I can have multiple Apache instances on one machine
(one for local httpd, one for public httpd, one for svn e t.c.)

IMHO, the only true way - using scheme from ApacheMonitor.c file.
 
> It seem to be necessary to install libdb40.dll into Apache\bin or
> Apache\modules folder on Win 2000 too.
> Why only Win 2000 and not NT4 and XP, can someone tell me about this?

Why libdb40.dll into Apache/bin?
Installer adds /Program Files/Subversion to system path.
Apache can use libdb40.dll from /Program Files/Subversion without any
problems...

> > IMHO, svn setup program couldn't start,stop or restart apache.
> > Wherefore?
>
> I'm not 100% sure that I understand you. Do you mean why I
> have not done
> this earlier? If so, the reason is lack of time and no wishes
> about it
> (strange),it has been on my ToDo list for a long time.
>
> Another strange thing is that no one have noticed (or
> mentioned) that the
> Berkeley dll can't be upgraded when Apache are running with
> mod_dav_svn.

Possible solution of this problems (paths, replacing used files e t.c.)
- using *.msi files ?

> For now, the installer will only work with the standard Apache binary
> installer download.

.. and corrupt non-standard installations ? :(

> everything mostly
> works _very_good_ .

--
Dimentiy.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 6 12:29:02 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.