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.
所以当我做一个 SVN -ci -m "My reason"
SVN 要求我输入密码。有什么方法可以从当前登录的用户那里捕获该密码并将其作为变量等传递给 SVN 命令?我正在使用powershell 2.0。原因是脚本将以非交互方式运行。
谢谢!
如果您想要无密码提交,请通过 URI 检查源svn+ssh://并使用 SSH 公钥身份验证。
svn+ssh://