Re: [PATCH] Improve svn_checksum_t bindings in SWIG

2012-12-10 Thread Shivani Poddar
On Tue, Dec 11, 2012 at 4:08 AM, Daniel Shahaf wrote: > Shivani Poddar wrote on Tue, Dec 11, 2012 at 02:22:28 +0530: > > Log Message: > > > > Improve support for svn_checksum.h in SWIG bindings > > * subversion/bindings/swig/python/tests/checksum.py: Improved > test_checksum > > > > Need a blank

Re: OWP: Introduction for Gabriela Gibson

2012-12-10 Thread C. Michael Pilato
On 12/10/2012 07:32 PM, Daniel Shahaf wrote: > Gabriela Gibson wrote on Tue, Dec 11, 2012 at 00:21:19 +: >> For my initial submission I have written a test for issue 4263 which >> I'll mail shortly. I admit that I struggled to figure out how to >> connect gdb to svnrdump in my build tree (sinc

Re: 1.7.8 up for testing/signing

2012-12-10 Thread Paul Burba
On Mon, Dec 10, 2012 at 5:07 PM, Ben Reser wrote: > The 1.7.8 release artifacts are now available for testing/signing. > Please get the tarballs from > https://dist.apache.org/repos/dist/dev/subversion > and add your signatures there. > > Thanks! SUMMARY: - +1 to release VERIFIED:

[PATCH] Test for line ending bug in svnrdump (issue 4263)

