Re: Finalizing the definition of 1.8.0

2012-08-18 Thread Stefan Fuhrmann
On Wed, Aug 15, 2012 at 6:21 PM, C. Michael Pilato wrote: > Hello, all. > > Echoing in the back of my head are promises we devs have made to avoid long > release cycles, and 1.7.0 recently turned 10 months old. There are a few > ongoing bits of feature work happening on branches or in various sta

RE: Finalizing the definition of 1.8.0

2012-08-18 Thread Bert Huijben
> -Original Message- > From: C. Michael Pilato [mailto:cmpil...@collab.net] > Sent: woensdag 15 augustus 2012 18:22 > To: Subversion Development > Subject: Finalizing the definition of 1.8.0 > > Hello, all. > > Echoing in the back of my head are promises we devs have made to avoid > lon

Fwd: Updated get-deps.sh for new SQLite version in trunk, propagate to 1.7.x and 1.6.x if possible

2012-08-18 Thread Nico Kadel-Garcia
[ Sent to users, should also go to dev, I think ]. I've noticed that the get-deps.sh tool has gotten a bit out of date. A new version is attached, and has these upgrades: * Pulls 3.7.13 version of SQLite, called sqlite-autoconf-3071300.tar.gz instead of sqlite-amalgamation zip file. ** configure

Please move mod_dontdothat back from tools/server-side/mod_dontdothat to subversion/mod_dontdothat

2012-08-18 Thread Nico Kadel-Garcia
There was a thread on this in us...@subvesion.org, I think I've boiled it down enough for dev to look at it. To sum up, please revert r1307177, and move tools/server-side/mod_dontdothat back to the subversion/mod_dontdothat. Unless there is a plan to migrate *all* the subversion/mod_* components

applying git patches

2012-08-18 Thread Stefan Küng
Hi, I'm trying to fix a problem when applying certain git patches. While analyzing the code, I found a part that I don't quite understand: in libsvn_diff\parse-diff.c, line 1287 there's this little bit of code: /* Run the state machine. */ for (i = 0; i < (sizeof(transitions) / sizeof(transition