[l10n] Translation status report for trunk r1137856

2011-06-20 Thread Subversion Translation Status
Translation status report for trunk@r1137856 lang trans untrans fuzzy obs -- de2055 142 301 252 UUooo es1981 216 330 388 +++UUU fr2161 36

Re: svn commit: r1137120 - /subversion/trunk/subversion/libsvn_ra_serf/util.c

2011-06-20 Thread Greg Stein
On Mon, Jun 20, 2011 at 18:49, Ivan Zhakov wrote: > On Sat, Jun 18, 2011 at 07:37,   wrote: >... >> +      err = inject_to_parser(parser, pb->data, len, NULL); >> +      if (err) >> +        break; >> + >> +      /* If there is no more content (for now), or the callbacks paused >> +         the pa

Re: svn commit: r1136777 - in /subversion/trunk/subversion/libsvn_ra_serf: ra_serf.h update.c util.c

2011-06-20 Thread Greg Stein
On Mon, Jun 20, 2011 at 18:44, Ivan Zhakov wrote: > On Fri, Jun 17, 2011 at 09:44,   wrote: >> Author: gstein >> Date: Fri Jun 17 05:44:02 2011 >> New Revision: 1136777 >> >> URL: http://svn.apache.org/viewvc?rev=1136777&view=rev >> Log: >> Continued work on the pausing mechanic in the XML parser

Re: svn commit: r1137120 - /subversion/trunk/subversion/libsvn_ra_serf/util.c

2011-06-20 Thread Ivan Zhakov
On Sat, Jun 18, 2011 at 07:37, wrote: > Author: gstein > Date: Sat Jun 18 03:37:34 2011 > New Revision: 1137120 > > URL: http://svn.apache.org/viewvc?rev=1137120&view=rev > Log: > Continued work on the XML parser pausing and processing. In particular, > this revision enables reading from the "spi

Re: svn commit: r1136777 - in /subversion/trunk/subversion/libsvn_ra_serf: ra_serf.h update.c util.c

2011-06-20 Thread Ivan Zhakov
On Fri, Jun 17, 2011 at 09:44, wrote: > Author: gstein > Date: Fri Jun 17 05:44:02 2011 > New Revision: 1136777 > > URL: http://svn.apache.org/viewvc?rev=1136777&view=rev > Log: > Continued work on the pausing mechanic in the XML parser of ra_serf. > > The in-memory blocks no longer use a bucket

1.7.0-alpha2 tarballs up for signing / testing

2011-06-20 Thread Hyrum K Wright
All, The next in our series of 1.7.0 prereleases is now posted for testing and siging: 1.7.0-alpha2. These are cut from trunk, and the magic rev is r1137713. The buildbots were green at that rev, and all tests pass for me locally. You can find them here: http://people.apache.org/~hwright/svn/1.

Re: Alpha 1.7 crash

2011-06-20 Thread Hyrum K Wright
The .dmp did not come through on the first mail. On Mon, Jun 20, 2011 at 4:09 PM, Varnau, Steve (Neoview) wrote: > Here you go.  Did the .dmp file come thru on the first mail? > > -Steve > > -Original Message- > From: Hyrum K Wright [mailto:hy...@hyrumwright.org] > Sent: Monday, June 20,

Re: Alpha 1.7 crash

2011-06-20 Thread Paul Burba
On Mon, Jun 20, 2011 at 5:05 PM, Hyrum K Wright wrote: > Thanks for testing the alpha.  Unfortunately, we didn't get the log. > Perhaps you can resend it by renaming the file with a '.txt' > extension? > > -Hyrum > > On Mon, Jun 20, 2011 at 3:53 PM, Varnau, Steve (Neoview) > wrote: >> Hit a crash

RE: Alpha 1.7 crash

2011-06-20 Thread Varnau, Steve (Neoview)
Here you go. Did the .dmp file come thru on the first mail? -Steve -Original Message- From: Hyrum K Wright [mailto:hy...@hyrumwright.org] Sent: Monday, June 20, 2011 2:06 PM To: Varnau, Steve (Neoview) Cc: dev@subversion.apache.org Subject: Re: Alpha 1.7 crash Thanks for testing the al

Re: Alpha 1.7 crash

2011-06-20 Thread Hyrum K Wright
Thanks for testing the alpha. Unfortunately, we didn't get the log. Perhaps you can resend it by renaming the file with a '.txt' extension? -Hyrum On Mon, Jun 20, 2011 at 3:53 PM, Varnau, Steve (Neoview) wrote: > Hit a crash while doing a checkout on Windows (Vista). Crash log attached > below

Alpha 1.7 crash

2011-06-20 Thread Varnau, Steve (Neoview)
Hit a crash while doing a checkout on Windows (Vista). Crash log attached below (with URL replaced by 's). Another checkout of the same URL did not crash, but gave this message: svn: E620019: Error retrieving REPORT (620019): APR does not understand this error code -Steve

REMINDER: Participation Requested: Survey about Open-Source Software Development

2011-06-20 Thread Jeffrey Carver
Hi, Apologies for any inconvenience and thank you to those who have already completed the survey. We will keep the survey open for another couple of weeks. But, we do hope you will consider responding to the email request below (sent 2 weeks ago). Thanks, Dr. Jeffrey Carver Assistant Professor U

Re: API change - rename svn_hash_get_cstring/bool() to svn_config_hash_get_*()

2011-06-20 Thread Julian Foad
On Wed, 2011-06-15, Stefan Fuhrmann wrote: > On 15.06.2011 15:29, Julian Foad wrote: > > A heads-up: I'm renaming svn_hash_get_bool() to > > svn_config_hash_get_bool(), and svn_hash_get_cstring() to > > svn_config_hash_get(), moving them from svn_hash.h to svn_config.h. > > They are being used only

Re: merge_tests 102 FAIL due to libsvn_diff prefix/suffix scanning

2011-06-20 Thread Philip Martin
Philip Martin writes: > merge_tests 102 is failing on one of the buildbots. I get a valgrind > error about uninitialised memory in libsvn_diff: I committed r1137694 to fix it. -- Philip

Re: svn commit: r1136949 - in /subversion/trunk/subversion: include/svn_client.h include/svn_wc.h libsvn_client/status.c libsvn_wc/status.c

2011-06-20 Thread C. Michael Pilato
On 06/17/2011 04:21 PM, Greg Stein wrote: > On Fri, Jun 17, 2011 at 13:23, wrote: >> ... >> +++ subversion/trunk/subversion/include/svn_client.h Fri Jun 17 17:23:59 2011 >> @@ -2082,6 +2082,10 @@ typedef struct svn_client_status_t >> /** The absolute path to the node */ >> const char *local_a

