Re: svn commit: r959954 - /subversion/trunk/subversion/libsvn_wc/wc.h

2010-07-29 Thread Joe Swatosh
On Thu, Jul 29, 2010 at 6:50 PM, Joe Swatosh wrote: > On Thu, Jul 29, 2010 at 4:58 PM, Bert Huijben wrote: > Hi Bert (or whoever may look into this before tomorrow), > > I was working on two sets of test failures and screwed up on when > things started.  This failure actually started in r964036

Re: svn commit: r959954 - /subversion/trunk/subversion/libsvn_wc/wc.h

2010-07-29 Thread Joe Swatosh
On Thu, Jul 29, 2010 at 4:58 PM, Bert Huijben wrote: > > >> -Original Message- >> From: Joe Swatosh [mailto:joe.swat...@gmail.com] >> Sent: vrijdag 30 juli 2010 1:46 >> To: dev@subversion.apache.org; julian.f...@wandisco.com >> Subject: Re: svn commit: r959954 - >> /subversion/trunk/subver

Re: Callbacks, prompts, etc. for issue 2779

2010-07-29 Thread C. Michael Pilato
On 07/29/2010 08:54 PM, Mike Dixon wrote: > On 7/29/2010 9:43 AM, C. Michael Pilato wrote: >> On 07/29/2010 12:28 PM, Mark Phippard wrote: >>> If we just do the redirects, might a user just not perceive SVN as >>> being slow? >> >> Well, the redirect should be a one-time event. The working copy is

Re: Callbacks, prompts, etc. for issue 2779

2010-07-29 Thread Mike Dixon
On 7/29/2010 9:43 AM, C. Michael Pilato wrote: On 07/29/2010 12:28 PM, Mark Phippard wrote: If we just do the redirects, might a user just not perceive SVN as being slow? Well, the redirect should be a one-time event. The working copy is updated (using svn_client_relocate()) to point to the n

RE: svn commit: r959954 - /subversion/trunk/subversion/libsvn_wc/wc.h

2010-07-29 Thread Bert Huijben
> -Original Message- > From: Joe Swatosh [mailto:joe.swat...@gmail.com] > Sent: vrijdag 30 juli 2010 1:46 > To: dev@subversion.apache.org; julian.f...@wandisco.com > Subject: Re: svn commit: r959954 - > /subversion/trunk/subversion/libsvn_wc/wc.h > > On Fri, Jul 2, 2010 at 4:28 AM, wro

Re: svn commit: r959954 - /subversion/trunk/subversion/libsvn_wc/wc.h

2010-07-29 Thread Joe Swatosh
On Fri, Jul 2, 2010 at 4:28 AM, wrote: > Author: julianfoad > Date: Fri Jul  2 11:28:39 2010 > New Revision: 959954 > > URL: http://svn.apache.org/viewvc?rev=959954&view=rev > Log: > Enable the pristine text store: bump the WC format to 17 and define > SVN_EXPERIMENTAL_PRISTINE. > Hi Julian, So

Re: 1.7 Release Plan

2010-07-29 Thread Stefan Sperling
On Thu, Jul 29, 2010 at 04:20:16PM -0500, Peter Samuelson wrote: > > The Subversion project has much closer ties to various Linux > > distributions now than it had around the time of the 1.6 pre-release > > phase. This is partly due to efforts by elego -- we actively help out > > with the official

Re: 1.7 Release Plan

2010-07-29 Thread Peter Samuelson
[Stefan Sperling] > Because of the substantial changes done for 1.7, we will need > pre-release testing more than ever. So doing source-only 1.7 preview > releases would pose a major problem. We will have to actively push > for pre-release testing by providing binaries. I've always shied away fro

RE: 1.7 Release Plan

2010-07-29 Thread Bolstridge, Andrew
> -Original Message- > From: Stefan Küng [mailto:tortoise...@gmail.com] > Sent: Thursday, July 29, 2010 12:08 PM > To: Hyrum K. Wright > Cc: Talden; Subversion Development > Subject: Re: 1.7 Release Plan > > On Thu, Jul 29, 2010 at 04:43, Hyrum K. Wright > wrote: > > The project doesn't

