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
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.