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

2012-04-05 Thread Branko Čibej
On 06.04.2012 00:38, C. Michael Pilato wrote: > I've been also frustrated when considering the situation that occurs when a > user changes his/her master password, forcing a re-encryption of all cached > credentials using the new password. You could do what whole-disk encryption systems do: only t

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

2012-04-05 Thread Branko Čibej
On 06.04.2012 01:10, Daniel Shahaf wrote: > C. Michael Pilato wrote on Thu, Apr 05, 2012 at 18:38:37 -0400: >> Is there anyone who is game for helping me tackle a new design for our >> client-side authn cache using SQLite? >> > * danielsh raises hand I can also offer ... ah, constructive criticism

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

2012-04-05 Thread Greg Stein
On Apr 5, 2012 2:43 PM, wrote: > > Author: hwright > Date: Thu Apr 5 18:43:20 2012 > New Revision: 1310005 > > URL: http://svn.apache.org/viewvc?rev=1310005&view=rev > Log: > On the ev2-export branch: > Use an Ev2-style driver to handle repos->repos copies. > > Part of this commit is rather bogus

Re: svn commit: r1310085 - in /subversion/branches/ev2-export/subversion: include/svn_ra.h libsvn_client/add.c libsvn_ra/ra_loader.c

2012-04-05 Thread Greg Stein
On Apr 5, 2012 5:46 PM, wrote: > > Author: hwright > Date: Thu Apr 5 21:45:42 2012 > New Revision: 1310085 > > URL: http://svn.apache.org/viewvc?rev=1310085&view=rev > Log: > On the ev2-export branch: > (this branch is going way beyond export, perhaps it should be renamed) > > Add svn_ra_get_comm

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

2012-04-05 Thread Greg Stein
On Apr 5, 2012 6:39 PM, "C. Michael Pilato" wrote: >... > Is there anyone who is game for helping me tackle a new design for our > client-side authn cache using SQLite? A little bit, sure. > > Should we also, then, attempt to redesign the whole of the auth provider > system? Preferable, if you'

Re: Subversion BDB doesn't work with Apache 2.4 event MPM

2012-04-05 Thread Daniel Shahaf
Greg Stein wrote on Thu, Apr 05, 2012 at 20:18:38 -0400: > If we don't find the bugfix doable, then I think we can/should add the > check that I researched above. > +1

Re: Subversion BDB doesn't work with Apache 2.4 event MPM

