I want to checkout something out of an repository .. but wenn i type :
svn co svn+ssh://URL
i get asked for the password.I suppose he uses the username from my console which aren't the same.
So how can i checkout something with svn+ssh with a different loginname ?
Check out files from Subversion repositoryIn the Get from Version Control dialog, click Add Repository Location and specify the repository URL. Click Check Out. In the dialog that opens, specify the destination directory where the local copy of the repository files will be created, and click OK.
You can manage SSH public keys for SVN accounts by clicking on the account in the "SVN Accounts" list from the web interface (or using the "svn pubkey" commands in the CLI). Since the svn+ssh method relies regular Unix permissions, you will need to make sure that the SVN users have access to the repository files.
SSH lets you select user in the connection URL:
svn co svn+ssh://alabaster@URL
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With