RE: Suggestion: Transparent Branching

2010-07-29 Thread Bolstridge, Andrew
> -Original Message- > From: Branko Čibej [mailto:br...@xbc.nu] > Sent: Thursday, July 29, 2010 10:05 AM > To: dev@subversion.apache.org > Subject: Re: Suggestion: Transparent Branching > > On 07.07.2010 18:29, Greg Hudson wrote: > > On Wed, 2010-07-07 at 11:44 -0400, Marco Jansen wrote:

Re: Callbacks, prompts, etc. for issue 2779

2010-07-29 Thread C. Michael Pilato
On 07/29/2010 12:27 PM, Stefan Sperling wrote: > BTW, can the client end up being redirected from a https:// URL to > a http:// URL, or to an svn:// or svn+ssh:// URL? If we decide not > to prompt, we should not allow URLs to be downgraded to less secure > schemes. And even if we do prompt we shoul

Re: [patch] hotcopy fails on fsfs.conf that has never been created

2010-07-29 Thread Stefan Sperling
On Thu, Jul 29, 2010 at 04:19:02AM -0500, Peter Samuelson wrote: > > [Stefan Sperling] > > So my vote is: leave it as is, but print a more informative error message > > suggesting to create the file (so that people don't have to post to > > users@ to be instructed to do so), and make svnadmin upgr

Re: Callbacks, prompts, etc. for issue 2779

2010-07-29 Thread Hyrum K. Wright
On Thu, Jul 29, 2010 at 11:24 AM, C. Michael Pilato wrote: > On 07/29/2010 12:15 PM, Mark Phippard wrote: >> On Thu, Jul 29, 2010 at 12:09 PM, C. Michael Pilato >> wrote: >>> b) If the prompting approach is preferred, what's a reasonable way to do >>> this?  The notification function cannot serve

Re: Callbacks, prompts, etc. for issue 2779

2010-07-29 Thread C. Michael Pilato
On 07/29/2010 12:28 PM, Mark Phippard wrote: > On Thu, Jul 29, 2010 at 12:24 PM, C. Michael Pilato > wrote: > >> I was originally thinking "off by default", but only because of the >> theoretical security implications of being automatically redirected to a URL >> (possibly a different machine, et

Re: Callbacks, prompts, etc. for issue 2779

2010-07-29 Thread C. Michael Pilato
On 07/29/2010 12:27 PM, Stefan Sperling wrote: > Allowing N redirects by default, and when N is reached printing a message > saying that people can raise or lower the number of allowed relocation > attempts from the configuration file sounds fine. > > In case a client ends up being mis-redirected,

Re: Callbacks, prompts, etc. for issue 2779

2010-07-29 Thread Mark Phippard
On Thu, Jul 29, 2010 at 12:24 PM, C. Michael Pilato wrote: > I was originally thinking "off by default", but only because of the > theoretical security implications of being automatically redirected to a URL > (possibly a different machine, etc.) that differs from what you expected. > Maybe I'm o

Re: Callbacks, prompts, etc. for issue 2779

2010-07-29 Thread Stefan Sperling
On Thu, Jul 29, 2010 at 12:09:19PM -0400, C. Michael Pilato wrote: > Fer yer reference: http://subversion.tigris.org/issues/show_bug.cgi?id=2779 > > I've got Subversion on the issue-2779-dev branch able to follow redirects > from the server without user verification, with a hard-coded limit as to

Re: Callbacks, prompts, etc. for issue 2779

2010-07-29 Thread C. Michael Pilato
On 07/29/2010 12:15 PM, Mark Phippard wrote: > On Thu, Jul 29, 2010 at 12:09 PM, C. Michael Pilato > wrote: >> b) If the prompting approach is preferred, what's a reasonable way to do >> this? The notification function cannot serve as a prompt. We could add a >> redirection_callback_func to the

Re: Callbacks, prompts, etc. for issue 2779

