0% found this document useful (0 votes)
24 views4 pages

Why SVN?

The document provides instructions for integrating Subversion (SVN) version control on Software AG's Integration Server (IS). It explains that SVN allows tracking changes to source code and other text files made by different people over time. The instructions include mapping IS users to SVN usernames and passwords, configuring IS to use Subversion, specifying the SVN repository link, and restarting IS to complete the integration and enable checking code in and out from the repository in SAG Designer.

Uploaded by

Vijay Kanth
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views4 pages

Why SVN?

The document provides instructions for integrating Subversion (SVN) version control on Software AG's Integration Server (IS). It explains that SVN allows tracking changes to source code and other text files made by different people over time. The instructions include mapping IS users to SVN usernames and passwords, configuring IS to use Subversion, specifying the SVN repository link, and restarting IS to complete the integration and enable checking code in and out from the repository in SAG Designer.

Uploaded by

Vijay Kanth
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

The common problem working with development team is, some team-mate changes your code without your

knowing and then you


can never get it back. In these situations we always use version controling system. On todays post i will explain how to integrate
SVN on Software AGs Integration Server (IS).
Why SVN?
SVN is a centralized version control system, mainly used for managing source code, but also used for other text-based data that can
be changed over time by different people.
Integrating SVN to SoftwareAG Integration Server (IS):
1. Login to IS as Administrator

2. Click on VCS under Solutions tab

First of all we need to map the user(s) before configuring VCS.


(Why? Because, if you try to configure VCS first, it tries to login SVN link that you gave but there is no username on login
credentials)
3. Click on create new user mapping

4. After then we have to fill VCS User Name and Password fields with SVN Username & Password

5. After filling out then click on save.

6. Now click on configuration link under VCS tab and hit Edit VCS Configuration then Select Subversion and hit on Save.

7. By clicking on Advanced Settings, write down your SVN link and hit on Save Changes
(If youre using https you have to install the certificate of your domain to IS, after then that IS will recognize it correctly)

After all of these configuration we have to restart IS to take changes effect.


Now you can go to SAG Designer and try Check-in & Check-out your code.

You might also like