2012-04-05 Thread Greg Stein
On Apr 5, 2012 4:16 PM, "Daniel Shahaf" wrote: >... > Yeah, the alternative is to do it at compile-time and disallow > the `--with-berkeley-db --with-apxs=2.4' combination --- even for people > who don't have BDB repositories. Not sure about this; I think the get_resource() fix would be preferabl

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

2012-04-05 Thread Daniel Shahaf
C. Michael Pilato wrote on Thu, Apr 05, 2012 at 18:38:37 -0400: > Is there anyone who is game for helping me tackle a new design for our > client-side authn cache using SQLite? > * danielsh raises hand > Should we also, then, attempt to redesign the whole of the auth provider > system? If not,

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

2012-04-05 Thread C. Michael Pilato
[ The following is pretty much stream-of-consciousness. Quite honestly, ] [ if I could organize my thoughts well enough to craft a better email, I'd ] [ probably not feel the need to write the mail so badly! ] On the trunk, I have -- with vast amounts of help from gstein and d

Re: svn commit: r1310047 - /subversion/trunk/subversion/libsvn_ra/compat.c

2012-04-05 Thread Hyrum K Wright
On Thu, Apr 5, 2012 at 4:43 PM, Greg Stein wrote: > On Thu, Apr 5, 2012 at 16:48, Hyrum K Wright > wrote: >> On Thu, Apr 5, 2012 at 3:29 PM, Greg Stein wrote: >>> On Thu, Apr 5, 2012 at 16:15,   wrote: Author: hwright Date: Thu Apr  5 20:15:41 2012 New Revision: 1310047

Re: svn commit: r1310047 - /subversion/trunk/subversion/libsvn_ra/compat.c

2012-04-05 Thread Greg Stein
On Thu, Apr 5, 2012 at 16:48, Hyrum K Wright wrote: > On Thu, Apr 5, 2012 at 3:29 PM, Greg Stein wrote: >> On Thu, Apr 5, 2012 at 16:15,   wrote: >>> Author: hwright >>> Date: Thu Apr  5 20:15:41 2012 >>> New Revision: 1310047 >>> >>> URL: http://svn.apache.org/viewvc?rev=1310047&view=rev >>> Log

Re: svn commit: r1310047 - /subversion/trunk/subversion/libsvn_ra/compat.c

2012-04-05 Thread Hyrum K Wright
On Thu, Apr 5, 2012 at 3:29 PM, Greg Stein wrote: > On Thu, Apr 5, 2012 at 16:15,   wrote: >> Author: hwright >> Date: Thu Apr  5 20:15:41 2012 >> New Revision: 1310047 >> >> URL: http://svn.apache.org/viewvc?rev=1310047&view=rev >> Log: >> * subversion/libsvn_ra/compat.c >>  (prev_log_path): Anot

Re: svn commit: r1310047 - /subversion/trunk/subversion/libsvn_ra/compat.c

2012-04-05 Thread Greg Stein
On Thu, Apr 5, 2012 at 16:15, wrote: > Author: hwright > Date: Thu Apr  5 20:15:41 2012 > New Revision: 1310047 > > URL: http://svn.apache.org/viewvc?rev=1310047&view=rev > Log: > * subversion/libsvn_ra/compat.c >  (prev_log_path): Another integer-width mismatch fix. > > Modified: >    subversion

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2012-04-05 Thread Daniel Shahaf
I could have a shot at this but it's not at the top of my list. (and I don't know Ruby either) Philip Martin wrote on Thu, Apr 05, 2012 at 21:10:06 +0100: > We discussed it last month: > > http://svn.haxx.se/dev/archive-2012-03/0669.shtml > > Converting the lists to sets in the testsuite seems t

Re: Subversion BDB doesn't work with Apache 2.4 event MPM

2012-04-05 Thread Daniel Shahaf
Greg Stein wrote on Thu, Apr 05, 2012 at 15:02:35 -0400: > On Thu, Apr 5, 2012 at 14:46, Greg Stein wrote: > > On Thu, Apr 5, 2012 at 14:21, Daniel Shahaf wrote: > >> Greg Stein wrote on Thu, Apr 05, 2012 at 14:14:53 -0400: > >>> On Apr 5, 2012 2:10 PM, "Daniel Shahaf" wrote: > >>> > > >>> > Gre

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2012-04-05 Thread Hyrum K Wright
Is that the final plan? If so, I'll *learn* enough Ruby to implement it, just to get the bots quiet again. :P -Hyrum On Thu, Apr 5, 2012 at 3:10 PM, Philip Martin wrote: > We discussed it last month: > > http://svn.haxx.se/dev/archive-2012-03/0669.shtml > > Converting the lists to sets in the

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2012-04-05 Thread Philip Martin
We discussed it last month: http://svn.haxx.se/dev/archive-2012-03/0669.shtml Converting the lists to sets in the testsuite seems to be the preferred option, but I don't know enough Ruby to implement it. Greg Stein writes: > This is an ordering failure in the Ruby bindings, presumably due to >

Re: buildbot failure in ASF Buildbot on svn-x64-ubuntu-gcc

2012-04-05 Thread Greg Stein
This is an ordering failure in the Ruby bindings, presumably due to APR hash order. Is anybody working on fixing the Ruby bindings to be order-independent for cases like this? Cheers, -g On Thu, Apr 5, 2012 at 15:00, wrote: > The Buildbot has detected a new failure on builder svn-x64-ubuntu-gc

Re: Subversion BDB doesn't work with Apache 2.4 event MPM

2012-04-05 Thread Greg Stein
On Thu, Apr 5, 2012 at 14:46, Greg Stein wrote: > On Thu, Apr 5, 2012 at 14:21, Daniel Shahaf wrote: >> Greg Stein wrote on Thu, Apr 05, 2012 at 14:14:53 -0400: >>> On Apr 5, 2012 2:10 PM, "Daniel Shahaf" wrote: >>> > >>> > Greg Stein wrote on Thu, Apr 05, 2012 at 14:05:31 -0400: >>> > > On Apr

Re: Subversion BDB doesn't work with Apache 2.4 event MPM

2012-04-05 Thread Greg Stein
On Thu, Apr 5, 2012 at 14:21, Daniel Shahaf wrote: > Greg Stein wrote on Thu, Apr 05, 2012 at 14:14:53 -0400: >> On Apr 5, 2012 2:10 PM, "Daniel Shahaf" wrote: >> > >> > Greg Stein wrote on Thu, Apr 05, 2012 at 14:05:31 -0400: >> > > On Apr 5, 2012 6:46 AM, "Philip Martin" >> wrote: >> > >>

Re: Subversion BDB doesn't work with Apache 2.4 event MPM

2012-04-05 Thread Philip Martin
Greg Stein writes: > On Apr 5, 2012 2:10 PM, "Daniel Shahaf" wrote: >> >> Greg Stein wrote on Thu, Apr 05, 2012 at 14:05:31 -0400: >> > On Apr 5, 2012 6:46 AM, "Philip Martin" > wrote: >> >> > > >> > > I've raised issue 4157 to track this problem. >> > >> > Can we at least implement a dete

Re: Subversion BDB doesn't work with Apache 2.4 event MPM

2012-04-05 Thread Daniel Shahaf
Greg Stein wrote on Thu, Apr 05, 2012 at 14:14:53 -0400: > On Apr 5, 2012 2:10 PM, "Daniel Shahaf" wrote: > > > > Greg Stein wrote on Thu, Apr 05, 2012 at 14:05:31 -0400: > > > On Apr 5, 2012 6:46 AM, "Philip Martin" > wrote: > > > > > > > > > > I've raised issue 4157 to track this problem.

Re: svnsync and locks

2012-04-05 Thread Daniel Shahaf
C. Michael Pilato wrote on Thu, Apr 05, 2012 at 12:19:17 -0400: > On 04/05/2012 11:26 AM, Julian Foad wrote: > > How would an admin arrange for svnsync to synchronize locks > > (reserved-checkout locks, that is)? > > > > I was talking to Philip and he mentioned that he'd been thinking about > > th

Re: Subversion BDB doesn't work with Apache 2.4 event MPM

2012-04-05 Thread Greg Stein
On Apr 5, 2012 2:10 PM, "Daniel Shahaf" wrote: > > Greg Stein wrote on Thu, Apr 05, 2012 at 14:05:31 -0400: > > On Apr 5, 2012 6:46 AM, "Philip Martin" wrote: > > > > > > > I've raised issue 4157 to track this problem. > > > > Can we at least implement a detection for this situation and fail

Re: Subversion BDB doesn't work with Apache 2.4 event MPM

2012-04-05 Thread Daniel Shahaf
Greg Stein wrote on Thu, Apr 05, 2012 at 14:05:31 -0400: > On Apr 5, 2012 6:46 AM, "Philip Martin" wrote: > > > > Branko Čibej writes: > > > > >> ... I think I may have identified the problem. The patch below checks > > >> that the error struct is allocated and released by the same thread. > > >

Re: Subversion BDB doesn't work with Apache 2.4 event MPM

2012-04-05 Thread Greg Stein
On Apr 5, 2012 6:46 AM, "Philip Martin" wrote: > > Branko Čibej writes: > > >> ... I think I may have identified the problem. The patch below checks > >> that the error struct is allocated and released by the same thread. > >> With the worker MPM the assertion always passes but with the event MP

Re: svnsync and locks

2012-04-05 Thread Mark Phippard
On Thu, Apr 5, 2012 at 1:41 PM, Daniel Shahaf wrote: > Julian Foad wrote on Thu, Apr 05, 2012 at 16:26:15 +0100: >> How would an admin arrange for svnsync to synchronize locks >> (reserved-checkout locks, that is)? >> > > http://s.apache.org/xy-problem.  Perhaps mod_dav_svn in slave/proxy mode > s

Re: svnsync and locks

2012-04-05 Thread Daniel Shahaf
Julian Foad wrote on Thu, Apr 05, 2012 at 16:26:15 +0100: > How would an admin arrange for svnsync to synchronize locks > (reserved-checkout locks, that is)? > http://s.apache.org/xy-problem. Perhaps mod_dav_svn in slave/proxy mode should learn to query the master for the existence of locks? >

Re: unsubscribe

2012-04-05 Thread Daniel Shahaf
You need to mail dev-unsubscribe@ not dev@ Mark Therieau wrote on Thu, Apr 05, 2012 at 12:55:33 -0400: >

unsubscribe

2012-04-05 Thread Mark Therieau

Re: svnsync and locks

2012-04-05 Thread Mark Phippard
On Thu, Apr 5, 2012 at 11:26 AM, Julian Foad wrote: > If we did have a way to sync locks, there would then be locks on the slave, > and how would "svnsync sync" then make commits? Just as a side-note, Mike has added in trunk new svnadmin lock/unlock commands: http://svn.apache.org/viewvc?view

Re: svnsync and locks -- issue #3457 "Unable to replicate locks in webdav proxy setup"

2012-04-05 Thread Julian Foad
Thanks.  I've added the issue # and summary to the subject line now. - Julian C. Michael Pilato wrote: > Julian Foad wrote: >> How would an admin arrange for svnsync to synchronize locks >> (reserved-checkout locks, that is)? >> >> I was talking to Philip and he mentioned that he'd been th

Re: Compressed Pristines (Summary)

2012-04-05 Thread Hyrum K Wright
On Thu, Apr 5, 2012 at 11:24 AM, Branko Čibej wrote: > On 05.04.2012 17:35, Ashod Nakashian wrote: >>> >>> From: Hyrum K Wright >>> >>> I'm glad we've found a way to relegate this problem to a >>> "minor...technicality." >> So far no objections then. >> >> What's

Re: Compressed Pristines (Summary)

2012-04-05 Thread Branko Čibej
On 05.04.2012 17:35, Ashod Nakashian wrote: >> >> From: Hyrum K Wright >> >> I'm glad we've found a way to relegate this problem to a >> "minor...technicality." > So far no objections then. > > What's the preferred mode of operation in such a case? > > I can updat

Re: svnsync and locks

2012-04-05 Thread C. Michael Pilato
On 04/05/2012 11:26 AM, Julian Foad wrote: > How would an admin arrange for svnsync to synchronize locks > (reserved-checkout locks, that is)? > > I was talking to Philip and he mentioned that he'd been thinking about > this. It seems to us that the only way available currently is for > post-[un]

Re: 1.6.18 tarballs up for testing/signing

2012-04-05 Thread Stefan Sperling
On Fri, Mar 23, 2012 at 03:54:13PM +0100, Stefan Sperling wrote: > Subversion-1.6.18 tarballs are now available for testing/signing by > committers. To obtain them please check out a working copy from > https://dist.apache.org/repos/dist/dev/subversion > > Please add your signatures to the .asc

Re: Compressed Pristines (Summary)

2012-04-05 Thread Ashod Nakashian
> > From: Hyrum K Wright > >I'm glad we've found a way to relegate this problem to a >"minor...technicality." So far no objections then. What's the preferred mode of operation in such a case? I can update the proposal and start sending patches for the dev-list t

Re: Symmetric Merge - status

2012-04-05 Thread Julian Foad
>> Julian Foad wrote: >>>   I'm pleased to be able to say that as of this weekend we can welcome >>>   three more people -- Stefan Fuhrmann and Cristian Camerin and Oleksiy >>>   Suschuk [...] >> >> Welcome aboard! > > Correction: it's "Cristian Amarie" (IRC name: camerin). Correction 2: it's

svnsync and locks

2012-04-05 Thread Julian Foad
How would an admin arrange for svnsync to synchronize locks (reserved-checkout locks, that is)? I was talking to Philip and he mentioned that he'd been thinking about this.  It seems to us that the only way available currently is for post-[un]lock on the master to rsync the whole 'locks' direc

Re: Compressed Pristines (Summary)

2012-04-05 Thread Hyrum K Wright
On Thu, Apr 5, 2012 at 6:45 AM, Julian Foad wrote: > Daniel Shahaf wrote: >> [Managing uncompressed copies of files] is certainly a -minor- >> complication we'll have to deal with. It's just a technicality, > > That's great, because I believe that is the only significant issue that needs > to be

Re: Symmetric Merge - status

2012-04-05 Thread Julian Foad
C. Michael Pilato wrote: > Julian Foad wrote: >> I'm pleased to be able to say that as of this weekend we can welcome >> three more people -- Stefan Fuhrmann and Cristian Camerin and Oleksiy >> Suschuk [...] > > Welcome aboard! Correction: it's "Cristian Amarie" (IRC name: camerin). - Julian

Re: Compressed Pristines (Summary)

2012-04-05 Thread Julian Foad
Daniel Shahaf wrote: > I agree with making svn_wc__pristine_*() smarter and I disagree with > teaching svn the proper mount(8) flags for all platforms APR supports. Me too.  (Note: I never said svn should mount filesystems, I just said it would be interesting to investigate.) Ashod Nakashian wr

Re: Compressed Pristines (Summary)

2012-04-05 Thread Ivan Zhakov
On Wed, Apr 4, 2012 at 23:54, Greg Stein wrote: >> > >> >Daniel >> >(devil's advocate mode) > > Given Daniel's devil's advocate position, I say just ignore him. Don't feed > him :-) > > My vote is compress for files > N bytes (and store on disk), and stick the > others into a new pristine.db. Mayb

Re: Subversion BDB doesn't work with Apache 2.4 event MPM

2012-04-05 Thread Philip Martin
Branko Čibej writes: >> ... I think I may have identified the problem. The patch below checks >> that the error struct is allocated and released by the same thread. >> With the worker MPM the assertion always passes but with the event MPM I >> get assertion failures. I don't fully understand th

Re: The recent svn_string_create_empty() function

2012-04-05 Thread Julian Foad
Stefan Fuhrmann wrote: > Daniel Shahaf wrote: >> Julian Foad wrote on Tue, Apr 03, 2012 at 18:09:19 +0100: >>> For comments, please: >>> [[[Tweak the recently introduced svn_stringbuf_create_empty() function. >>> >>> Unlike with svn_string_create_empty() which produces an immutable >>> string

Re: The recent svn_string_create_empty() function

2012-04-05 Thread Stefan Fuhrmann
Daniel Shahaf wrote: Julian Foad wrote on Tue, Apr 03, 2012 at 18:09:19 +0100: For comments, please: [[[Tweak the recently introduced svn_stringbuf_create_empty() function. Unlike with svn_string_create_empty() which produces an immutable string, the resulting string buffer is often going to ha