malavock
malavock

Reputation: 379

Tortoise SVN transfer at 0 byte/s

I'm using Tortoise SVN 1.8.10 on a Windows 7 machine, connecting to the server on a linux machine.

Until about two weeks ago everything was working fine, but suddenly SVN stopped working. Whatever action I try on the project (update, logs, commit, etc) the transfer proceeds at 0 byte/s and eventually times out.

I am connecting through a VPN and that seems to work fine, as I can SSH login in the linux server and transfer files from there. I can browse the SVN repository trough Firefox.

I tried different connections, I updated Tortoise, used https and nothing worked. I'm not using a proxy and I don't need a proxy.

In the office they said they didn't change any settings, I have another colleague using SVN and it works for him.

How can I investigate this issue? Can I have SVN display some logs for example or to monitor the traffic from my machine to the server?

EDIT in the end updating the VPN client solved the issue, please feel free to close the post and thanks to everyone for the help

Upvotes: 4

Views: 7126

Answers (2)

Hasnaa Ibraheem
Hasnaa Ibraheem

Reputation: 1140

After upgrading to TortoiseSVN version 1.9.3 the issue was resolved
Unlike your issue, my issue was because I'm transferring large file (about 150MB) using slow internet connection

Upvotes: 0

Ivan Jovović
Ivan Jovović

Reputation: 5298

Take a look at this answer: https://stackoverflow.com/a/20637753/1023562

Enable the debug output via the settings dialog: Settings dialog -> Advanced -> DebugOutputString (set to true) After that, use DebugView to log all the debug output messages.

The autor of the answer is the autor of the TorotoiseSVN, I thnk.

Upvotes: 1

Related Questions