Re: Hook script common environment variables

2018-06-19 Thread Bo Berglund
On Tue, 19 Jun 2018 18:39:09 -0500, Tom Browder wrote: >The docs mention one can use a common hook environment for multiple repos >but so far I can’t find an example of that or any more details. I have >looked at the example hook.env file but I don’t see any reference to global >env vars. http:/

Hook script common environment variables

2018-06-19 Thread Tom Browder
The docs mention one can use a common hook environment for multiple repos but so far I can’t find an example of that or any more details. I have looked at the example hook.env file but I don’t see any reference to global env vars. I know I can have each hook script, say as a bash script, source a

Re: SVN 1.10 aborts during merge: assertion failed (start_rev > end_rev)

2018-06-19 Thread Stefan Sperling
On Thu, Jun 07, 2018 at 04:30:49PM +0200, Stefan Sperling wrote: > On Thu, Jun 07, 2018 at 02:19:59PM +, Rolf Campbell wrote: > > I'm running a 2-URL merge, and svn is aborting when trying to resolve > > conflicts on a directory that's been added both locally and as part of the > > other bran

Re: Surprising behavior with 1.10 tree conflict resolver

2018-06-19 Thread Stefan Sperling
On Thu, Apr 26, 2018 at 12:11:46PM +0200, Stefan Sperling wrote: > On Thu, Apr 26, 2018 at 06:44:25AM +, Chris wrote: > > Hi again, > > > > I'm attaching a script that reproduces the behavior of checking revisions > > before the branch was created as well as going back to the revision before

Re: Svnadmin —incremental hotcopy (and other questions)

2018-06-19 Thread Tom Browder
On Tue, Jun 19, 2018 at 06:31 Mark Phippard wrote: > > > On Jun 19, 2018, at 7:25 AM, Tom Browder wrote: ... > > Finally, now that version 1.10 is out, will the redbook be made current > and turned into a printed book? > > The book is open source. It is kept somewhat current but it is a > vol

Re: Svnadmin —incremental hotcopy (and other questions)

2018-06-19 Thread Mark Phippard
> On Jun 19, 2018, at 7:25 AM, Tom Browder wrote: > > When an incremental hotcopy runs on REPO to BACKUPREPO is BACKUPREPO then > always a full backup of REPO? That is, could I do a full dump of BACKUPREPO > and copy it somewhere else for safekeeping of the full, current REPO? It is a full

Svnadmin —incremental hotcopy (and other questions)

2018-06-19 Thread Tom Browder
When an incremental hotcopy runs on REPO to BACKUPREPO is BACKUPREPO then always a full backup of REPO? That is, could I do a full dump of BACKUPREPO and copy it somewhere else for safekeeping of the full, current REPO? Another question, is there any reason an incremental hotcopy could not be us