SVN for Emacs: how do you set author name and save password?

你离开我真会死。 提交于 2019-12-19 03:22:35

问题


I can't seem to find this on google anywhere. I am trying to move to emacs from eclipse but I can't for the life of me figure out how to set my svn author name so it doesn't default the author name OR save the password so I don't have to type it in any each time. I am Ubuntu 8.10 if that matters.

Any insight would be great. Thanks.


回答1:


Which interface do you use? I prefer psvn, which says the following:

Q3: How do I enter a username and password?

A3: In the svn-status buffer press "s", switch to the svn-process buffer and press enter. You will be prompted for username and password.

As far as I know, psvn does not provide a way to save your password. Anyway, it would not be smart to store your password e.g. in your dotemacs. It's a good idea to use SVN over SSH since the command-line Subversion client (the one that psvn uses, too) can remember HTTPS passwords. In that case, you may want to generate an SSH key pair that keeps you typing your password every time. There is an entry about it in the Subversion FAQ how you can do that.



来源:https://stackoverflow.com/questions/726274/svn-for-emacs-how-do-you-set-author-name-and-save-password

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!