Dear Brian, dear Lorenzo, this didn't fully work, but your posts finally let me find the real solution.
SOLUTION: i solved my problem by just creating and uploading my private key to the server. so i just entered keygen in terminal: my-book:~ me$ ssh-keygen (didn't use any keyphrase for creation) then uploaded it to server my-book:~ me$ cat ~/.ssh/id_rsa.pub | ssh $u...@$server 'cat >> .ssh/ authorized_keys' and here we go... ;-) THANKS A LOT to you both! Sven On Nov 12, 4:53 am, Brian Steele <[email protected]> wrote: > I was having the same problem and seem to have just fixed it. There > seems to be a couple things that affected it and sp I'm not sure > exactly what the solution is, but here's what I did. > > I noticed that my repository bookmarks no longer contained the > password for my account, and I couldn't get them to stick in the "Edit > Repository Bookmark" dialog. I went into Keychain Access, click on > login (left pane), selected all instances of SVN: svn+ssh:// > myurl.com... and deleted them. I then edited my repository bookmarks > again and was able to save the password. > > I also noticed that from earlier troubleshooting, I must have updated > my working copies to a newer version of SVN - I was now getting errors > that my SVN client was out of date. I went into Versions Preferences > and changed the Subversion Library to 1.6.5. You may want to take a > look at this > document:http://subversion.tigris.org/svn_1.6_releasenotes.html#wc-and-fs-form... > > IMPORTANT: I new that all of my files had be previously committed to > my repository before doing this next step... > I was still getting "An unknown Subversion error occurred", so I > deleted my working copy (moved it to Trash) and checked it out > again.Now it seems to be working fine again. > > I hope this helps. > > Brian > > On Oct 27, 11:30 am, Sven Peper <[email protected]> wrote: > > > > > isn't there anybody who can help me?? i cannot use my paid versions- > > license.... :-/ > > Thx > > Sven > > > On Oct 20, 10:09 am, Sven Peper <[email protected]> wrote: > > > > Dear Versions-Team, > > > > please tell me, what i've to do in order to fullyresetVersions > > > (including all settings, hidden files and keys). I'd like to get rid > > > of this "AnunknownSubversionerroroccurred. (code = 210002)"error, > > > that occurs since about 2 weeks. Up to the date when our Server IP has > > > changed, everything worked fine. (I'm in the possession of a Versions- > > > license) > > > > (Now using MacOS 10.6.1) > > > > If you need more information, feel free to contact me. > > > > Thx a lot for your help > > > Sven --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/versions?hl=en -~----------~----~----~----~------~----~------~--~---
