am a newbie to continuum, i want to start continuum build whenever a commit has happened in svn repository.
I got two python files continnum.py and forcebuilds.py for svn side hook. if i try to run the forcebuilds.py
it is telling the protocol error
xmlrpclib.ProtocolError: <ProtocolError for XXX.XXX.XXX.XXX:XXXX/RPC2: 404 %2FRPC2+Not+Found>
and when i try to access /continuum/xmlrpc through browser it is telling
The URL requested results in an internal error.
i want to enable xmlrpc on application.xml. how do i do that.
please help me.