2010-07-29 Thread Mark Phippard
On Thu, Jul 29, 2010 at 12:09 PM, C. Michael Pilato wrote: > b) If the prompting approach is preferred, what's a reasonable way to do > this?  The notification function cannot serve as a prompt.  We could add a > redirection_callback_func to the likes of svn_client_update, > svn_client_checkout, s

RE: Requesting a New Feature

2010-07-29 Thread Bob Archer
> On 29.07.2010 16:28, Bob Archer wrote: > >> Sorta kinda. Let's use our own tree as an example. We start > with > >> an empty checkout of the root of our project: > >> > >> $ svn co --depth empty > http://svn.apache.org/repos/asf/subversion > >> \ subversion $ cd subversion > >> > >> Now you dec

Re: Requesting a New Feature

2010-07-29 Thread Stefan Küng
On 29.07.2010 16:28, Bob Archer wrote: Sorta kinda. Let's use our own tree as an example. We start with an empty checkout of the root of our project: $ svn co --depth empty http://svn.apache.org/repos/asf/subversion \ subversion $ cd subversion Now you decide that you want the trunk code for

Callbacks, prompts, etc. for issue 2779

2010-07-29 Thread C. Michael Pilato
Fer yer reference: http://subversion.tigris.org/issues/show_bug.cgi?id=2779 I've got Subversion on the issue-2779-dev branch able to follow redirects from the server without user verification, with a hard-coded limit as to the number of hops to follow before quitting, and with notification to the

RE: Requesting a New Feature

2010-07-29 Thread Bob Archer
> Sorta kinda. Let's use our own tree as an example. We start with > an empty checkout of the root of our project: > > $ svn co --depth empty http://svn.apache.org/repos/asf/subversion > \ > subversion > $ cd subversion > > Now you decide that you want the trunk cod

Re: Requesting a New Feature

2010-07-29 Thread C. Michael Pilato
Sorta kinda. Let's use our own tree as an example. We start with an empty checkout of the root of our project: $ svn co --depth empty http://svn.apache.org/repos/asf/subversion \ subversion $ cd subversion Now you decide that you want the trunk code for our cmdline

Re: svn commit: r980139 - in /subversion/trunk/subversion: include/svn_dirent_uri.h libsvn_subr/dirent_uri.c

2010-07-29 Thread C. Michael Pilato
On 07/28/2010 01:51 PM, julianf...@apache.org wrote: > Author: julianfoad > Date: Wed Jul 28 17:51:10 2010 > New Revision: 980139 > > URL: http://svn.apache.org/viewvc?rev=980139&view=rev > Log: > Rename some function parameters for clarity: where "xxx1" and "xxx2" > represent two paths in a paren

Re: 1.7 Release Plan

2010-07-29 Thread Hyrum K. Wright
On Thu, Jul 29, 2010 at 4:59 AM, Stefan Sperling wrote: > On Wed, Jul 28, 2010 at 09:43:13PM -0500, Hyrum K. Wright wrote: >> On Wed, Jul 28, 2010 at 6:28 PM, Talden wrote: >> >> It looks like we might be fairly close to having on-disk formats >> >> stabilized, and hence rolling alphas.  Prerelea

Re: svn commit: r980427 - in /subversion/trunk/subversion: include/svn_wc.h libsvn_client/patch.c svn/notify.c tests/cmdline/patch_tests.py

2010-07-29 Thread Daniel Näslund
On Thu, Jul 29, 2010 at 02:54:29PM +0200, Stefan Sperling wrote: > On Thu, Jul 29, 2010 at 12:43:56PM -, dan...@apache.org wrote: > > Author: dannas > > Date: Thu Jul 29 12:43:56 2010 > > New Revision: 980427 > > > > URL: http://svn.apache.org/viewvc?rev=980427&view=rev > > Log: > > Make 'svn

Re: svn commit: r980427 - in /subversion/trunk/subversion: include/svn_wc.h libsvn_client/patch.c svn/notify.c tests/cmdline/patch_tests.py

