Re: Commit error using 1.8.0 final

2013-06-18 Thread Ivan Zhakov
On Tue, Jun 18, 2013 at 9:55 AM, Ben Reser wrote: > On Tue, Jun 18, 2013 at 1:33 AM, Mark Phippard wrote: >> I sent Lieven a tcpdump. Hopefully that will help. In the meantime I >> found another tool that analyzes HTTP traffic. The last request >> before it fails is a DELETE request that the s

Re: BUG TRACKER: [svn export] please add options --exclude ITEM

2013-06-18 Thread Daniel Shahaf
James Hanley wrote on Mon, Jun 17, 2013 at 13:32:11 -0400: > I think this is a feature that could also benefit svn checkin, as many > times I'm working on multiple disjoint functions See 'svn changelist'? > or there is a common config file that is needed for checkout and may > require some tweaks

Re: svn commit: r1493703 - in /subversion/trunk/subversion/libsvn_wc: upgrade.c wc_db.c wc_db.h

2013-06-18 Thread Stefan Sperling
On Mon, Jun 17, 2013 at 10:04:38AM -, rhuij...@apache.org wrote: > Author: rhuijben > Date: Mon Jun 17 10:04:38 2013 > New Revision: 1493703 > > URL: http://svn.apache.org/r1493703 > Log: > Perform an upgrade notification on every successfull working copy upgrade, > instead of only from pre-1.

Re: Commit error using 1.8.0 final

2013-06-18 Thread Philip Martin
Ivan Zhakov writes: > On Tue, Jun 18, 2013 at 9:55 AM, Ben Reser wrote: >> >> The 204 shouldn't be odd, that just means a response without content. >> > Most likely serf doesn't handle HTTP 204 response code and expect > message body, while server doesn't send it. A 204 response is the normal

Re: Commit error using 1.8.0 final

2013-06-18 Thread Mark Phippard
I won't be online for another hour or so. Could someone try committing to Tigris using 1.8? Maybe all commits to that server fail? Our subversion project has a repos. Just commit outside the www folder. Sent from my iPhone On Jun 18, 2013, at 7:11 AM, Philip Martin wrote: > Ivan Zhakov write

Re: Implementing 'svn-bench null-blame'

2013-06-18 Thread C. Michael Pilato
On 06/17/2013 06:31 PM, Johan Corveleyn wrote: > To my surprise, it was slightly slower. I suspect this is because the > backend (FSFS) stores forward deltas (sometimes with skip-deltas), > which can often be used directly without much overhead, and sent > directly to the client. I was about to re

Apache Subversion 1.8.0 Released

2013-06-18 Thread Branko Čibej
We're happy to announce the release of Apache Subversion 1.8.0. Please choose the mirror closest to you by visiting: http://subversion.apache.org/download/#recommended-release The SHA1 checksums are: 45d227511507c5ed99e07f9d42677362c18b364c subversion-1.8.0.tar.bz2 01c4eed9f019baa14

Re: svn commit: r1494107 - in /subversion/site/publish: doap.rdf docs/api/latest docs/release-notes/index.html download/download.html index.html news.html

2013-06-18 Thread Ivan Zhakov
On Tue, Jun 18, 2013 at 4:06 PM, wrote: > Author: brane > Date: Tue Jun 18 12:06:11 2013 > New Revision: 1494107 > > URL: http://svn.apache.org/r1494107 > Log: > Update site for 1.8.0. > > Modified: > subversion/site/publish/doap.rdf > subversion/site/publish/docs/api/latest > subvers

Re: svn commit: r1494107 - in /subversion/site/publish: doap.rdf docs/api/latest docs/release-notes/index.html download/download.html index.html news.html

2013-06-18 Thread Branko Čibej
On 18.06.2013 14:24, Ivan Zhakov wrote: > On Tue, Jun 18, 2013 at 4:06 PM, wrote: >> +Subversion 1.5 – merge tracking, sparse >> checkouts (first released – June 19, 2008) >> +Subversion 1.4 – flat-file working copy >> library, svnsync (first released – September 10, 2006) > It seems en

Re: How to find out the Serf/Neon version being used by SVN on Windows?

2013-06-18 Thread Daniel Shahaf
Johan Corveleyn wrote on Tue, Jun 18, 2013 at 10:46:51 +0200: > On Tue, Jun 18, 2013 at 9:55 AM, Branko Čibej wrote: > > On 18.06.2013 09:22, gadamiak wrote: > >> How can I find out which version of Serf/Neon library is being used by > >> SVN on Windows? > > > > In Subversion 1.8 you can say "svn

Re: Commit error using 1.8.0 final