Re: contribute

2011-06-20 Thread Hyrum K Wright
On Mon, Jun 20, 2011 at 10:49 AM, Daniel Shahaf wrote: > liron stroa wrote on Mon, Jun 20, 2011 at 17:42:10 +0300: >> Hi, >> >> My name is Liron and I am a software engineering student. >> >> I am working at Intel and I got familiar with SVN at work. I think it is a >> great tool and I would like

Re: s.a.o web anchor

2011-06-20 Thread Hyrum K Wright
On Mon, Jun 20, 2011 at 11:15 AM, Neels J Hofmeyr wrote: > Hi all, > > I tried to get a link to the topmost news item on s.a.o (the 1.7.0-alpha1 > release) but hovering the paragraph icon next to its title yields an anchor > to a news item from march. that's weird. ...shouldn't that be automated?

s.a.o web anchor

2011-06-20 Thread Neels J Hofmeyr
Hi all, I tried to get a link to the topmost news item on s.a.o (the 1.7.0-alpha1 release) but hovering the paragraph icon next to its title yields an anchor to a news item from march. that's weird. ...shouldn't that be automated? ~Neels signature.asc Description: OpenPGP digital signature

merge_tests 102 FAIL due to libsvn_diff prefix/suffix scanning

2011-06-20 Thread Philip Martin
merge_tests 102 is failing on one of the buildbots. I get a valgrind error about uninitialised memory in libsvn_diff: ==7411== Conditional jump or move depends on uninitialised value(s) ==7411==at 0x579E56A: datasources_open (diff_file.c:787) ==7411==by 0x579AC86: svn_diff_diff3_2 (diff3.

Re: SQLite locking and FSFS rep-sharing

2011-06-20 Thread Daniel Shahaf
Philip Martin wrote on Mon, Jun 20, 2011 at 15:51:11 +0100: > Daniel Shahaf writes: > > > Philip Martin wrote on Mon, Jun 20, 2011 at 12:01:44 +0100: > > > >> We could change the rep-sharing database access to take the FSFS > >> repository lock. > > It probably makes more sense to use a separate

Re: svn commit: r1136949 - in /subversion/trunk/subversion: include/svn_client.h include/svn_wc.h libsvn_client/status.c libsvn_wc/status.c

2011-06-20 Thread C. Michael Pilato
On 06/17/2011 04:21 PM, Greg Stein wrote: > On Fri, Jun 17, 2011 at 13:23, wrote: >> ... >> +++ subversion/trunk/subversion/include/svn_client.h Fri Jun 17 17:23:59 2011 >> @@ -2082,6 +2082,10 @@ typedef struct svn_client_status_t >> /** The absolute path to the node */ >> const char *local_

Re: contribute

2011-06-20 Thread Daniel Shahaf
liron stroa wrote on Mon, Jun 20, 2011 at 17:42:10 +0300: > Hi, > > My name is Liron and I am a software engineering student. > > I am working at Intel and I got familiar with SVN at work. I think it is a > great tool and I would like to help. > Welcome aboard then :) > Is there anything that

