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

andrewhotlab notifications at xxxxx
Fri Sep 21 15:11:00 UTC 2018


I guess that in order to achieve this, the plugin should start managing interactive usage... or it would be solved by getting the error code which is returned if unauthorized (1) and try again by asking username/password to the user and issuing the command `svn commit --user USERNAME --passwd PASSWORD --non-interactive -m "MESSAGE" FILE_LIST
`

`svn` exits with error code "1" in that case, and outputs on stderr this string:
> svn: E215004: Authentication failed and interactive prompting is disabled; see the --force-interactive option
> svn: E215004: Commit failed (details follow):
> svn: E215004: No more credentials or we tried too many times.

-- 
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-423567158
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180921/ef030c26/attachment.html>


More information about the Github-comments mailing list