jenkins 使用svn 的hook 去触发自动构建的过程中发现报错
svn:E070014 Can’t read stdin:End of file found
报错是通过svn checkout 工程过程中带账号密码的行为出现的
svn co http://svn.xxx.com:xxx/reps/xxx --user xxx --password xxx
发现是cache 问题,修改命令解决
svn co http://svn.xxx.com:xxx/reps/xxx --user xxx --password xxx --no-auth-cache