Re: svnversion breaks after copying checked out repo

2012-04-16 Thread Markus Schaber
Hi, Taylor, Von: Taylor Lookabaugh [mailto:jesus.christ.i.l...@gmail.com] [Problems accessing a copied workingcopy using svnversion I use sqlite 4.7.11, not 4.7.0 According to SQLite.org, Version 3.7.11 is the current release of SQLite. I use the subversion client(Apache) in the command line

Re: Faster build/check times

2012-04-16 Thread Philip Martin
Daniel Shahaf d...@daniel.shahaf.name writes: Trying to enumerate ways to reduce build times. Faster builds: - export CONFIG_SHELL=/bin/sh (minimal sh preferred) - out-of-tree build (i.e., run 'configure' in an empty dir), with the build tree in a tmpfs - disable unneeded components (eg,

AW: Use 1.7.7 for next release

2012-04-16 Thread Markus Schaber
Hi Von: Daniel Shahaf [mailto:d...@daniel.shahaf.name] [Version confusion between core SVN and TortoiseSVN] After sleeping on this, I'm also quite concerned about not incrementing the TSVN version since this would confuse our users a lot, not to mention the problems we would get on our

Re: Use 1.7.7 for next release

2012-04-16 Thread Daniel Shahaf
Markus Schaber wrote on Mon, Apr 16, 2012 at 08:02:26 +: SharpSVN currently is on version 1.7004.2064, where the second number of the tuple is a combination of the second and third tuple of the upstream SVN number, and the third number is the sharpsvn revision / build number. Of course,

Re: fs_fs core dumps in checksum code

2012-04-16 Thread Julian Foad
Blair Zajac wrote: On 04/13/2012 12:45 AM, Julian Foad wrote: Blair Zajac wrote: Having the empty files, such as changes, is that odd?  Could that be a hint? No, that's not interesting, that's just the result of crashing out at the point where it did -- in the middle of doing a

Re: build probs on Windows with release build and conditionally

2012-04-16 Thread Julian Foad
Johan Corveleyn wrote: Julian Foad wrote: If I can help by changing the conditional compilation of the symmetric merge code, I'm happy to do so, just let me know. For now, it's ok, I'm using a Debug build for the time being, assuming that this problem will go away eventually, if the

Re: build probs on Windows with release build and conditionally

2012-04-16 Thread Johan Corveleyn
On Mon, Apr 16, 2012 at 11:39 AM, Julian Foad julianf...@btopenworld.com wrote: Johan Corveleyn wrote: Julian Foad wrote:  If I can help by changing the conditional compilation of the symmetric merge code, I'm happy to do so, just let me know. For now, it's ok, I'm using a Debug build for

Re: Ev2 and Authz

2012-04-16 Thread C. Michael Pilato
On 04/14/2012 11:00 AM, Hyrum K Wright wrote: Good morning (in some parts of the world)! I've been doing some poking around with Ev2 and copy operations on the ev2-export branch, and have some observations which merit discussion. In the working copy and elsewhere, all versioned nodes map

RE: svn commit: r1326614 - /subversion/trunk/subversion/libsvn_subr/svn_named_atomic.c

2012-04-16 Thread Bert Huijben
-Original Message- From: stef...@apache.org [mailto:stef...@apache.org] Sent: maandag 16 april 2012 15:46 To: comm...@subversion.apache.org Subject: svn commit: r1326614 - /subversion/trunk/subversion/libsvn_subr/svn_named_atomic.c Author: stefan2 Date: Mon Apr 16 13:46:04 2012

Re: Master passphrase approach, authn storage, cobwebs in C-Mike's head, ...

2012-04-16 Thread C. Michael Pilato
On 04/15/2012 03:45 PM, Thomas Åkesson wrote: You are correct. Today we have DSO options for GNOME/KDE, and simple #if-wrapping for Win32 and MacOS. GPG Agent doesn't have the lib/heavy deps, as the code communicates with the agent not through a custom API, but directly via socket I/O.

Re: svn commit: r1326307 - in /subversion/trunk: ./ build/ac-macros/ subversion/include/ subversion/include/private/ subversion/libsvn_fs_fs/ subversion/libsvn_subr/ subversion/mod_dav_svn/ subversion

2012-04-16 Thread Hyrum K Wright
On Sun, Apr 15, 2012 at 6:20 AM, stef...@apache.org wrote: Author: stefan2 Date: Sun Apr 15 11:20:58 2012 New Revision: 1326307 URL: http://svn.apache.org/viewvc?rev=1326307view=rev Log: Merge all changes (-r1298521-1326293) from branches/revprop-cache to trunk and resolve minor

named atomic test failures

2012-04-16 Thread Hyrum K Wright
I currently get the following output from the named_atomic tests, running on the same box as the build slave: $ ./named_atomic-test subversion/tests/libsvn_subr/named_atomic-test.c:336: (apr_err=200029) subversion/tests/libsvn_subr/named_atomic-test.c:59: (apr_err=200029)

Re: Ev2 and Authz

2012-04-16 Thread Thomas Åkesson
On 16 apr 2012, at 15:12, C. Michael Pilato wrote: On 04/14/2012 11:00 AM, Hyrum K Wright wrote: Good morning (in some parts of the world)! I've been doing some poking around with Ev2 and copy operations on the ev2-export branch, and have some observations which merit discussion. In the

Symmetric Merge -- Algorithm

2012-04-16 Thread Julian Foad
I have written out how I think a large part of the symmetric merge algorithm should go, in more detail. Review and other feedback would be welcome. We need to write out the algorithm in this level of detail and a little more detail, and then write several new functions for implementing parts of

Re: Master passphrase approach, authn storage, cobwebs in C-Mike's head, ...

2012-04-16 Thread Thomas Åkesson
On 16 apr 2012, at 16:43, C. Michael Pilato wrote: On 04/15/2012 03:45 PM, Thomas Åkesson wrote: You are correct. Today we have DSO options for GNOME/KDE, and simple #if-wrapping for Win32 and MacOS. GPG Agent doesn't have the lib/heavy deps, as the code communicates with the agent not

Re: svn commit: r1326688 - /subversion/trunk/subversion/tests/libsvn_subr/named_atomic-test.c

2012-04-16 Thread Greg Stein
On Apr 16, 2012 1:25 PM, stef...@apache.org wrote: Author: stefan2 Date: Mon Apr 16 17:25:18 2012 New Revision: 1326688 URL: http://svn.apache.org/viewvc?rev=1326688view=rev Log: Skip named_atomics tests if the user does not have the necessary privileges under Windows. *

Re: Master passphrase approach, authn storage, cobwebs in C-Mike's head, ...

2012-04-16 Thread C. Michael Pilato
On 04/16/2012 12:33 PM, Thomas Åkesson wrote: Personally, the feature to manually move/copy the encrypted store is definitely useful, but I do consider some other features of the Desktop-integrated storage APIs significantly more value-adding (I mostly use OSX Keychain): - Unlocking the

Failing test basic_tests.py 29 (check that repos root gets set on checkout)

2012-04-16 Thread Johan Corveleyn
When testing trunk with ra_local (on Win XP), I get the following failure in basic_tests.py: [[[ 2012-04-16 22:56:41 [WARNING] Bad or missing repository root 2012-04-16 22:56:41 [WARNING] Traceback (most recent call last): File

Re: svn commit: r1326696 - in /subversion/trunk/subversion/libsvn_client: add.c client.h commit.c copy.c delete.c prop_commands.c util.c

2012-04-16 Thread Greg Stein
On Mon, Apr 16, 2012 at 13:50, hwri...@apache.org wrote: ... +++ subversion/trunk/subversion/libsvn_client/util.c Mon Apr 16 17:50:05 2012 ... +  /* ### We could probably calculate some of this once, and then cache it for +         use in this function. */ +  

Re: svn commit: r1326696 - in /subversion/trunk/subversion/libsvn_client: add.c client.h commit.c copy.c delete.c prop_commands.c util.c

2012-04-16 Thread Hyrum K Wright
On Mon, Apr 16, 2012 at 4:35 PM, Greg Stein gst...@gmail.com wrote: On Mon, Apr 16, 2012 at 13:50,  hwri...@apache.org wrote: ... +++ subversion/trunk/subversion/libsvn_client/util.c Mon Apr 16 17:50:05 2012 ... +  /* ### We could probably calculate some of this once, and then cache it for +

Re: svn commit: r1326696 - in /subversion/trunk/subversion/libsvn_client: add.c client.h commit.c copy.c delete.c prop_commands.c util.c

2012-04-16 Thread Stefan Sperling
On Mon, Apr 16, 2012 at 04:41:49PM -0500, Hyrum K Wright wrote: On Mon, Apr 16, 2012 at 4:35 PM, Greg Stein gst...@gmail.com wrote: On Mon, Apr 16, 2012 at 13:50,  hwri...@apache.org wrote: ... +++ subversion/trunk/subversion/libsvn_client/util.c Mon Apr 16 17:50:05 2012 ... +  /* ###

Re: svn commit: r1326696 - in /subversion/trunk/subversion/libsvn_client: add.c client.h commit.c copy.c delete.c prop_commands.c util.c

2012-04-16 Thread Greg Stein
On Mon, Apr 16, 2012 at 18:04, Stefan Sperling s...@elego.de wrote: On Mon, Apr 16, 2012 at 04:41:49PM -0500, Hyrum K Wright wrote: On Mon, Apr 16, 2012 at 4:35 PM, Greg Stein gst...@gmail.com wrote: On Mon, Apr 16, 2012 at 13:50,  hwri...@apache.org wrote: ... +++

Re: svn commit: r1326696 - in /subversion/trunk/subversion/libsvn_client: add.c client.h commit.c copy.c delete.c prop_commands.c util.c

2012-04-16 Thread Hyrum K Wright
On Mon, Apr 16, 2012 at 5:22 PM, Greg Stein gst...@gmail.com wrote: On Mon, Apr 16, 2012 at 18:04, Stefan Sperling s...@elego.de wrote: On Mon, Apr 16, 2012 at 04:41:49PM -0500, Hyrum K Wright wrote: On Mon, Apr 16, 2012 at 4:35 PM, Greg Stein gst...@gmail.com wrote: On Mon, Apr 16, 2012 at

Re: Master passphrase approach, authn storage, cobwebs in C-Mike's head, ...

2012-04-16 Thread Thomas Åkesson
On 16 apr 2012, at 20:05, C. Michael Pilato cmpil...@collab.net wrote: On 04/16/2012 12:33 PM, Thomas Åkesson wrote: Personally, the feature to manually move/copy the encrypted store is definitely useful, but I do consider some other features of the Desktop-integrated storage APIs

Re: svn commit: r1326696 - in /subversion/trunk/subversion/libsvn_client: add.c client.h commit.c copy.c delete.c prop_commands.c util.c

2012-04-16 Thread Thomas Åkesson
On 17 apr 2012, at 02:26, Hyrum K Wright hyrum.wri...@wandisco.com wrote: On Mon, Apr 16, 2012 at 5:22 PM, Greg Stein gst...@gmail.com wrote: On Mon, Apr 16, 2012 at 18:04, Stefan Sperling s...@elego.de wrote: At the very least, you must compare the URL of the node at the calculated

Re: [RFC] Non-normalizing Unicode Composition Awareness

2012-04-16 Thread Thomas Åkesson
Hi, A bit of a status update on the wiki article: http://wiki.apache.org/subversion/NonNormalizingUnicodeCompositionAwareness Received some comments from Daniel, which I have tried to address. Thanks. I have written a bash script which demonstrates the concept of Alternative 1 with regards to