开发者

storing multiple credentials in tortoisesvn

I am working on several projects in different subversion repositories using tortoise. How do I save the credentials for all my projects so I don't have to enter username/pas开发者_开发技巧sword everytime? If I save the credentials, only the latest credentials are saved, forcing me to clear the cache before using tortoise on another project.

thanks Thomas


I also use XP-Dev with more than one login and had the same issue.

I used the following svn command line to do the initial checkout:

svn checkout http://xp-dev.com/svn/ProjectName  c:\dev\projectfolder --username myusername --password mypassword

This checked out the project and the credentials were saved so that Tortoise SVN worked following this.


The credentials are saved for every authentication realm string. If you want to use different auth data for different repositories, include the repository name in the realm string of your server.


Go in TortoiseSVN -> Settings-> Store Data Click the clear button. Than I will ask you login on each push

See the image


Workaround if you have only 2 credentials: for 1 of them, replace the address xp-dev.com with its IP address so that from SVN Tortoise point of view, there are 2 distinct servers.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