views:

264

answers:

4

On windows 7 Ultimate I can't check out SVN projects or do updates. After clicking checkout project or update it shows a dialog where I put in the project URL and then require me to type in username and password. After that the dialog just hangs there, with message the bottom "639 bytes transferred, at 0 bytes/s". If I user repo-browser same thing and after one hour it times out (I can browser the repository with a web browser). I can do checkout and updates on XP Mode so I don't think it is a firewall issue. Any suggestions?

A: 

I would guess it's a firewall issue.

Brimstedt
I thought that too. I disabled Windows 7 firewall and no luck. The strange thing is that it works on Vista and Windows XP. I do connect via vnp (Checkpoint) so perhaps it has something to do with it.
Morinu
+1  A: 

Are you using TortoiseSVN? Do you have to provide a proxy in Internet Explorer or an other browser to connect to the internet?

If both yes, than you have to enter the proxy settings in Tortoise. Just go to All Programs -> TortoiseSVN -> Settings -> Network.

Tortoise doesn't use the settings that were set in Internet Explorer.

Jochen
I don't connect through a proxy but I did used fiddler to test repo browser. The initial request/response works fine. It connects to the server and I get prompted for login/password. The issue is when it tries to get the repository content. Repo browser sends the request but it never gets the response back. I removed the proxy settings after the test and still no luck :(
Morinu
It is strange that it works with the browser and not with TortoiseSVN. Maybe you can try an other SVN client (http://en.wikipedia.org/wiki/Comparison_of_Subversion_clients) or via de commandline (http://svnbook.red-bean.com/nightly/en/svn.tour.history.html#svn.tour.history.browsing)
Jochen
A: 
  1. When you put in the URL, did you make sure the [i]case[/i] matched 100% correctly? SVN used to be a bit problematic in this area, although AFAIK only during write actions.

  2. Are you checking out to a local folder where you actually have write permissions? (i.e. not in program files, the root, a custom folder inside %users%, or any other folder where the explorer pretends you have write access but you really don't). The TortoiseSVN client might not trigger a UAC dialog.

Paul-Jan
For 1. Yes, the case matches. This URL works in other OSs.For 2. Yes, I am checking in to my Documents folder. And I tried other locations just in case. The thing is that repo browser doesn't work either. Very strange.
Morinu
A: 

I also have this problem. Clearly it's a compatibility issue between windows 7 and Subversion server. I've try a few different clients, and the same thing happens. it got stuck when trying to download content.

I come to my surprise that there is no update from SVN team on this issue.

dara