SVN - Integration Server - Designer

Hi all,

I need an help to put under version control (Subversion) a remote IS but i’m receiving this error :

[ISS.0132.9117] error running command [svn, mkdir, --username, flonaldo, --password, ********, -m, Initial Import, https://riouxsvn.com/repository/?name=codadilupo /packages]; exit value: 1; output: [svn: E170013: Unable to connect to a repository at URL 'https://riouxsvn.com/repository/%3Fname=codadilupo%20', svn: E175009: The XML response contains invalid XML, svn: E130003: Malformed XML: no element found]
Caused by: com.webmethods.vcs.VCSException: [ISS.0132.9117] error running command [svn, mkdir, --username, flonaldo, --password, ********, -m, Initial Import, https://riouxsvn.com/repository/?name=codadilupo /packages]; exit value: 1; output: [svn: E170013: Unable to connect to a repository at URL 'https://riouxsvn.com/repository/%3Fname=codadilupo%20', svn: E175009: The XML response contains invalid XML, svn: E130003: Malformed XML: no element found]

any help?

Hi Francesco,

unfortunately Subversion package is not able to connect to https-based repository URL.

Please have a look at the Configuring_the_VCS_Integration_Feature Guide for further informations.

I have suspended all tasks for this feature until we are migrating to 9.12 or newer as I cannot configure the SVN repository in the right way because it is maintained by another department.

Regards,
Holger

Hi Holger,

below my steps :

  1. I just created my local SVN server at this path : http://localhost:8080/svn/webmethods
  2. Created an user in the user mapping under the CVS tab in IS (the user-creation is OK because i’m able to connect via tourtouse)
  3. Added the repository to VCS tab in the IS

Configuration seems OK

However when i try to add a new flow in designer i’m receiving this error :

 [ISS.0132.9117] error running command [svn, lock, --username, francesco, --password, ********]; exit value: 1; output: [svn: E155036: Please see the 'svn upgrade' command, svn: E155036: The working copy at 'C:\SoftwareAG\IntegrationServer\instances\default\packages\Default', is too old (format 29) to work with client version '1.9.4 (r1740329)' (expects format 31). You need to upgrade the working copy first., ]

How can i upgrade my working copy?

Thank you for the support.

Hi Francesco,

what is your tortoise version?

Go to your IntegrationServer folder under packages and check for the versioned ones (those who have a hidden “.svn”-directory).

In the context menu of these directories (at the level where the “.svn”-.directory is located) select “Upgrade Working Copy”.
This might take some time, so stay patient while this is running.

Looks like your working copy has been created with 1.6. Latest version of working copy format is 1.8.

Regards,
Holger

Hi Holger,

i was able to perform an upgrade working copy just in a couple of directory.

As you can see in the image below

For the other directory i don’t have the Upgrade Working Copy tab.

Anyway when i try to open the designer and add a new service flow in one the two “upgraded” directory i’m receivng this error

Any help? where i’m failing?..

PS my turtouse version is TortoiseSVN 1.9.5

Hi Francesco,

if there is no “Upgrade Working Copy” available, this means that this directory is either on the current format or that it is not versioned at all.

Regards,
Holger

Yes Holger,

solved. Now it works! Finally my IS is under Version Control. I’m able to check in and check out through Designer. 8)

Thank you all for the support.

I’ll continue using this thread for future clarifications about usage.

Hi Holger,

are you sure is not possible to connect Subversion to an https-based repository? I’m not able to find this limitation in the docs.
Maybe working with Trustore configuration in Designer, i should find a way…

http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/wmsuites/wmsuite9-12/Integration_Server/9-12_Configuring_the_VCS_Integration_Feature.pdf

Thank you

Hi Francesco,

I never was able to configure it so far as I cannot control the SVN server as described in the docs.

I would have to contact the operation team of the SVN server and they wont grant me the required rights due to security restrictions.

Especially having a shared network directory to the repository and the neccessity to access the config file of the SVN server is an issue here.

Regards,
Holger

1 Like