简体   繁体   中英

Getting current credentials in Powershell and pass them to SVN commit command?

So when I do an SVN -ci -m "My reason"

SVN asks me for my password. Is there any way that I can capture that password from the currently logged on user and pass it as a variable or the like to the SVN command? I'm using powershell 2.0. The reason is that the script will run non-interactively.

Thanks!

如果要进行无密码提交,请通过svn+ssh:// URI检出源,并使用SSH公钥身份验证。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM