svn log --show-diff behavior

2010-08-13 Thread Alexey Neyman
[Posting here as 'svn log --show-diff' is currently only available in trunk] Hi All, I am trying out 1.7.0 (yes, I know it's a bit early) and noticed that svn log now supports --show-diff. It's very convenient, thanks. As the comments in the code explain, in case the path was created in some r

Re: --with-neon broken on trunk since revision r984280?

2010-08-13 Thread Alexey Neyman
Hi Daniel, > Do you have any installed svn in $prefix? If so, can you remove that one > and try again? Yes, this was the issue. Thanks for pointing this out! Regards, Alexey. On Friday, August 13, 2010 05:21:00 pm Daniel Shahaf wrote: > No issues here building svnsync or pristine-store-test. >

Re: --with-neon broken on trunk since revision r984280?

2010-08-13 Thread Daniel Shahaf
No issues here building svnsync or pristine-store-test. Have you re-run autogen.sh? Do you have any installed svn in $prefix? If so, can you remove that one and try again? Alexey Neyman wrote on Fri, Aug 13, 2010 at 16:38:55 -0700: > Hi all, > > It looks like the revision r984280 broke the --w

--with-neon broken on trunk since revision r984280?

2010-08-13 Thread Alexey Neyman
Hi all, It looks like the revision r984280 broke the --with-neon configuration. I could compile r984212 with --with-neon, but r984280 gives: cd subversion/tests/libsvn_wc && /usr/share/apr-1.0/build/libtool --tag=CC -- silent --mode=link gcc -g -O2 -pthread -D_LARGEFILE64_SOURCE -DNE_LFS-

Re: Confusing svn_log_entry_t docstrings.

2010-08-13 Thread C. Michael Pilato
On 08/13/2010 01:04 PM, Bert Huijben wrote: > > svn_log_changed_path2_t is defined as a structure starting with the exact > same definition as svn_log_changed_path_t. So any svn_log_changed_path2_t > instance can be seen as a svn_log_changed_path_t, but you miss some > fields that way. > > The pr

RE: Confusing svn_log_entry_t docstrings.

2010-08-13 Thread Bert Huijben
> -Original Message- > From: C. Michael Pilato [mailto:cmpil...@collab.net] > Sent: vrijdag 13 augustus 2010 18:40 > To: Subversion Development > Subject: Confusing svn_log_entry_t docstrings. > > Can someone help me make sense of some of our public docstrings? I'm > looking at the svn_

Confusing svn_log_entry_t docstrings.

2010-08-13 Thread C. Michael Pilato
Can someone help me make sense of some of our public docstrings? I'm looking at the svn_log_entry_t structure, and I see the following: typedef struct svn_log_entry_t { /** A hash containing as keys every path committed in @a revision; the * values are (#svn_log_changed_path_t *) stuctures.

Re: Note to self (with all of dev@ peering over my shoulder...)

2010-08-13 Thread C. Michael Pilato
On 08/12/2010 05:46 PM, Роман Донченко wrote: > C. Michael Pilato писал в своём письме Fri, 13 Aug > 2010 00:41:36 +0400: > >> Simplest recipe I can find: >> >> $ python -c 'from svn import client, core; >> ctx = client.svn_client_ctx_t(); >> ctx.config = core.svn_config_get_config(None)' >> Trac

Re: svn commit: r985152 - /subversion/trunk/subversion/tests/cmdline/diff_tests.py

2010-08-13 Thread Hyrum K. Wright
Should this test be XFail over dav, rather than just skipped? It seems like a reasonable operation to be doing over dav. -Hyrum On Fri, Aug 13, 2010 at 5:32 AM, wrote: > Author: sbutler > Date: Fri Aug 13 10:32:14 2010 > New Revision: 985152 > > URL: http://svn.apache.org/viewvc?rev=985152&vie

Re: svn commit: r984984 - /subversion/branches/performance/subversion/libsvn_repos/reporter.c

2010-08-13 Thread C. Michael Pilato
On 08/12/2010 05:25 PM, stef...@apache.org wrote: > Author: stefan2 > Date: Thu Aug 12 21:25:11 2010 > New Revision: 984984 > > URL: http://svn.apache.org/viewvc?rev=984984&view=rev > Log: > Eliminate redundant revprop lookups: Exports / checkouts often > contain multiple nodes from the same revis

FSFS vs BDB

2010-08-13 Thread Martin Furter
We're in the process of updating our subversion servers. Since we're still using BDB on the production servers I took the opportunity to compare it with FSFS. First the setup: Machine: Sun Fire V210 OS: Solaris 9 FS: UFS Subversion: 1.6.12 Apache httpd: 2.2.16 APR

Re: svn commit: r983474 - /subversion/branches/performance/subversion/libsvn_fs_fs/caching.c

2010-08-13 Thread Philip Martin
stef...@apache.org writes: > Author: stefan2 > Date: Sun Aug 8 19:41:11 2010 > New Revision: 983474 > > URL: http://svn.apache.org/viewvc?rev=983474&view=rev > Log: > Memcached is often slower than a single file access. Doesn't that depend on the type of filesystem used and the resources allocat

Re: [patch] fsfs revprop packing paranoia

2010-08-13 Thread Daniel Shahaf
Philip Martin wrote on Fri, Aug 13, 2010 at 11:13:10 +0100: > Daniel Shahaf writes: > > > I figure this patch can't do any harm (except cost another file-read when a > > write-lock or txn-current-lock is being acquired), and it might as well > > help, so I committed it in r984990. > > >> @@ -594

Re: [patch] fsfs revprop packing paranoia

2010-08-13 Thread Philip Martin
Daniel Shahaf writes: > I figure this patch can't do any harm (except cost another file-read when a > write-lock or txn-current-lock is being acquired), and it might as well > help, so I committed it in r984990. >> @@ -594,7 +598,11 @@ static svn_error_t * >>err = get_lock_on_filesystem(lock

Re: RFC: How should revert handle copied/added items?

2010-08-13 Thread Philip Martin
Greg Stein writes: > On Tue, Aug 10, 2010 at 14:41, Paul Burba wrote: >> On Tue, Aug 10, 2010 at 12:18 AM, Greg Stein wrote: >>... >>> For example, >>> >>> $ svn cp A/B C >>> $ svn revert C/D/file >>> >>> That should error. >>> >>> $ svn revert C >>> >>> Should succeed, and undo the copy that w

Re: What C structure contains the HTTP Headers

2010-08-13 Thread Julian Reschke
On 12.08.2010 22:29, Loren Cahlander wrote: After discussing things with Mike, I an going to be making the changes through the HTTP PROPPATCH method. ... Great! If you have protocol (RFC 3253) specific questions, please do not hesitate to ask. (In doubt cc me directly because I usually do no