NSCry
NSCry

Reputation: 1652

Assembla SVN checkout Error

I am getting following error while I am doing svn checkout:

Authentication realm: https://subversion.assembla.com:443 (null)
Password for '...':
Abort trap: 6

Any help?

Upvotes: 1

Views: 985

Answers (1)

Michael
Michael

Reputation: 10474

This looks like a svn client core dump.

What are you using to checkout your svn repository and what operating system are you on? Can you authenticate in a web browser to your svn repository? What happens when you try it from another computer or client?

You might need to reinstall your client or libsvn completely.

Upvotes: 2

Related Questions