Hi folks, When I try to $ svn checkout svn+ssh://[EMAIL PROTECTED]/svnroot/ringer
I get this: Permission denied (publickey). svn: Connection closed unexpectedly When I try this instead: $ svn checkout --username emre https://svn.projects.openmoko.org/svnroot/ringer It fetches but when I try to commit it says; svn: Commit failed (details follow): svn: Can't create directory '/svnroot/ringer/db/transactions/0-1.txn': Permission denied svn: Your commit message was left in a temporary file: svn: '/home/emre/src/moko/ringer/svn-commit.tmp' In addition I can't ssh to the server to copy my public key. $ ssh [EMAIL PROTECTED] Gives the error: Permission denied (publickey). So, what should I do to commit files? emre

