Installing package from SVN repository

Hi,

I am trying to install a package from the SVN repository. But, I am unable to do that. Can anyone explain how to install a package from the SVN repository?

Like 0

Like

4 comments

Hello,

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

Best regards,

Oscar

First, I have downloaded and installed the Visual SVN and Tortoise SVN.

I was unable to connect it to the Creatio application.

Can you guide me how to connect it to the Creatio application.

Sudha,

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

Oscar Dylan,

Thank you Oscar Dylan.

I have followed the steps which you have provided and successfully connected the SVN server to my Creatio application. Can you please guide me the further steps? 

1. What to put in the newly created repository in the SVN server (Package Zip file or Extracted file)

2. How to install the package from the SVN repository?

Show all comments