RE: [PATCH v2] Reject checkouts to existing directory

2016-10-27 Thread bert
Just checking the log message: This changes 90% of our testsuite to use ‘svn co --force’, by changing the standard checkout function in actions.py that is used by virtual all tests. If that is really necessary I would call this a breaking change. It also changes a few of the most core basic tes

Re: [PATCH v2] Reject checkouts to existing directory

2016-10-27 Thread Stefan
On 10/27/2016 21:45, Stefan Sperling wrote: > On Tue, Oct 18, 2016 at 02:22:25PM +0200, Patrick Steinhardt wrote: >> Hi, >> >> finally got around to update my patch regarding checkouts to >> existing directories. The semantics have been changed to accept >> checkouts iff >> >> - the target director

Re: [PATCH v2] Reject checkouts to existing directory

2016-10-27 Thread Stefan Sperling
On Tue, Oct 18, 2016 at 02:22:25PM +0200, Patrick Steinhardt wrote: > Hi, > > finally got around to update my patch regarding checkouts to > existing directories. The semantics have been changed to accept > checkouts iff > > - the target directory does not exist > - the target directory is empty

Re: [PATCH] gpg-agent: search gpg-agent socket in $GNUPGHOME

2016-10-27 Thread Patrick Steinhardt
Hi Bert, On Thu, Oct 27, 2016 at 11:54:06AM +0200, Bert Huijben wrote: > > -Original Message- > > From: Patrick Steinhardt [mailto:p...@pks.im] > > Sent: donderdag 27 oktober 2016 11:15 > > To: Subversion > > Subject: [PATCH] gpg-agent: search gpg-agent socket in $GNUPGHOME > > > > Hi, >

RE: [PATCH] gpg-agent: search gpg-agent socket in $GNUPGHOME

2016-10-27 Thread Bert Huijben
> -Original Message- > From: Patrick Steinhardt [mailto:p...@pks.im] > Sent: donderdag 27 oktober 2016 11:15 > To: Subversion > Subject: [PATCH] gpg-agent: search gpg-agent socket in $GNUPGHOME > > Hi, > > a recent thread on issues with gpg-agent lead me to take a look > at how the gpg

[PATCH] gpg-agent: search gpg-agent socket in $GNUPGHOME

2016-10-27 Thread Patrick Steinhardt
Hi, a recent thread on issues with gpg-agent lead me to take a look at how the gpg-agent socket is located in subversion. The current code was lacking support for $GNUPGHOME, which allows a user to relocate his gnupg configuration directory. As setting this environment variable would also cause S.