WS02 Greg 5.2.x SVN-Based Deployment Synchronizer

88 Views Asked by At

I have a cluster of Greg server, and I was trying to implement the SVN I have the same setup un those machines for the ESB cluster and it works fine. With Greg nothing at all: no error, no logs entries: it looks like it just ignore che SVN conf in carbon.xml

<DeploymentSynchronizer>
        <Enabled>true</Enabled>
        <AutoCommit>true</AutoCommit>
        <AutoCheckout>true</AutoCheckout>
        <RepositoryType>svn</RepositoryType>
        <SvnUrl>svn://mySVN/greg_clust/</SvnUrl>
        <SvnUser>wso2</SvnUser>
        <SvnPassword>2osw</SvnPassword>
        <SvnUrlAppendTenantId>true</SvnUrlAppendTenantId>
</DeploymentSynchronizer>

The repo is fine, I can co and commit from the command line, the lib are the same that I use on the ESB: yet no joy at all.

Maybe it's a silly question, but does Greg support SVN Deployment ? My understanding was all carbon prods should support it

0

There are 0 best solutions below