Hi, we're in the process of switching from VSS to ccnet and Mercurial.
We recently were looking at SVN and managed to ccnet and SVN working
quite happily but since I've started playing with Mercurial I can't
get the thing to work.

We run "hg serve" then start the process in ccnet to pull out the code
and it gets to "Checking for Modifications" but in the background the
hg is throwing the following error:

E:\Mercurial Repository>hg serve -n "Business Systems Repository"
----------------------------------------
Exception happened during processing of request from ('172.17.37.9',
2675)
Traceback (most recent call last):
  File "SocketServer.pyc", line 558, in process_request_thread
  File "SocketServer.pyc", line 320, in finish_request
  File "mercurial\hgweb\server.pyc", line 44, in __init__
  File "SocketServer.pyc", line 615, in __init__
  File "BaseHTTPServer.pyc", line 329, in handle
  File "BaseHTTPServer.pyc", line 323, in handle_one_request
  File "mercurial\hgweb\server.pyc", line 76, in do_GET
  File "mercurial\hgweb\server.pyc", line 67, in do_POST
  File "mercurial\hgweb\server.pyc", line 60, in do_write
  File "mercurial\hgweb\server.pyc", line 124, in do_hgweb
  File "mercurial\hgweb\hgweb_mod.pyc", line 81, in __call__
  File "mercurial\hgweb\hgweb_mod.pyc", line 113, in run_wsgi
ErrorResponse
----------------------------------------


Here is the ccnet.config I am using.

<cruisecontrol xmlns:cb="urn:ccnet.config.builder">
        <project name="IOBS Web Service" queue="WS Queue" queuePriority="1">
                <workingDirectory>C:\Program Files\Vibrant Media\IOBS Web 
Service</
workingDirectory>
                <artifactDirectory>C:\Program Files\Vibrant Media\Build 
Artifacts
\IOBS Web Service</artifactDirectory>
                <category>Web Services</category>
                <webURL>http://localhost/ccnet</webURL>
                <modificationDelaySeconds>60</modificationDelaySeconds>
                <description>IOBS Web Service</description>

                <sourcecontrol type="hg">
                        <autoGetSource>true</autoGetSource>
                        
<repo>http://nycbuild01.dev.vibrant.corp:8000/file/3190231c73c4/
Development/.NET/Web/Web Services/IOBS Web Services</repo>
                        <executable>C:\Program 
Files\Mercurial\hg.exe</executable>
                        <timeout units="seconds">60</timeout>
                        <multipleHeadsFail>false</multipleHeadsFail>
                </sourcecontrol>

                <publishers>
                        <xmllogger logDir="C:\Program Files\Vibrant Media\Build 
Logs\IOBS
Web Service" />
                </publishers>
        </project></cruisecontrol>


Any help or shedding of light would be much appreciated.

regards

chris

To unsubscribe from this group, send email to 
ccnet-user+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to