I am trying to execute the following commands:
svn checkout --username=shohrab svn+ssh://shohrab@svn.code.sf.net/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.