Re: Leightweight tools for automated svn update + some scripting

2015-10-02 Thread Nico Kadel-Garcia
On Fri, Oct 2, 2015 at 11:01 AM, Thorsten Schöning wrote: > Hi all, > > I'm doing a bit research for our somewhat small company how to best > update home grown services, web applications and configurations on > production and testing servers. We have only few of them, but many > more working copie

Re: Bug report: The auto-props setting of svn:mime-type is impossible to avoid.

2015-10-02 Thread Greg Stein
On Fri, Oct 02, 2015 at 10:06:26AM +0200, Edward d'Auvergne wrote: >... > As this bad behaviour can be so incredibly damaging for this > repository, Note: the files themselves are not "damaged" -- Subversion will never alter the contents of a file when it is first imported/added. It may make a fil

Re: Leightweight tools for automated svn update + some scripting

2015-10-02 Thread Eric Johnson
As Joseba indicated, try Ansible. Salt Stack also has an "agentless" mode. I use Ansible to deploy / configure Subversion and mirrors. And of course, then you can track your configuration changes in version control. As this question is somewhat off topic from this mailing list, I suggest learnin

Re: Leightweight tools for automated svn update + some scripting

2015-10-02 Thread Joseba Ercilla Olabarri
Perhaps http://www.ansible.com/ El 2/10/2015 6:27 p. m., "Thorsten Schöning" escribió: > Guten Tag Olli Hauer, > am Freitag, 2. Oktober 2015 um 17:14 schrieben Sie: > > > Most of them can be done with ienkins. > > Thanks for the catch, we already use one for some tests, totally > forgot about con

Re: Leightweight tools for automated svn update + some scripting

2015-10-02 Thread Thorsten Schöning
Guten Tag Olli Hauer, am Freitag, 2. Oktober 2015 um 17:14 schrieben Sie: > Most of them can be done with ienkins. Thanks for the catch, we already use one for some tests, totally forgot about considering that. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thor

RE: SVN/Apache - Log full transaction I/O across clients.

2015-10-02 Thread Terry Dooher
> > Is there a way I can ensure the log is only written after the full > request has been serviced? The data over time will be really useful in > gauging usage over time. > > > I think this is because 1.8+serf uses "skelta style updates" instead > of "bulk updates". With skelta mode the client

Leightweight tools for automated svn update + some scripting

2015-10-02 Thread Thorsten Schöning
Hi all, I'm doing a bit research for our somewhat small company how to best update home grown services, web applications and configurations on production and testing servers. We have only few of them, but many more working copies all over the place with various layouts, some applications even cons

Re: svnrdump produce a strange dump file

2015-10-02 Thread Nico Kadel-Garcia
On Fri, Oct 2, 2015 at 3:26 AM, Yves Martin wrote: > Hello, > > The problem I face now when using "svnadmin dump" is "svndumpfilter: > E23: Invalid copy source path' when selecting the three /trunk modules I > am interested in. > Such a problem "svnrdump" does not produce. > > Thank you in ad

mod_authz_svn.c - ReverseProxy scenario and connection caching - intermittent authentication failures

2015-10-02 Thread Torsten Krah
Hi, i've got some question about the following scenario. I've got client A, ReverseProxy B and Subversion-Server (mod_dav_svn) C. A can reach C only via B which is a mod_proxy httpd 2.2.x server. SVN uses an authfile configuration file which is rewritten (via atomic move) from time to time, it

Re: Bug report: The auto-props setting of svn:mime-type is impossible to avoid.

2015-10-02 Thread Philip Martin
"Edward d'Auvergne" writes: > I was wondering if there was anything that has been missed here? Is > this a real bug? The svn:mime-type property is not needed and is not > desired for any file in this repository. Any help would be > appreciated. You can disable libmagic by setting the environm

Re: Bug report: The auto-props setting of svn:mime-type is impossible to avoid.

2015-10-02 Thread Stefan Sperling
On Fri, Oct 02, 2015 at 10:06:26AM +0200, Edward d'Auvergne wrote: > Hi all, > > I was wondering if this should be considered a bug. At the FlightGear > project we have a 6 GB data svn repository for aircraft ( > https://sourceforge.net/projects/flightgear/ , > https://sourceforge.net/p/flightgea

Bug report: The auto-props setting of svn:mime-type is impossible to avoid.

2015-10-02 Thread Edward d'Auvergne
Hi all, I was wondering if this should be considered a bug. At the FlightGear project we have a 6 GB data svn repository for aircraft ( https://sourceforge.net/projects/flightgear/ , https://sourceforge.net/p/flightgear/fgaddon/HEAD/tree/ ). A large quantity of the files, almost 30,000 in number

Re: svnrdump produce a strange dump file

2015-10-02 Thread Yves Martin
Hello, The problem I face now when using "svnadmin dump" is "svndumpfilter: E23: Invalid copy source path' when selecting the three /trunk modules I am interested in. Such a problem "svnrdump" does not produce. Thank you in advance for your help -- Yves Martin