Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个检查颠覆回购的shell脚本。连接要求输入密码(我知道这是一个不必要的层,因为密码是空白的),但是我怎样才能将空白密码发送给 subversion?
#!/bin/sh svn co svn://server/repo ~/Desktop/data
然后这会向终端发送密码提示,有没有办法在我的脚本中使用空白密码自动响应?
尝试使用以下选项指定密码:
--password ''
我真的不建议这样做,但更通用的方法是使用expect:
如何在 shell 脚本中输入密码?
这是我在 jsf 2.0 项目中尝试的代码。
<h:input value="#{studentInfoBean.registrationFormNo}" id="registrationFormId"/>
<h:commandButton type