English 中文(简体)
• 如何确定用户名/密码,以便把AnkhSVN的颠覆存放处连接到视频演播室?
原标题:How to set username/password to connect to Subversion repository in AnkhSVN in Visual Studio?

我刚刚安装了AnkhSVN。 视力演播室,2010年。

我通过SSL(ex:https://svn.myserver.com/myrepository)在服务器上有一个现有的颠覆存放处。

在视觉演播室,我把我的源头控制在工具/办法菜单中“AnkhSVN——对演播室视的支持”。

In the "Add to Subversion" dialog, when I try to add my solution in the repository, I enter https://svn.myserver.com/myrepository in the "Repository URL" field. Then, https://svn.myserver.com appears under "Subversion Repositories". When I select it, the "Create Folder..." button stays disabled and when I click OK, I get the message:

请在存放处选择一个有效地点,以补充。

我愿在<条码>上添加我的解决方法:https://svn.myserver.com/myrepository/my/61/3/code>。 但这似乎是不可能的。

我失踪了什么?

Also: In Repository Explorer I add the url https://svn.myserver.com/myrepository and nothing happens. I cannot browse that repository. It looks like I cannot connect to the server.

我很想知道,为什么没有人要我作认证。

是否有任何人知道如何确定用户名/密码?

问题回答

解决办法:

  • You can go to Tools - Options - Source Control - Subversion Environment - Authentication Cache to clear the cached username/passw或ds

  • The authentication data is saved to the following direct或ies

%APPDATA%Subversionauthsvn.ssl.server %APPDATA%Subversionauthsvn.simple

Deleting all the files inside these folders will solve the problem. After deleting these files AnkhSVN will prompt you f或 username and passw或d once again.

  • From the file system right click->t或toise->settings->saved data->Authentication Data-Clear.

参考资料:

http://www.nerdpad.com/how-to/clearing-ankhsvn-saved-username-passw或d-authentication-data

如何在2010年视觉演播室中改变安赫特纳的认证细节?

T或toiseSVN not asking f或 authentication?

想在存放处增加解决办法(全方位解决办法)。 您将确定用户名和密码。 在开放视觉演播室时,该台的头盔应自动管理(无证书)。





相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Remotely authenticating client Windows user on demand

Suppose I am writing a server for a particular network protocol. If I know that the client is running on a Windows machine, is it possible for my server to authenticate the Windows user that owns the ...

Role/Permission based forms authorizing/authentication?

While looking into forms authorizing/authentication, I found that it is possible to do role based authorizing by adding an array of roles to a FormsAuthenticationTicket. That way I can write User....

热门标签