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