Linux patch with Apache update changing permissions on SVN files

2016-09-27 Thread Benson, Dave L.
We are running Linux Linux xx.xxx.com 2.6.32-504.12.2.el6.x86_64 #1 SMP Sun Feb 1 12:14:02 EST 2015 x86_64 x86_64 x86_64 GNU/Linux We are also using Collabnet - SubversionEdge: Information Software version 3.2.1-3360.104 Subversion version 1.7.7-3360.104 Over the weekend out

Re: svn switch, touches files with svn:keywords

2016-09-27 Thread Branko Čibej
On 28.09.2016 01:44, Nico Kadel-Garcia wrote: > >> If the file content with keywords expanded had been different before the >> switch to after to the switch, then yes, I would have expected the mtime >> to differ, too. > And how, exactly, are you going to verify this? Put in a locally > processed

Re: svn switch, touches files with svn:keywords

2016-09-27 Thread Nico Kadel-Garcia
On Mon, Sep 26, 2016 at 3:36 AM, Daniel Shahaf wrote: > Lorenz wrote on Mon, Sep 26, 2016 at 06:01:31 +: >> are you sure about tha being a bug? >> >> If for instance in the file the URL keyword is used to initialize a >> string variable, wouldn't you want the file to

Re: svn merge --reintegrate like diff

2016-09-27 Thread Alexey Neyman
On 09/27/2016 01:46 AM, Daniel Shahaf wrote: Johan Corveleyn wrote on Mon, Sep 26, 2016 at 13:04:04 +0200: Maybe I'm missing something, but I don't understand why 'svn diff --old=TRUNK --new=BRANCH' would show you things that you previously merged from TRUNK to BRANCH. It should show exactly

Re: [Linux] Hook hashbang hardships

2016-09-27 Thread Ralph Seichter
On 27.09.2016 12:59, Dario Niedermann wrote: > I found out that the issue was in the script's shebang: > > #!/bin/bash -e > > which wouldn't work. Had to remove ' -e'. Is this expected behaviour or > is there something wrong with svn (version 1.9.4 (r1740329) on > Linux/x86_64) ? Why would

[Linux] Hook hashbang hardships

2016-09-27 Thread Dario Niedermann
Hello! I've been having trouble getting my own pre-revprop-change hook script to work. Svn was refusing any change to a revprop with the following error: svn: E165001: Revprop change blocked by pre-revprop-change hook (exit code 1) with no output.

Re: Re: svn merge --reintegrate like diff

2016-09-27 Thread Daniel Shahaf
Johan Corveleyn wrote on Mon, Sep 26, 2016 at 13:04:04 +0200: > Maybe I'm missing something, but I don't understand why 'svn diff > --old=TRUNK --new=BRANCH' would show you things that you previously > merged from TRUNK to BRANCH. It should show exactly the content-wise > difference between TRUNK