2012-12-10 Thread Gabriela Gibson
[[[ Test for issue #4263: svnrdump: E125005: Cannot accept non-LF line endings in 'svn:log' property * subversion/tests/cmdline/svnrdump_tests.py copy_bad_line_endings_load: Test for \r line ending bug in svnrdump (issue 4263) ]]] Index: svnrdump_tests.py ==

OWP: Introduction for Gabriela Gibson

2012-12-10 Thread Gabriela Gibson
Dear All, My name is Gabriela Gibson and I've applied for the internship with Subversion under the Gnome Outreach for Women Program. I am an ex-wizardess who used to haunt a long-lost MUD. I've not programmed in a while, although I've *intended* to join more than one open-source project in the

Re: svn_client operations start failing - unable to resolve host name

2012-12-10 Thread Robert Turner
So I managed to figure out the problem. It was a socket leak, caused by me failing to destroy a pool inside a function called in a loop. My apologies for disturbing people. On 2012-11-27 9:33 AM, "Robert Turner" wrote: >Thanks for the reply. > >So I spent ages digging into this (and related is

Re: [PATCH] Test for line ending bug in svnrdump (issue 4263)

2012-12-10 Thread Daniel Shahaf
Gabriela Gibson wrote on Tue, Dec 11, 2012 at 00:21:46 +: > Thanks for the patch, a few quick comments: > [[[ > Test for issue #4263: svnrdump: E125005: Cannot accept non-LF line > endings in 'svn:log' property > > * subversion/tests/cmdline/svnrdump_tests.py >copy_bad_line_endings_load:

Re: OWP: Introduction for Gabriela Gibson

2012-12-10 Thread Daniel Shahaf
Gabriela Gibson wrote on Tue, Dec 11, 2012 at 00:21:19 +: > For my initial submission I have written a test for issue 4263 which > I'll mail shortly. I admit that I struggled to figure out how to > connect gdb to svnrdump in my build tree (since svnrdump is actually a > shell script, and svnrd

[PATCH] Test for line ending bug in svnrdump (issue 4263)

2012-12-10 Thread Gabriela Gibson
[[[ Test for issue #4263: svnrdump: E125005: Cannot accept non-LF line endings in 'svn:log' property * subversion/tests/cmdline/svnrdump_tests.py copy_bad_line_endings_load: Test for \r line ending bug in svnrdump (issue 4263) ]]] Index: svnrdump_tests.py ==

OWP: Introduction for Gabriela Gibson

2012-12-10 Thread Gabriela Gibson
Dear All, My name is Gabriela Gibson and I've applied for the internship with Subversion under the Gnome Outreach for Women Program. I am an ex-wizardess who used to haunt a long-lost MUD. I've not programmed in a while, although I've *intended* to join more than one open-source project in the

Re: Literals in wc SQLite queries

2012-12-10 Thread Daniel Shahaf
Philip Martin wrote on Mon, Dec 10, 2012 at 17:49:44 +: > Daniel Shahaf writes: > > > Philip - perhaps you can move the relevant definitions to that header? > > Then I'll follow up with a transform_sql.py patch. > > OK, I've done that. I didn't annotate the maps or elements in any way. Imp

Re: [PATCH] Improve svn_checksum_t bindings in SWIG

2012-12-10 Thread Daniel Shahaf
Shivani Poddar wrote on Tue, Dec 11, 2012 at 02:22:28 +0530: > Log Message: > > Improve support for svn_checksum.h in SWIG bindings > * subversion/bindings/swig/python/tests/checksum.py: Improved test_checksum > Need a blank line before the * line, and to use the "* file\n (symbol)" syntax ---

1.7.8 up for testing/signing

2012-12-10 Thread Ben Reser
The 1.7.8 release artifacts are now available for testing/signing. Please get the tarballs from https://dist.apache.org/repos/dist/dev/subversion and add your signatures there. Thanks!

[PATCH] Improve svn_checksum_t bindings in SWIG

2012-12-10 Thread Shivani Poddar
Log Message: Improve support for svn_checksum.h in SWIG bindings * subversion/bindings/swig/python/tests/checksum.py: Improved test_checksum Review by: danielsh Modified: subversion/trunk/subversion/bindings/swig/python/tests/checksum.py Regards, Shivani Poddar Bachelors in Computer Sciences a

Re: svn commit: r1415864 - /subversion/trunk/subversion/libsvn_ra_serf/update.c

2012-12-10 Thread Lieven Govaerts
Hi Markus, On Mon, Dec 3, 2012 at 10:43 AM, Markus Schaber wrote: > Hi, > > Just another crazy idea: > > The main problem with the parallelization in ra_serf seems to be the number > of http requests (which potentially causes a high number of authentications > and tcp connections). > > Maybe we

Re: SQLite vacuum or auto_vacuum?

2012-12-10 Thread C. Michael Pilato
On 12/03/2012 07:39 AM, Hyrum K Wright wrote: > I think adding "vacuum" to cleanup is a reasonable first step. "cleanup" is > an explicit operation that a user could reasonably expect to take some > non-trivial amount of time. We already remove unneeded pristines during > cleanup, might as well d

svnhooks program (was Re: enforcing LF-normalization for svn:eol-style=native files (issue #4065))

2012-12-10 Thread Ivan Zhakov
On Mon, Dec 10, 2012 at 3:53 PM, Johan Corveleyn wrote: > On Mon, Dec 10, 2012 at 12:47 PM, Daniel Shahaf > wrote: [...] >> The argument is that a Subversion server should be enforcing >> Subversion's invariants. >> >> That said, I'm not opposed to doing it via standard hooks. It's a good >> w

Re: svn commit: r1419560 - /subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c

2012-12-10 Thread Daniel Shahaf
Julian Foad wrote on Mon, Dec 10, 2012 at 16:57:26 +: > svn_wc__db_op_set_property() uses a txn internally, but is being > called within a larger 'outer txn' (sorry if the terminology is wrong) "Savepoint"? http://www.sqlite.org/lang_savepoint.html

Re: Literals in wc SQLite queries

2012-12-10 Thread Philip Martin
Daniel Shahaf writes: > Philip - perhaps you can move the relevant definitions to that header? > Then I'll follow up with a transform_sql.py patch. OK, I've done that. I didn't annotate the maps or elements in any way. -- Certified & Supported Apache Subversion Downloads: http://www.wandisco.

Re: Literals in wc SQLite queries

2012-12-10 Thread Daniel Shahaf
As I said on IRC, happy to look into this, my main question is how transform_sql.py would know what files to scan for the MAP_DELETED <-> 'base-deleted' mappings. Do we want a header file with a well-known name (subversion/include/private/)? Maybe in the same directory as the source .sql file? M

Re: svn commit: r1419560 - /subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c

2012-12-10 Thread Julian Foad
Bert Huijben wrote: >>  URL: http://svn.apache.org/viewvc?rev=1419560&view=rev >>  Log: >>  * subversion/libsvn_wc/wc_db_update_move.c >>    (update_working_file): Update a comment. >>  @@ -247,8 +247,8 @@ update_working_file(svn_skel_t **work_it >>                                 old_version->pr

Re: svn commit: r1417639 - in /subversion/trunk/subversion/mod_dav_svn: dav_svn.h mod_dav_svn.c reports/update.c

2012-12-10 Thread C. Michael Pilato
On 12/07/2012 02:39 AM, Lieven Govaerts wrote: >> AFAIK, it is only dump where the svnrdump tool fails when using Serf. >> Because of the Ev1 stuff. Using bulk-updates ought to avoid that >> issue. > > Actually, my proposed hack of forcing ra_serf to use bulk update mode > is not going to work. I

RE: svn commit: r1419560 - /subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c

2012-12-10 Thread Bert Huijben
> -Original Message- > From: julianf...@apache.org [mailto:julianf...@apache.org] > Sent: maandag 10 december 2012 17:29 > To: comm...@subversion.apache.org > Subject: svn commit: r1419560 - > /subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c > > Author: julianfoad > Date: Mon D

Re: Buildbot screen per branch?

2012-12-10 Thread Daniel Shahaf
Filed a ticket: https://issues.apache.org/jira/browse/INFRA-5623 Daniel Shahaf wrote on Wed, Nov 21, 2012 at 11:42:26 +0200: > Currently http://subversion.apache.org/buildbot contains a mixture of > builds for all active branches (trunk, 1.6.x, 1.7.x). That makes it > unfeasible to track the stat

Re: [PATCH] Implement svnadmin verify --keep-going

2012-12-10 Thread Daniel Shahaf
Julian Foad wrote on Mon, Dec 10, 2012 at 14:45:57 +: > I scanned quickly through your patch and I noticed one place where you > declare a local function without the 'static' keyword.  I expect this should > give a warning when you compile it, so please will you compile with and > without yo

Re: [PATCH] Implement svnadmin verify --keep-going

2012-12-10 Thread Daniel Shahaf
> Index: subversion/tests/cmdline/svnadmin_tests.py > === > --- subversion/tests/cmdline/svnadmin_tests.py(revision 1411074) > +++ subversion/tests/cmdline/svnadmin_tests.py(working copy) > @@ -1835,6 +1835,114 @@ >

Re: [PATCH] Implement svnadmin verify --keep-going

2012-12-10 Thread Julian Foad
Prabhu Gnana Sundar > This patch is a follow up of the long discussion we had in thread [1]. This > patch implements a new switch "--keep-going" to svnadmin verify. > > If "--keep-going" is set(True), svnadmin verify would continue to run > till verifying all the revisions i.e, it would not sto

RE: enforcing LF-normalization for svn:eol-style=native files (issue #4065)

2012-12-10 Thread Bert Huijben
> -Original Message- > From: Branko Čibej [mailto:br...@wandisco.com] > Sent: maandag 10 december 2012 8:04 > To: dev@subversion.apache.org > Subject: Re: enforcing LF-normalization for svn:eol-style=native files (issue > #4065) > > On 10.12.2012 07:35, Bert Huijben wrote: > > I don’t th

Re: enforcing LF-normalization for svn:eol-style=native files (issue #4065)

2012-12-10 Thread Johan Corveleyn
On Mon, Dec 10, 2012 at 12:47 PM, Daniel Shahaf wrote: > Branko Čibej wrote on Mon, Dec 10, 2012 at 11:51:08 +0100: >> On 10.12.2012 11:31, Daniel Shahaf wrote: >> > Branko Čibej wrote on Mon, Dec 10, 2012 at 00:26:20 +0100: >> >> On 10.12.2012 00:08, Johan Corveleyn wrote: >> >>> On Sun, Dec 9, 2

[PATCH] Implement svnadmin verify --keep-going

2012-12-10 Thread Prabhu Gnana Sundar
Hi, This patch is a follow up of the long discussion we had in thread [1]. This patch implements a new switch "--keep-going" to svnadmin verify. If "--keep-going" is set(True), svnadmin verify would continue to run till verifying all the revisions i.e, it would not stop at the very first occ

Re: enforcing LF-normalization for svn:eol-style=native files (issue #4065)

2012-12-10 Thread Daniel Shahaf
Branko Čibej wrote on Mon, Dec 10, 2012 at 11:51:08 +0100: > On 10.12.2012 11:31, Daniel Shahaf wrote: > > Branko Čibej wrote on Mon, Dec 10, 2012 at 00:26:20 +0100: > >> On 10.12.2012 00:08, Johan Corveleyn wrote: > >>> On Sun, Dec 9, 2012 at 11:43 PM, Daniel Shahaf > >>> wrote: > Johan Cor

Re: enforcing LF-normalization for svn:eol-style=native files (issue #4065)

2012-12-10 Thread Ivan Zhakov
On Mon, Dec 10, 2012 at 2:51 PM, Branko Čibej wrote: > On 10.12.2012 11:31, Daniel Shahaf wrote: >> Branko Čibej wrote on Mon, Dec 10, 2012 at 00:26:20 +0100: >>> On 10.12.2012 00:08, Johan Corveleyn wrote: On Sun, Dec 9, 2012 at 11:43 PM, Daniel Shahaf wrote: > Johan Corveleyn wro

Re: enforcing LF-normalization for svn:eol-style=native files (issue #4065)

2012-12-10 Thread Branko Čibej
On 10.12.2012 11:31, Daniel Shahaf wrote: > Branko Čibej wrote on Mon, Dec 10, 2012 at 00:26:20 +0100: >> On 10.12.2012 00:08, Johan Corveleyn wrote: >>> On Sun, Dec 9, 2012 at 11:43 PM, Daniel Shahaf >>> wrote: Johan Corveleyn wrote on Sun, Dec 09, 2012 at 21:15:24 +0100: > 2) Am I the

Re: enforcing LF-normalization for svn:eol-style=native files (issue #4065)

2012-12-10 Thread Daniel Shahaf
Branko Čibej wrote on Mon, Dec 10, 2012 at 00:26:20 +0100: > On 10.12.2012 00:08, Johan Corveleyn wrote: > > On Sun, Dec 9, 2012 at 11:43 PM, Daniel Shahaf > > wrote: > >> Johan Corveleyn wrote on Sun, Dec 09, 2012 at 21:15:24 +0100: > >>> 2) Am I the only one who wants to protect his repository

Re: svn commit: r1418830 - in /subversion/trunk/subversion/bindings/swig: core.i python/tests/checksum.py python/tests/run_all.py

2012-12-10 Thread Daniel Shahaf
On Sun, Dec 09, 2012 at 08:05:52AM -, bre...@apache.org wrote: > +class ChecksumTestCases(unittest.TestCase): > +def test_checksum(self): > +# Checking primarily the return type for the svn_checksum_create > +# function > +val = svn.core.svn_checksum_create(svn.core.