2010-07-29 Thread Stefan Sperling
On Thu, Jul 29, 2010 at 12:43:56PM -, dan...@apache.org wrote: > Author: dannas > Date: Thu Jul 29 12:43:56 2010 > New Revision: 980427 > > URL: http://svn.apache.org/viewvc?rev=980427&view=rev > Log: > Make 'svn patch' do notifications for property hunks. > > We use the same notification act

Re: 1.7 Release Plan

2010-07-29 Thread John Beranek
On 29/07/10 10:59, Stefan Sperling wrote: [snip] > For the platforms mentioned above, I will try to push for 1.7 binaries > during all phases of pre-release testing (alpha, beta, rc). > To encourage wide testing, the plan is to make these available in > conveniently installable form: > - launchpa

Re: 1.7 Release Plan

2010-07-29 Thread Stefan Küng
On Thu, Jul 29, 2010 at 04:43, Hyrum K. Wright wrote: > The project doesn't typically provide binaries, partly because there > are so many different combinations that it's hard to justify which > ones to build and which not too. > > However, providing binaries of these releases may be really usefu

Re: 1.7 Release Plan

2010-07-29 Thread Stefan Sperling
On Wed, Jul 28, 2010 at 09:43:13PM -0500, Hyrum K. Wright wrote: > On Wed, Jul 28, 2010 at 6:28 PM, Talden wrote: > >> It looks like we might be fairly close to having on-disk formats > >> stabilized, and hence rolling alphas.  Prereleases may be fairly > >> prolific, since I want to work the bugs

Re: [PATCH] svn patch --add-to-cl

2010-07-29 Thread Julian Foad
On Wed, 2010-07-28 at 22:40 +0300, Daniel Shahaf wrote: > Julian Foad wrote on Wed, Jul 28, 2010 at 15:38:01 +0100: > > You're talking about a totally new option, one that says "I'd like to > > add all the files affected to a (specified) changelist." > > > > That sounds like it could be a useful f

[patch] hotcopy fails on fsfs.conf that has never been created

2010-07-29 Thread Peter Samuelson
[Stefan Sperling] > So my vote is: leave it as is, but print a more informative error message > suggesting to create the file (so that people don't have to post to > users@ to be instructed to do so), and make svnadmin upgrade create it. I guess the common case is that the source of a hotcopy is

Re: This is fun.

2010-07-29 Thread Stefan Sperling
On Wed, Jul 28, 2010 at 03:22:58PM -0500, Hyrum K. Wright wrote: > Forgive my rambling. > > Over the past few months, I've noticed something: Subversion > development is fun again. I don't know if it's the fact that we're > all working hard on a difficult problem, or that the code is changing > r

Re: GSoC Progress report

2010-07-29 Thread Stefan Sperling
On Wed, Jul 28, 2010 at 10:55:39PM +0300, Daniel Shahaf wrote: > Stefan Sperling wrote on Wed, Jul 28, 2010 at 16:05:49 +0200: > > But there's no harm in making svn patch interpret existing move information > > in git diffs. We can carry out a corresponding copy + delete. > > We won't be generating

Re: Suggestion: Transparent Branching

2010-07-29 Thread Branko Čibej
On 07.07.2010 18:29, Greg Hudson wrote: > On Wed, 2010-07-07 at 11:44 -0400, Marco Jansen wrote: > >> So therefor, what we would like to see is to be able to have a transparent >> branch: One which fetches updates from both branch and trunk, without having >> them listed as changes or triggering

Re: GSoC Progress report

2010-07-29 Thread Branko Čibej
On 28.07.2010 12:06, Daniel Näslund wrote: > * base85 encode binary content > Does git do that? Hmmm ... I'd have used base64 myself, not quite as compact but a lot more existing tools and libraries understand it. -- Brane

Re: GSoC Progress report

2010-07-29 Thread Branko Čibej
On 28.07.2010 21:55, Daniel Shahaf wrote: > Stefan Sperling wrote on Wed, Jul 28, 2010 at 16:05:49 +0200: > >> But there's no harm in making svn patch interpret existing move information >> in git diffs. We can carry out a corresponding copy + delete. >> We won't be generating move git diff head