You are on page 1of 2

3/4/22, 12:59 PM PDF Export

Welcome to Talend Help Center

Talend Data Integration Installation


Guide for Windows
2022-03-04

1. Installing and configuring an Apache Subversion (SVN) server

Installing and configuring an Apache Subversion (SVN) server


This procedure describes how to install and configure an Apache Subversion (SVN) server in order to store all your project data
(Jobs, Database connections, Routines, Joblets, etc.) in the shared Repository of the Talend Studio.

Download and install VisualSVN

The following steps describe how to download and install VisualSVN, which is the recommended Apache Subversion server. For the
list of Apache Subversion servers that are supported, see Compatible version control systems.

1. Download the VisualSVN installer from http://www.visualsvn.com/server/download/.

2. Launch the wizard.

3. Complete the installation process without changing the other parameters.

Note

In some configurations, the secure connection may not work if you select the Use secure connection
(https://) check box.

4. Launch VisualSVN.

Change the port in VisualSVN Server

1. In the main window of VisualSVN Server Manager, check in the server URL that the port is 80. If it is already the case, go
directly to Create a new repository in VisualSVN.

2. Right-click on VisualSVN Server on the left tree view.

3. Select Properties.

4. Click on the Network tab.

https://help.talend.com/internal/api/webapp/print/86985d4e-623f-4a67-bc69-515f9ef4f4a0 1/2
3/4/22, 12:59 PM PDF Export

5. Change the port selection to 80.

6. Click Apply then OK.

Create a new repository in VisualSVN

1. Right-click on Repositories in the main window of VisualSVN.

2. Click Create new repository...

3. Name the repository newly created, for example: <my_repo>.

4. Click OK.

Create a new user and grant him read-write authorization in VisualSVN

1. Click Create new user... in the main window of VisualSVN.

2. Then define a user name and his password.

3. Right-click on <my_repo>.

4. Select Properties.

5. Change the default user (everyone) permissions to no access.

6. Click Add.

7. Select your username in the list displaying and click OK.

8. Check that the granted permissions are read/write.

https://help.talend.com/internal/api/webapp/print/86985d4e-623f-4a67-bc69-515f9ef4f4a0 2/2

You might also like