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

Re: 11.0 to 1.1.1 migration trouble ( WinXP )

From: Andrew Varabei <andrewv_at_intellimerce.com>
Date: 2004-12-02 16:52:20 CET

Environment:
Path=[..]C:\Program Files\Subversion\bin;[..]
WindowsXP SP2
svn-1.1.1-setup-2.exe
Apache/2.0.52 (Win32) SVN/1.1.0 DAV/2 Server at localhost Port 80
# Subversion
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
[..]
<Location /svn>
    DAV svn
    SVNParentPath C:/www/Repos
    #SVNPath C:/www/Repos/root
    AuthzSVNAccessFile C:/www/Repos/svnaccessfile

    Require valid-user

    AuthType Basic
    AuthName "Subversion repository"
    AuthUserFile C:/www/Repos/svn-auth
</Location>

I have both 1.1.0 and 1.1.1 unpacked and after I copy files from
C:\Program Files\Subversion\ , httpd/mod_authz_svn.so
httpd/mod_dav_svn.so to Apache2/modules , restart apache I got error :
service cannot start

>net start apache2
The Apache2 service is starting.
The Apache2 service could not be started.

A service specific error occurred: 1.

More help is available by typing NET HELPMSG 3547.

That is application specific error.
Nothing writes to log files

kfogel@collab.net wrote:

>Andrew Varabei <andrew_v@tut.by> writes:
>
>
>>I installed 1.1.1 and get error from apache. Now it do not like to
>>start as service, but work as standalone application.
>>
>>When I copy files from 1.1.0 back - all resurrects.
>>
>>Do you have any idea what happens ?
>>
>>
>
>You need to give us *much* more detail before we can help you.
>
>Please see http://svn.collab.net/repos/svn/trunk/BUGS for how to help
>us help you.
>
>-Karl
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>
>
Received on Thu Dec 2 18:44:07 2004

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

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