2013-06-18 Thread Mark Phippard
On Mon, Jun 17, 2013 at 4:00 PM, Lieven Govaerts wrote: > On Mon, Jun 17, 2013 at 9:22 PM, Mark Phippard wrote: >> I updated my Windows laptop to 1.8.0 final. I am trying to commit a >> change for Subclipse to tigris.org and it is failing. The error >> message is not that helpful. Any ideas ho

Re: Commit error using 1.8.0 final

2013-06-18 Thread Paul Burba
On Tue, Jun 18, 2013 at 9:20 AM, Mark Phippard wrote: > On Mon, Jun 17, 2013 at 4:00 PM, Lieven Govaerts wrote: >> On Mon, Jun 17, 2013 at 9:22 PM, Mark Phippard wrote: >>> I updated my Windows laptop to 1.8.0 final. I am trying to commit a >>> change for Subclipse to tigris.org and it is faili

Re: Commit error using 1.8.0 final

2013-06-18 Thread Philip Martin
Mark Phippard writes: > > I also created a test project on tigris. So far, all commits are > working for that project -- which I guess is good news. Maybe some > odd scenario I am running into. > > I am just committing some new files though, so not sure what I am > doing that would be "weird".

Re: Commit error using 1.8.0 final

2013-06-18 Thread Paul Burba
On Tue, Jun 18, 2013 at 10:16 AM, Paul Burba wrote: > On Tue, Jun 18, 2013 at 9:20 AM, Mark Phippard wrote: >> On Mon, Jun 17, 2013 at 4:00 PM, Lieven Govaerts wrote: >>> On Mon, Jun 17, 2013 at 9:22 PM, Mark Phippard wrote: I updated my Windows laptop to 1.8.0 final. I am trying to commi

Re: Commit error using 1.8.0 final

2013-06-18 Thread Mark Phippard
On Tue, Jun 18, 2013 at 10:25 AM, Philip Martin wrote: > Mark Phippard writes: > >> >> I also created a test project on tigris. So far, all commits are >> working for that project -- which I guess is good news. Maybe some >> odd scenario I am running into. >> >> I am just committing some new fi

Re: Commit error using 1.8.0 final

2013-06-18 Thread Branko Čibej
On 18.06.2013 16:34, Mark Phippard wrote: > On Tue, Jun 18, 2013 at 10:25 AM, Philip Martin > wrote: >> Mark Phippard writes: >> >>> I also created a test project on tigris. So far, all commits are >>> working for that project -- which I guess is good news. Maybe some >>> odd scenario I am runn

Re: Commit error using 1.8.0 final

2013-06-18 Thread Johan Corveleyn
On Tue, Jun 18, 2013 at 4:34 PM, Mark Phippard wrote: > On Tue, Jun 18, 2013 at 10:25 AM, Philip Martin > wrote: >> Mark Phippard writes: >> >>> >>> I also created a test project on tigris. So far, all commits are >>> working for that project -- which I guess is good news. Maybe some >>> odd s

Re: Commit error using 1.8.0 final

2013-06-18 Thread Paul Burba
On Tue, Jun 18, 2013 at 10:29 AM, Paul Burba wrote: > On Tue, Jun 18, 2013 at 10:16 AM, Paul Burba wrote: >> On Tue, Jun 18, 2013 at 9:20 AM, Mark Phippard wrote: >>> On Mon, Jun 17, 2013 at 4:00 PM, Lieven Govaerts wrote: On Mon, Jun 17, 2013 at 9:22 PM, Mark Phippard wrote: > I upda

Re: Commit error using 1.8.0 final

2013-06-18 Thread Mark Phippard
On Tue, Jun 18, 2013 at 10:38 AM, Branko Čibej wrote: > On 18.06.2013 16:34, Mark Phippard wrote: >> On Tue, Jun 18, 2013 at 10:25 AM, Philip Martin >> wrote: >>> Mark Phippard writes: >>> I also created a test project on tigris. So far, all commits are working for that project -- whi

RE: svn commit: r1493703 - in /subversion/trunk/subversion/libsvn_wc: upgrade.c wc_db.c wc_db.h

2013-06-18 Thread Bert Huijben
> -Original Message- > From: Stefan Sperling [mailto:s...@elego.de] > Sent: dinsdag 18 juni 2013 12:33 > To: dev@subversion.apache.org > Subject: Re: svn commit: r1493703 - in > /subversion/trunk/subversion/libsvn_wc: upgrade.c wc_db.c wc_db.h > > On Mon, Jun 17, 2013 at 10:04:38AM -

Re: svn commit: r1493703 - in /subversion/trunk/subversion/libsvn_wc: upgrade.c wc_db.c wc_db.h

