installing the package from SVN repository

Hi,

I am trying to install a package from the SVN repository. But, I was unable to do that. Can you please explain how to install a package from the SVN repository? I have followed the document in Creatio academy also.

Thank you. 

Like 0

Like

3 comments

Hello,

Please describe which steps have you performed and what was the result?

Best regards,

Oscar

Oscar Dylan,

First, I have downloaded and installed the VisualSVN and TortoiseSVN. I was unable to connect it to the Creatio application.  Please tell me how to connect it to the Creatio application.

Thank you.

likhitha sirisha,

Here are complete steps that you should perform to connect your SVN server to Creatio application in case you need to develop some new logic for your live system:

1) Ask support@creatio.com for installation files and the backup of the application for which you need to develop new logic

2) Deploy this application locally on your end (using this Creatio article)

3) Open VisualSVN where you already have your repository created

4) Right-click on repository and choose "Copy URL to clipboard" http://prntscr.com/qk7j6s

5) Go to list of repositories in Creatio application configurations (Configurations -> Open repository list) and add new record according to "LIST OF REPOSITORIES" paragraph of this article. In "Repository address" you need to specify the URL from step 4

6) Authenticate to your SVN using user, you've created on SVN side.

All those steps were performed by me and worked perfectly on my end. The reason of your authentication error can be in fact that your SVN server is deployed locally and you need to connect to cloud-based application. It is not a good option since basic development procedure stands for local application deployment and developing everything and testing it locally and only after that you can export the package developed and install it to cloud based production application.

Best regards,

Oscar

Show all comments