Re: Editorr v2 svn_editor_alter_directory needs list of children

2012-05-04 Thread Greg Stein
On Thu, Apr 12, 2012 at 12:06 PM, Julian Foad wrote: > Philip Martin wrote: > >> I think alter_directory needs a list of children as well as the new >> properties. > > I agree.  I already felt that was needed for API symmetry (or else the > add_directory() should *not* take the list of children).

Re: Trunk bug, serf, sqlite, or just me?

2012-05-04 Thread Greg Stein
On Fri, May 4, 2012 at 5:16 PM, C. Michael Pilato wrote: > On 05/04/2012 04:37 PM, Mark Phippard wrote: >> $ svn up --set-depth=infinity ev2-export/ >> Updating 'ev2-export': > > [...] > >> subversion/libsvn_subr/sqlite.c:585: (apr_err=200030) >> svn: E200030: sqlite: unable to open database file

Re: svn status is slow under a large check-out

2012-05-04 Thread Bob Cardillo
>What does your working copy look like? Do you have svn:externals? Do >you have the sqlite3 tool? What do these commands show: > > sqlite3 .svn/wc.db "select count (*) from actual_node" > sqlite3 .svn/wc.db "select count (*) from nodes" I think my working copy is fairly typical for a very large

Re: svn commit: r1333936 - in /subversion/trunk/subversion: include/private/svn_wc_private.h include/svn_ra.h libsvn_client/ra.c libsvn_ra_serf/update.c libsvn_wc/adm_ops.c

2012-05-04 Thread Greg Stein
On Fri, May 4, 2012 at 9:13 AM, wrote: > Author: cmpilato > Date: Fri May  4 13:13:00 2012 > New Revision: 1333936 > > URL: http://svn.apache.org/viewvc?rev=1333936&view=rev > Log: > Teach libsvn_ra_serf to make use of the server-provided SHA1 checksums > I introduced in 1.7 (iff they are provide

Re: Trunk bug, serf, sqlite, or just me?

2012-05-04 Thread C. Michael Pilato
On 05/04/2012 04:37 PM, Mark Phippard wrote: > $ svn up --set-depth=infinity ev2-export/ > Updating 'ev2-export': [...] > subversion/libsvn_subr/sqlite.c:585: (apr_err=200030) > svn: E200030: sqlite: unable to open database file > > This could be due to my SQLite version? I was getting similar

Trunk bug, serf, sqlite, or just me?

2012-05-04 Thread Mark Phippard
I wanted to play around with the commit cmpilato made earlier today: http://svn.apache.org/viewvc?view=revision&revision=1333936 Using Serf, this should cause it to skip fetching files from the server if they are already in the pristine store. I am on OSX 10.7, and using MacPorts for my dependen

Re: crash in commit

2012-05-04 Thread Greg Stein
On Fri, May 4, 2012 at 3:20 PM, Stefan Küng wrote: > On 04.05.2012 21:06, Greg Stein wrote: >> >> svn_relpath_join() takes two strings and a pool. What are the pointer >> values for those parameters? I'm assuming one of those strings is >> NULL. Which? > > > The first one is NULL: > apr_size_t ble

Re: crash in commit

2012-05-04 Thread Stefan Küng
On 04.05.2012 21:06, Greg Stein wrote: svn_relpath_join() takes two strings and a pool. What are the pointer values for those parameters? I'm assuming one of those strings is NULL. Which? The first one is NULL: apr_size_t blen = strlen(base); is where the access violation accessing 0x000 happen

RE: svn ci performance issue with 1.7.x and nfs mounted working copies

2012-05-04 Thread Moe, Mark
> Well... your interest has already been noted :-) Maybe you're asking > how you can help get the bug fixed? Volunteering, of course (as we all > are). ... > If you're not talking about digging into the code yourself, then... I > dunno. Maybe one of the Subversion vendors is willing to do spot f

Re: svn ci performance issue with 1.7.x and nfs mounted working copies

2012-05-04 Thread Greg Stein
Well... your interest has already been noted :-) Maybe you're asking how you can help get the bug fixed? Volunteering, of course (as we all are). Philip noted a couple problems in the bug report. Focusing on how to resolve those is likely the start of the work. I imagine at least two approaches:

Re: crash in commit

2012-05-04 Thread Greg Stein
svn_relpath_join() takes two strings and a pool. What are the pointer values for those parameters? I'm assuming one of those strings is NULL. Which? Thx, -g On Fri, May 4, 2012 at 2:17 PM, Stefan Küng wrote: > Hi, > > There's a crash happening when committing. The stacktrace: > > libsvn_tsvn!svn

Re: svn status is slow under a large check-out

2012-05-04 Thread Philip Martin
Bob Cardillo writes: > I'm running Subversion 1.7.4.50525 (r1295709) on Windows 7 Pro SP1. > > I have a large repository, and for clean development flow I've checked > out the root locally. But because of this, when I do: > svn status C:\mycheckout\trunk\folder1\file1.ext > > it takes a very l

crash in commit

2012-05-04 Thread Stefan Küng
Hi, There's a crash happening when committing. The stacktrace: libsvn_tsvn!svn_relpath_join+0x35 libsvn_tsvn!svn_wc__internal_get_origin+0x270 libsvn_tsvn!svn_wc__node_get_origin+0x6e libsvn_tsvn!svn_client_commit5+0x197c libsvn_tsvn!svn_client__harvest_committables+0x2a7 libsvn_tsvn!svn_client_

svn status is slow under a large check-out