2013-06-18 Thread Stefan Sperling
On Tue, Jun 18, 2013 at 05:08:55PM +0200, Bert Huijben wrote: > > >err = svn_wc__upgrade_sdb(result_format, wcroot_abspath, > > > - sdb, format, scratch_pool); > > > +sdb, format, scratch_pool); > > > + > > > + if (bumped_format)

Re: Commit error using 1.8.0 final

2013-06-18 Thread C. Michael Pilato
On 06/18/2013 10:42 AM, Mark Phippard wrote: >> Might there possibly be an HTTP/1.0 proxy at work here? > > If there is, it would have to be on tigris itself. Mike Pilato could > probably answer that better. I think it is mostly a plain (although > old) Apache + SVN. The authentication and autho

Re: Commit error using 1.8.0 final

2013-06-18 Thread Lieven Govaerts
On Tue, Jun 18, 2013 at 3:20 PM, Mark Phippard wrote: > On Mon, Jun 17, 2013 at 4:00 PM, Lieven Govaerts wrote: >> On Mon, Jun 17, 2013 at 9:22 PM, Mark Phippard wrote: >>> I updated my Windows laptop to 1.8.0 final. I am trying to commit a >>> change for Subclipse to tigris.org and it is faili

Re: Divide by zero at subversion/libsvn_fs_fs/fs_fs.c:upgrade_pack_revprops() (was Re: SVN crach Log)

2013-06-18 Thread Daniel Shahaf
On Tue, Jun 18, 2013 at 08:53:41PM +0400, Ivan Zhakov wrote: > On Tue, Jun 18, 2013 at 5:51 PM, Miliotis Nikolaos > wrote: > > > > Hi, > > > > I have installed Subversion 1.8 and tried to upgrade the repository. During > > the upgrade it > > produced the attached files. > > > > The command I used

Divide by zero at subversion/libsvn_fs_fs/fs_fs.c:upgrade_pack_revprops() (was Re: SVN crach Log)

