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

Reply via email to