2012-05-04 Thread Bob Cardillo
I'm running Subversion 1.7.4.50525 (r1295709) on Windows 7 Pro SP1. I have a large repository, and for clean development flow I've checked out the root locally. But because of this, when I do: svn status C:\mycheckout\trunk\folder1\file1.ext it takes a very long time, around 5-6 seconds, to fi

Re: svn commit: r1334029 - /subversion/trunk/subversion/libsvn_client/ra.c

2012-05-04 Thread C. Michael Pilato
On 05/04/2012 11:35 AM, Bert Huijben wrote: > > >> -Original Message- >> From: cmpil...@apache.org [mailto:cmpil...@apache.org] >> Sent: vrijdag 4 mei 2012 17:22 >> To: comm...@subversion.apache.org >> Subject: svn commit: r1334029 - >> /subversion/trunk/subversion/libsvn_client/ra.c >>

Re: svn commit: r1333974 - /subversion/branches/ev2-export/subversion/libsvn_client/commit.c

2012-05-04 Thread Greg Stein
On May 4, 2012 10:13 AM, wrote: > > Author: hwright > Date: Fri May 4 14:13:21 2012 > New Revision: 1333974 > > URL: http://svn.apache.org/viewvc?rev=1333974&view=rev > Log: > On the ev2-export branch: > Update commit to use the improved temporary ra Ev2 fetcher. Temporary? Not intended to be...

Re: svn commit: r1333739 - /subversion/trunk/subversion/libsvn_delta/editor.c

2012-05-04 Thread Greg Stein
On May 4, 2012 6:49 AM, "Philip Martin" wrote: > > Greg Stein writes: > > > One fallout that I need to document: alter_*() should be called on > > child nodes at the destination of a copy/delete. It is now "illegal" > > to modify a child, then move its parent elsewhere. The proper order > > is: m

RE: svn ci performance issue with 1.7.x and nfs mounted working copies

2012-05-04 Thread Moe, Mark
Thanks Philip! Please excuse my ignorance (again), but how does the priority work? Or, how can I best show my interest in having this resolved? - Mark -Original Message- From: MARTIN PHILIP [mailto:codematt...@ntlworld.com] On Behalf Of Philip Martin Sent: Friday, May 04, 2012 4:08 AM

RE: svn commit: r1334029 - /subversion/trunk/subversion/libsvn_client/ra.c

2012-05-04 Thread Bert Huijben
> -Original Message- > From: cmpil...@apache.org [mailto:cmpil...@apache.org] > Sent: vrijdag 4 mei 2012 17:22 > To: comm...@subversion.apache.org > Subject: svn commit: r1334029 - > /subversion/trunk/subversion/libsvn_client/ra.c > > Author: cmpilato > Date: Fri May 4 15:21:48 2012 >

Re: Status of ra_serf?

2012-05-04 Thread Ivan Zhakov
On Fri, May 4, 2012 at 6:39 PM, Philip Martin wrote: > Ivan Zhakov writes: > >> On Wed, May 2, 2012 at 6:25 PM, Johan Corveleyn wrote: >> [...] >> >>> [2] On a Solaris build machine @work (Solaris 10 on x86 on ESX, with >>> 1.6.17 client, 1.5.4 server (sorry, old stuff)), most interactions >>> w

Re: Status of ra_serf?

2012-05-04 Thread Philip Martin
Ivan Zhakov writes: > On Wed, May 2, 2012 at 6:25 PM, Johan Corveleyn wrote: > [...] > >> [2] On a Solaris build machine @work (Solaris 10 on x86 on ESX, with >> 1.6.17 client, 1.5.4 server (sorry, old stuff)), most interactions >> with the svn server are a lot faster when using serf than with n

Re: setting svn:eol-style=LF and svn:mime-type=application/xml

2012-05-04 Thread Ben Smith-Mannschott
On Thu, May 3, 2012 at 5:35 PM, Dmitry Pavlenko wrote: > SVN properties setting depends on the order. > (branches/1.7.x, r1330327) > > I.e. if I set svn:eol-style before svn:mime-type, everything is ok. Otherwise > there can be a > problem. What behaviour is expected: failure in both cases or suc

Re: setting svn:eol-style=LF and svn:mime-type=application/xml

2012-05-04 Thread Ben Smith-Mannschott
Use text/xml for XML files that you want treated as text, where setting svn:eol-style makes sense and SVN will attempt to merge contents. Use application/xml for xml files you want treated as binary. // ben On Thu, May 3, 2012 at 5:35 PM, Dmitry Pavlenko wrote: > SVN properties setting depends

Re: svn commit: r1333739 - /subversion/trunk/subversion/libsvn_delta/editor.c

2012-05-04 Thread Philip Martin
Greg Stein writes: > One fallout that I need to document: alter_*() should be called on > child nodes at the destination of a copy/delete. It is now "illegal" > to modify a child, then move its parent elsewhere. The proper order > is: move parent, then edit the child. (strictly speaking, it doesn

Re: ISSUE: "To many open files" not being logged by master server when sync fails.

2012-05-04 Thread Philip Martin
Kenneth Miles writes: >> I'm not sure if a specific revision is causing the issue. But it >> always fails replaying on a certain revision number as seen in the >> stack trace. >> >> It is definitely opening multiple files more than once. It closes >> all file handles once the abort-edit is sent.

Re: svn ci performance issue with 1.7.x and nfs mounted working copies

2012-05-04 Thread Philip Martin
"Moe, Mark" writes: > Can this patch be marked as an issue or enhancement idea? I've raised http://subversion.tigris.org/issues/show_bug.cgi?id=4176 -- uberSVN: Apache Subversion Made Easy http://www.uberSVN.com