2013-06-18 Thread Ivan Zhakov
On Tue, Jun 18, 2013 at 5:51 PM, Miliotis Nikolaos wrote: > > Hi, > > I have installed Subversion 1.8 and tried to upgrade the repository. During > the upgrade it > produced the attached files. > > The command I used was: > > svnadmin –verify . > svnadmin –upgrade . Subversion crash (divide by ze

Re: Divide by zero at subversion/libsvn_fs_fs/fs_fs.c:upgrade_pack_revprops() (was Re: SVN crach Log)

2013-06-18 Thread Ivan Zhakov
On Tue, Jun 18, 2013 at 9:07 PM, Daniel Shahaf wrote: > On Tue, Jun 18, 2013 at 08:53:41PM +0400, Ivan Zhakov wrote: >> On Tue, Jun 18, 2013 at 5:51 PM, Miliotis Nikolaos >> wrote: >> > >> > Hi, >> > >> > I have installed Subversion 1.8 and tried to upgrade the repository. >> > During the upgrad

Re: Divide by zero at subversion/libsvn_fs_fs/fs_fs.c:upgrade_pack_revprops() (was Re: SVN crach Log)

2013-06-18 Thread Daniel Shahaf
Ivan Zhakov wrote on Tue, Jun 18, 2013 at 21:10:49 +0400: > On Tue, Jun 18, 2013 at 9:07 PM, Daniel Shahaf wrote: > > On Tue, Jun 18, 2013 at 08:53:41PM +0400, Ivan Zhakov wrote: > >> On Tue, Jun 18, 2013 at 5:51 PM, Miliotis Nikolaos > >> wrote: > >> > > >> > Hi, > >> > > >> > I have installed S

Syntax of svn:global-ignores

2013-06-18 Thread Ruben Stein
Hi, The Wiki (Linked via 1.8 release notes) documents the syntax of svn:global-ignores as being "A whitespace-delimited collection of file patterns". I just tried this out and had no success. However, using newline as delimiter works fine (like documented in 'svn help propset'). I pushed tha

Re: Divide by zero at subversion/libsvn_fs_fs/fs_fs.c:upgrade_pack_revprops() (was Re: SVN crach Log)

2013-06-18 Thread Daniel Shahaf
On Tue, Jun 18, 2013 at 05:07:28PM +, Daniel Shahaf wrote: > % svnadmin1.8 create --compatible-version=1.0 r Actually, change "1.0" to "1.1" or "1.2"; FSFS didn't exist in 1.0, so this should have (and now does) error. Daniel

Re: Divide by zero at subversion/libsvn_fs_fs/fs_fs.c:upgrade_pack_revprops() (was Re: SVN crach Log)

2013-06-18 Thread Stefan Fuhrmann
On Tue, Jun 18, 2013 at 6:53 PM, Ivan Zhakov wrote: > On Tue, Jun 18, 2013 at 5:51 PM, Miliotis Nikolaos > wrote: > > > > Hi, > > > > I have installed Subversion 1.8 and tried to upgrade the repository. > During the upgrade it > > produced the attached files. > > > > The command I used was: > >

Re: Divide by zero at subversion/libsvn_fs_fs/fs_fs.c:upgrade_pack_revprops() (was Re: SVN crach Log)

2013-06-18 Thread Ivan Zhakov
On Wed, Jun 19, 2013 at 12:37 AM, Stefan Fuhrmann wrote: > On Tue, Jun 18, 2013 at 6:53 PM, Ivan Zhakov wrote: >> >> On Tue, Jun 18, 2013 at 5:51 PM, Miliotis Nikolaos >> wrote: >> > >> > Hi, >> > >> > I have installed Subversion 1.8 and tried to upgrade the repository. >> > During the upgrade i

Re: Divide by zero at subversion/libsvn_fs_fs/fs_fs.c:upgrade_pack_revprops() (was Re: SVN crach Log)

2013-06-18 Thread Stefan Fuhrmann
On Tue, Jun 18, 2013 at 10:42 PM, Ivan Zhakov wrote: > On Wed, Jun 19, 2013 at 12:37 AM, Stefan Fuhrmann > wrote: > > On Tue, Jun 18, 2013 at 6:53 PM, Ivan Zhakov wrote: > >> > >> On Tue, Jun 18, 2013 at 5:51 PM, Miliotis Nikolaos > >> wrote: > >> > > >> > Hi, > >> > > >> > I have installed Su

Re: Divide by zero at subversion/libsvn_fs_fs/fs_fs.c:upgrade_pack_revprops() (was Re: SVN crach Log)

2013-06-18 Thread Bert Huijben
Shouldn’t be to hard by just passing the options to create an 1.1 compatible FSFS respository? Bert Sent from Windows Mail From: Stefan Fuhrmann Sent: ‎Tuesday‎, ‎June‎ ‎18‎, ‎2013 ‎11‎:‎39‎ ‎PM To: Ivan Zhakov Cc: Miliotis Nikolaos; Subversion Development On Tue, Jun 18, 2013 at 10:42

Re: Divide by zero at subversion/libsvn_fs_fs/fs_fs.c:upgrade_pack_revprops() (was Re: SVN crach Log)

2013-06-18 Thread Stefan Fuhrmann
On Tue, Jun 18, 2013 at 11:47 PM, Bert Huijben wrote: > Shouldn’t be to hard by just passing the options to create an 1.1 > compatible FSFS respository? > No. You need to upgrade from 1.1 to 1.4 .. 1.7 and *then* 1.8. The problem occurs in repos that support sharding but are not shared. -- Stef

Re: svn commit: r1358725 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

2013-06-18 Thread Daniel Shahaf
stef...@apache.org wrote on Sun, Jul 08, 2012 at 12:21:37 -: > Author: stefan2 > Date: Sun Jul 8 12:21:36 2012 > New Revision: 1358725 > > URL: http://svn.apache.org/viewvc?rev=1358725&view=rev > Log: > When upgrading to format 6 (or later), we must make sure that > revprop shard packing is i

svnpubsub notifications ordering

2013-06-18 Thread Daniel Shahaf
post-commit hooks may run out-of-order, and in rare cases may fail to run. Should svnpubsubd hide that complication from its clients? That is: if a running daemon receives the following sequence of PUT events (for a single repository): r1, r4, r3, r6 then it will "fill in the gaps" by itsel

Re: vimdiff wrapper for diff-cmd not working with 1.8

2013-06-18 Thread Philip Martin
[cc to dev] Michael Schlottke writes: > I just installed svn 1.8 on our cluster. Before, we used svn 1.7.9 and > a little vimdiff wrapper (taken, with a few changes, from > http://svnbook.red-bean.com/nightly/en/svn.advanced.externaldifftools.html#svn.advanced.externaldifftools.diff), > which wo

Re: svnadmin upgrade output message i18n issue

2013-06-18 Thread QXO
The bug fixed in svn 1.8.0,Thanks:) 2013/5/24 Philip Martin > Dongsheng Song writes: > > >> We do call bind_textdomain_codeset if it is available so we should be > >> getting UTF8 translations. > >> > > > > For non-autotools system, e.g. Windows, user may not define > > HAVE_BIND_TEXTDOMAIN_COD