shiva shankar
shiva shankar

Reputation: 101

TortoiseSVN: "Operation failed"

Hi all I am new to TortoiseSVN and I am unable to access svn repository. I have installed TortosiseSVN and created a new empty folder and I clicked on SVN Checkout and I pasted the URL: svn://[email protected]/p/radiusdesk/code/trunk/rd in the dialog box and clicked "OK" (AS its mentioned in in this question). But I am getting below mentioned errors and its showing that "operation failed".

Error   Unable to connect to a repository at URL
Error   'svn://[email protected]/p/radiusdesk/code/trunk'
Error   Can't connect to host 'svn.code.sf.net': A connection attempt failed because 
Error   the connected party did not properly respond after a period of time, or Error   established connection failed because connected host has failed to respond.

I just want to know where I am doing mistake and cant I get access to those repository via TortoiseSVN tool.

Upvotes: 2

Views: 1549

Answers (1)

bahrep
bahrep

Reputation: 30662

svn checkout svn://[email protected]/p/radiusdesk/code/trunk works perfectly for me. If you are behind a proxy, configure its settings in TortoiseSVN | Settings | Network. If you are behind a firewall, make sure that port 3690 is open (the port is usually used for svnserve).

Upvotes: 1

Related Questions