An error occurred while fetching the assigned iteration of the selected issue.
Issue: Code adaptation for svn+ssh
Open
Issue: Code adaptation for svn+ssh
The svn repo is in a server that requires ssh authentication. We need to adapt our code to be able to access the server and prepare a new config file with the needed structure.
Example: config.group(1): svn+ssh://lida.fkc.hft-stuttgart.de/var/svn/swp1/swp1 config.group(2): username (username for SVN+SSH)
target: "svn+ssh://" + username + "@" + "lida.fkc.hft-stuttgart.de/var/svn/swp1/swp1"