contribute

2011-06-20 Thread liron stroa
Hi, My name is Liron and I am a software engineering student. I am working at Intel and I got familiar with SVN at work. I think it is a great tool and I would like to help. Is there anything that could do ? Thanks, Liron

Re: SQLite locking and FSFS rep-sharing

2011-06-20 Thread Philip Martin
Philip Martin writes: > The second commit doesn't wait for the 10 second SQLite busy timeout, it > gives the 'database is locked' error immediately. r1137660 changed the rep-cache update to optimise for the common case when the reps are not already present. It means that most of the time the up

Re: SQLite locking and FSFS rep-sharing

2011-06-20 Thread Philip Martin
Daniel Shahaf writes: > Philip Martin wrote on Mon, Jun 20, 2011 at 12:01:44 +0100: > >> We could change the rep-sharing database access to take the FSFS >> repository lock. It probably makes more sense to use a separate rep-sharing lock. > Hmm. Intuitively I wouldn't want sqlite writes to hav

Re: SQLite locking and FSFS rep-sharing

2011-06-20 Thread Philip Martin
Daniel Shahaf writes: > Philip Martin wrote on Mon, Jun 20, 2011 at 12:01:44 +0100: > >> We could change the rep-sharing database access to take the FSFS >> repository lock. I was mistaken about this bit: >> Read access to the database already occurs at a point >> when the lock is held. Access

Re: SQLite locking and FSFS rep-sharing

2011-06-20 Thread Daniel Shahaf
Philip Martin wrote on Mon, Jun 20, 2011 at 12:01:44 +0100: > Philip Martin writes: > > > The second commit doesn't wait for the 10 second SQLite busy timeout, it > > gives the 'database is locked' error immediately. > > > > Should we be doing more to support concurrent writes here? An explicit

Re: SQLite locking and FSFS rep-sharing

2011-06-20 Thread Mark Phippard
On Mon, Jun 20, 2011 at 7:01 AM, Philip Martin wrote: > Philip Martin writes: > >> The second commit doesn't wait for the 10 second SQLite busy timeout, it >> gives the 'database is locked' error immediately. >> >> Should we be doing more to support concurrent writes here?  An explicit >> loop in

Re: SQLite locking and FSFS rep-sharing

2011-06-20 Thread Philip Martin
Philip Martin writes: > The second commit doesn't wait for the 10 second SQLite busy timeout, it > gives the 'database is locked' error immediately. > > Should we be doing more to support concurrent writes here? An explicit > loop in the post-commit? A different SQLite configuration? A change

Re: Improved docs for custom diff3 command

2011-06-20 Thread Julian Foad
On Mon, 2011-06-20 at 11:31 +0800, Arpe, Kevin C wrote: > Hi, > > I am a Subversion command-line tools user on Windows XP. > Version string = svn, version 1.6.12 (r955767) / compiled Jun 21 2010, > 16:00:59 > > I wrote my own diff3 command batch file. We use it on my team to redirect > merges