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.
如何使用 pysvn API 获取当前登录的用户名。
我们在 VisualSVN 服务器中启用了 Windows 身份验证(集成)。因此无需提供用户名和密码即可登录。
谢谢...
由于 pysvn 模块仅处理 svn 你不能 - 不是 100% 不可能愚弄,(但很少),以下通常会让你按要求登录用户名:
>>> import getpass >>> getpass.getuser()