<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=979000807-23072007>I now have a master
repos and I have configured apache to allow checkout but I now require
authentication on commit.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=979000807-23072007></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=979000807-23072007><Location
/svn/auth1><BR> DAV
svn<BR> SVNPath
/SVN/test/master/auth1_test<BR>
AuthType Basic<BR> AuthName
"Subversion repository"<BR>
AuthUserFile
/SVN/test/master/auth1_test-auth<BR>
<LimitExcept GET PROPFIND OPTIONS
REPORT><BR>
Require valid-user<BR>
</LimitExcept><BR></Location></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=979000807-23072007></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=979000807-23072007>I can now mirror and
sync this repos and I have put no authentication on the mirror
</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=979000807-23072007><Location
/svn/mirror/auth1><BR> DAV
svn<BR> SVNPath
/SVN/test/slave/auth1_test<BR></Location></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN
class=979000807-23072007></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=979000807-23072007>I now get the
segmentation fault when commiting to the mirror and I have found the below error
iin the apache error log.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>[Thu Jul 19 13:07:58 2007] [notice] mod_python:
using mutex_directory /tmp<BR>[Thu Jul 19 13:08:00 2007] [notice] Apache/2.2.4
(Unix) DAV/2 PHP/5.2.2 mod_python/3.3.1 Python/2.5 mod_ssl/2.2.4
OpenSS<BR>L/0.9.8b SVN/1.4.3 mod_perl/2.0.3 Perl/v5.8.8 configured -- resuming
normal operations<BR>[Thu Jul 19 13:11:20 2007] [error] [client 10.2.1.148]
Could not MERGE resource
"/svn/mirror/auth1/!svn/act/d46e9d75-d9c6-f542-a52f-19c116f2ab37" into
"/svn/mirror/auth1/trunk". [409, #0]<BR>[Thu Jul 19 13:11:20 2007] [error]
[client 10.2.1.148] An error occurred while committing the transaction.
[409, #165001]<BR>[Thu Jul 19 13:11:20 2007] [error] [client 10.2.1.148]
'pre-commit' hook failed with error output:\nUse of uninitialized<BR> value
in concatenation (.) or string at
/usr/lib/perl5/site_perl/5.8.8/Pushmi/Command/Runhook.pm line 36.\nUse of
unini<BR>tialized value in join or string at
/usr/lib/perl5/site_perl/5.8.8/Cache/Memcached.pm line 668.\nUse of
uninitialized va<BR>lue in hash element at
/usr/lib/perl5/site_perl/5.8.8/Cache/Memcached.pm line 536.\nUse of
uninitialized value in concat<BR>enation (.) or string at
/usr/lib/perl5/site_perl/5.8.8/Pushmi/Command/Runhook.pm line
140.\n/SVN/test/slave/auth1_test/<BR>hooks/pre-commit: line 4: 27078
Segmentation fault /usr/bin/perl
'-I/usr/lib/perl5/site_perl/5.8.8/i386-linux-threa<BR>d-multi'
'-I/usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi'
'-I/usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-<BR>multi'
'-I/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi'
'-I/usr/lib/perl5/site_perl/5.8.8' '-I/usr/lib/perl5/s<BR>ite_perl/5.8.7'
'-I/usr/lib/perl5/site_perl/5.8.6' '-I/usr/lib/perl5/site_perl/5.8.5'
'-I/usr/lib/perl5/site_perl'
'-I/u<BR>sr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi'
'-I/usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi'
'-I<BR>/usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi'
'-I/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi'
'<BR>-I/usr/lib/perl5/vendor_perl/5.8.8' '-I/usr/lib/perl5/vendor_perl/5.8.7'
'-I/usr/lib/perl5/vendor_perl/5.8.6' '-I/usr/li<BR>b/perl5/vendor_perl/5.8.5'
'-I/usr/lib/perl5/vendor_perl' '-I/usr/lib/perl5/5.8.8/i386-linux-thread-multi'
'-I/usr/lib/p<BR>erl5/5.8.8' '-I.' /usr/bin/pushmi runhook $1 --txnname
$2\n [409, #165001]<BR>[Thu Jul 19 13:27:43 2007] [error] [client
10.2.1.75] File does not exist: /var/www/html/svn<BR>[Thu Jul 19 13:28:11 2007]
[error] [client 10.2.1.75] File does not exist:
/var/www/html/favicon.ico<BR>[Thu Jul 19 14:20:16 2007] [error] [client
10.2.1.148] Could not MERGE resource
"/svn/mirror/auth1/!svn/act/d88ae280-a624-2d4f-b12f-71de1e63b950" into
"/svn/mirror/auth1/trunk". [409, #0]<BR>[Thu Jul 19 14:20:16 2007] [error]
[client 10.2.1.148] An error occurred while committing the transaction.
[409, #165001]</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV align=left><FONT face=Arial size=2>Pete Craddock</FONT></DIV>
<DIV align=left><FONT face=Arial size=2></FONT> </DIV>
<DIV align=left>
<DIV align=left><FONT face=Arial size=2>I will be taking part in the Borneo
Summit to Sea challenge in October please sponsor me online :</FONT></DIV>
<DIV align=left><FONT face=Arial size=2><A
href="http://www.justgiving.com/crazycradd">http://www.justgiving.com/crazycradd</A></FONT></DIV></DIV>
<DIV align=left><FONT face=Arial size=2>
<P class=MsoNormal><STRONG><SPAN
style="FONT-SIZE: 10pt; COLOR: rgb(255,135,0); FONT-FAMILY: Verdana">COA
Solutions Ltd</SPAN></STRONG><B><SPAN
style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Verdana"><BR></SPAN></B><SPAN
style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Verdana">PrismTech
House<BR>5th Avenue Business Park<BR>Team Valley<BR>Gateshead<BR>Tyne and
Wear<BR>NE11 0NG<BR><SPAN> </SPAN><BR><STRONG>Tel 0191 482
7900</STRONG><B><BR><STRONG>Fax 0191 482 7901</STRONG><BR></B><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"><STRONG><SPAN
style="COLOR: purple"><U><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"><STRONG><SPAN
style="COLOR: purple"><U>www.coasolutions.com</U></SPAN></STRONG></SPAN></U></SPAN></STRONG></SPAN></SPAN></P>
<P class=MsoNormal><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"><SPAN
class=345335109-05072007><FONT face=Arial size=2><FONT color=#008000><SPAN
lang=EN-US
style="FONT-SIZE: 13.5pt; COLOR: green; FONT-FAMILY: Webdings">P</SPAN><FONT
face=Arial size=2><SPAN lang=EN-US
style="FONT-SIZE: 10pt; COLOR: green; FONT-FAMILY: Arial"> </SPAN></FONT><FONT
face="Lucida Sans Unicode" size=2><SPAN lang=EN-US
style="FONT-SIZE: 10pt; COLOR: green">please consider the environment - do you
really need to print this
email?</SPAN></FONT></FONT></FONT></SPAN></SPAN></FONT></P></DIV>
<DIV> </DIV>
<P align=left><FONT face=Verdana size=1>
<HR>
</FONT>
<P><FONT face=Verdana size=1></FONT></P>
<P align=left><FONT face=Verdana size=1>This email and any files transmitted
with it are confidential and intended solely for the use of the individual or
entity to whom they are addressed. Any unauthorised distribution or copying is
strictly prohibited. Whilst COA takes steps to prevent the transmission of
viruses via e-mail, we cannot guarantee that any email or attachment is free
from computer viruses and you are strongly advised to undertake your own
anti-virus precautions. COA grants no warranties regarding performance, use or
quality of any e-mail <BR>or attachment and undertakes no liability for loss or
damage, howsoever caused. </FONT></P>
<P align=left>
<P class=MsoNormal><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><FONT
face=Verdana><FONT size=1>COA is a trading name of COA Solutions Limited, which
is registered in <st1:country-region w:st="on"><st1:place
w:st="on">England</st1:place></st1:country-region> and Wales No:
3214465<BR></FONT></FONT></SPAN><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><FONT face=Verdana><FONT
size=1>Registered Office: Munro House, <st1:Street w:st="on"><st1:address
w:st="on">Portsmouth Road</st1:address></st1:Street>, Cobham, <st1:place
w:st="on"><st1:City w:st="on">Surrey</st1:City>, <st1:PostalCode w:st="on">KT11
1TF<BR></st1:PostalCode></st1:place></FONT></FONT></SPAN><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><FONT face=Verdana size=1>For more
information on COA and our products, please visit our web site at </FONT><A
title=http://www.cedaropenaccounts.com/
href="http://www.cedaropenaccounts.com/"><FONT face=Verdana
size=1>http://www.cedaropenaccounts.com</FONT></A><o:p></o:p></SPAN></P>
<HR>
<P></P>
<P></P>
<P align=left><FONT face=Verdana size=1></FONT> </P>
</BODY></HTML>