Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

svn repository

How do verify my svn repository path
Seeing a bunch of errors
-bash-3.2$ ./svn --help
ld.so.1: svn: fatal: libsvn_client-1.so.0: open failed: No such file or directory
Killed
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Are you on an enterprise/platform version (subscription) of Talend?
If so can you access Talend Administration Center? From there you can check the Configuration page: https://help.talend.com/search/all?query=Configuring+parameters+according+to+your+system&content-lan...
Anonymous
Not applicable
Author

1. At first you need to install SVN correctly from your distribution repository. Your error message points to an incomplete SVN installation. It looks like you have copied an svn binary by hand.
$ sudo apt-get install subversion
2. Talend access an SVN repository usually via WebDAV = http. You need to know the http URL of your repository. You can use this URL also in a browser. In this case the browser will open a basic authentication dialog and then a simple file view.
A very good SVN server is CollabNet Subversion. This server is very easy to install and provides a very comfortable web based user interface. I suggest installing this in case you need your own SVN server.