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).
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
>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
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
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
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
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
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
> 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
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:
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
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
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_
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
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
>>
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...
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
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
> -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
>
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
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
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
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
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
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.
"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
26 matches
Mail list logo