Weird behavior of `svn --non-interactive`

2019-02-25 Thread Alexey Neyman
Hi all, I am encountering some weird behavior after upgrading my workstation to Ubuntu 18.10 - which also upgraded the SVN to version 1.10.0 (r1827917). An attempt to query anything from the server using the `--non-interactive` flag fails, unless there has been a recent "interactive session"

Re: working copy hook

2019-02-25 Thread Andreas Stieger
Hi, > Could Subversion support working copy hook? Because I want to ensure > new commit won't introduce any building error, e.g. always running > "make html" before "svn commit". This is not implemented in plain svn (and has serious security issues) However some IDEs and UI integrations have this

Re: working copy hook

2019-02-25 Thread Stefan Sperling
On Mon, Feb 25, 2019 at 05:11:25PM +0800, wuzhouhui wrote: > Could Subversion support working copy hook? Because I want to ensure > new commit won't introduce any building error, e.g. always running > "make html" before "svn commit". > > Thanks. There are only server-side hooks. But you can use

working copy hook

2019-02-25 Thread wuzhouhui
Could Subversion support working copy hook? Because I want to ensure new commit won't introduce any building error, e.g. always running "make html" before "svn commit". Thanks.