I am trying to execute the following commands:
svn checkout --username=shohrab svn+ssh://[email protected]/p/dbprojecthft/code-0/ dbprojecthft-code-0
cd dbprojecthft-code-0
mkdir trunk branches tags
svn add trunk branches tags
svn ci -m "Add initial directories"
For the last command I am getting svn: E170001: Authorization failed
error. After trying few hours on this error I am giving up.
Any help will be highly appreciated.
The error svn: E170001: Authorization failed
says what it says; it occurs only when your user account does not have permissions to access the selected resource or when you provided invalid authentication credentials. In case of invalid credentials you'll see additional errors.
As far as I can see, you can checkout the project therefore you have Read access, but the commit fails since you don't have Write access OR since there was some authentication related-issue. So you should double-check
The E170001 error also appears for repository updates (commits) if svnserve has been invoked with the -R (--read-only) option.
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