views:

2990

answers:

4

Hi,

With the install of snow leopard access to subversion has stopped working, any one know how I can fix it?

When I click on my repository I get

list svn+ssh//[email protected]/library/subversion/respository/apps Error 210002 (Network connection closed unexpectedly Description: (null)

Any help would be very gratefully received.

+3  A: 

You seem to be connecting through SSH. First try to manually ssh into the remote server.

ssh -vvv [email protected]

Since it's a local address, I assume it's another mac computer and had been upgraded to snow leopard as well, changing the machine fingerprint for SSH, and it's closing the link for your safety (man in the middle attack).

Try to remove ~/.ssh/known_hosts and see if it solves the issue.

LiraNuna
Ah yes remote log in was disabled! Thank you!
Chris Beeson
A: 

I had the same problem. Go to XCode Preferences and just re-edit the information for the repository and it works.

A: 

Though I didn't have a problem to get access to my repository, the Xcode 3.2 stopped to show 'M' marks in the file tree window.

It is very annoying since it is easy to forget how many files I am modifying now.

Does anybody have the same problem?

A: 

I have the same problem; I trashed my known-hosts, re-edited the svn info in xcode, etc...

I can browse my repositories in xcode, check out files, but the file tree window can't update and I can't commit any changes.

Anyone have a solution or suggestions?

Thanks in advance.

beagle eye