2012/3/6 Jesper Møhl Madsen <jesperm...@gmail.com>: > I installed the TotoiseSVN windows 7 64 bit started Repository Browser > and pasted "https://simbus.svn.sourceforge.net/svnroot/simbus simbus" > in URL... Thats all.
While TSVN shouldn't crash in this situation, you should not have that second "simbus" in your URL. If you're checking out with the command line client, it's: svn co https://simbus.svn.sourceforge.net/svnroot/simbus simbus but in TSVN, you only need to specify the URL you're checking out from (https://simbus.svn.sourceforge.net/svnroot/simbus), and then you'll select the local path separately.