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.
我可以使用 Subclipse 很好地连接到我的 subversion 服务器,但我的提交不起作用,我想添加一些自定义命令以使其工作(我需要传递一个 un/pw)。如何设置这些参数?
现在它设置的命令就是 commit -m "" 我想要的
commit -m ""
commit -m --username <un> --password <pw>
谢谢。
Subversion 将提示您输入用户名/密码,除非它缓存了有效凭据。如果您不想使用这些凭据,则需要清除 Subversion 的缓存。如果使用 JavaHL,这意味着删除 ~/.subversion/auth 文件夹。在 Windows 上,即 %APPDATA%\Subversion\auth
SVNKit 在 Eclipse 密钥环文件中缓存凭据。