Hien Le
Hien Le

Reputation: 301

"Can't write to connection" error when checkout local tortoiseSVN repo (svn://localhost)

My laptop runs Windows 10 Pro.

I'm using Eclipse 4.16 (2020-06) with Subclipse plugin installed.

I have a TortoiseSVN client running on my localhost, and I can access it via svn://localhost using Repository Browser.

enter image description here

I want to checkout the repo directly from Eclipse, but I always get the error

Cannot checkout. An operation was attempted on something that is not a socket.

svn: Can't write to connection: An operation was attempted on something that is not a socket.

Same thing happens when I try to create a new repo from existing project on Eclipse.

Things work well when I try with online SVN repo.

enter image description here

Update: I can open cmd and run command svn checkout svn://localhost/project and it successfully checkout my project. But when I try using the TortoiseSVN checkout from Right click menu, I also get the same error.

enter image description here enter image description here What is wrong here?

Upvotes: 0

Views: 482

Answers (1)

Hien Le
Hien Le

Reputation: 301

It seems like there's something wrong with my TortoiseSVN v.1.14. Solved the issue by reinstalling TortoiseSVN version 1.9.

Upvotes: 0

Related Questions