Thursday, September 4, 2014

svn co "revision HEAD, Fully recursive, Externals included"



I have this error from a user, this user can up but no commit. All others user can commit, up, etc.




Error message:




Checkout from
svn+ssh://user@192.168.1.5:/svn/project,
revision HEAD, Fully recursive,
Externals included To better debug SSH
connection problems, remove the -q
option from 'ssh' in the [tunnels]
section of your Subversion

configuration file. Network connection
closed unexpectedly



Answer



First, you should find out if it is a problem of his computer or his account.



Try if the user can ssh onto the server where svn resides.



I´d try the same commands for that user on a different computer.




If it works there, diagnose the user´s computer: disk errors, time skew, firewall, installation etc.



If it doesnt work there - hard to tell because I have no idea how your svn is configured, and how authentication is being handled. Can you give us more details?


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...