svn hangs trying to access repo from osx mavericks 1.7.10 -
I have a svn 1.7.9 server, but for some reasons my new iMac is running the svn 1.7.10 repo To get in:
svn list svn: //69.225.XX: 8080
I can simply telnet port and fix it May be repo from old Mac and Windows ... there is no problem. Any idea how to debug? Update 1: This is a complete secret, I found that the paradox was on 1.6 drive, even pointing to the point that it is hanging!
Update2: The secret continues. I compiled the SVN 1.8.5 and guessed that ... it is hanging!
How can it hang, but does Telnet fix it?
Update 3: dig and dig. The server is running svnserve / svn 1.8 (from TortoiseSVN) It seems that the windows boxes are running Turtle 1.8 work fine. Both Macs are not connected, one is hanging and you can not control - C, the second is hanged, you control-and you have "the address already in use" which means no meaning. These two are running SVN 1.7.X, but as I said I compiled 1.8.x and also hanged !
Update 4: One co-worker running OSX 9.1 and just created 1.8.5 from sources (like I did) and he could connect !! Now I have no clue what the difference can be.
Update 5: Problem (should) stem from running svnserve on port 8080 on a window box, not sure why everyone works but the svnserve is changing in 36 9 functions !! I really want to know why this is happening.
Are you certain that your server runs 'svnserve' on port 8080?
Esversive usually runs on standard port 3690, while the port 8080 is usually used by the APK for http.
I would not be surprised that you have a better fortune if you use:
svn ls http: //69.225.XX: 8080
< / Pre>
Comments
Post a Comment