[Github-comments] [geany/geany-plugins] GeanyVC: support subversion authenticated commit (#777)

nomadbyte notifications at xxxxx
Sat Nov 14 01:27:57 UTC 2020


GeanyVC is just as lightweight as the Geany itself :) 

So in editor context GeanyVC rather assumes that the underlying repositories have been properly set up, which includes logins credentials needed for clone, pull (if any). This way GeanyVC does not need to deal with managing the logins for all the VCS it supports, and just focus on managing local file changes.

Some VCSs make it simpler to manages login details (like Git's remotes).  Subversion has its own way of "remembering" passwords. SVN+SSH further helps make the authentication transparent by using proper keys automatically so you won't need to type either username or password details with SVN commands at all.

If it's still relevant, you may check out the SO thread [https://stackoverflow.com/questions/2899209/how-to-save-password-when-using-subversion-from-the-console](https://stackoverflow.com/questions/2899209/how-to-save-password-when-using-subversion-from-the-console) on the subject.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/777#issuecomment-727109650
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20201113/52f55565/attachment.htm>


More information about the Github-comments mailing list