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

2018-09-22 Thread andrewhotlab
@b4n I was thinking that GeanyVC does not seems to have the ambition to serve as a full replacement of a VC client, thus it will be OK to save credentials using `svn` after all... However, if it wouldn't be too difficult to parse `svn` output, I'm sure a lot of people will appreciate the _"ask

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

2018-09-21 Thread andrewhotlab
Not in the SVN working directory, but `svn` can save user credentials under several files in the `~/.subversion/auth` directory tree. However I guess it might be tricky to parse them all and get the right credentials to use for the current working directory commit. Moreover, to save subversion

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

2018-09-21 Thread andrewhotlab
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

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

2018-09-21 Thread andrewhotlab
I just started to use Geany, coming from Bluefish... it's really a great tool and I wish to tank everyone contributing! I only noticed a problem when I try commit to a Subversion repository which needs the user to be authenticated. No problem wen I commit to a repository which does not require