RE: svn commit: r931162 - in /subversion/trunk: ./ subversion/libsvn_diff/parse-diff.c subversion/tests/cmdline/patch_tests.py

2010-04-08 Thread Bert Huijben
> -Original Message- > From: s...@apache.org [mailto:s...@apache.org] > Sent: dinsdag 6 april 2010 16:20 > To: comm...@subversion.apache.org > Subject: svn commit: r931162 - in /subversion/trunk: ./ > subversion/libsvn_diff/parse-diff.c subversion/tests/cmdline/patch_tests.py > > Author:

FW: svn commit: r931738 - in /subversion/trunk/subversion/tests/cmdline: diff_tests.py merge_tests.py

2010-04-08 Thread Bert Huijben
> -Original Message- > From: gst...@apache.org [mailto:gst...@apache.org] > Sent: donderdag 8 april 2010 2:28 > To: comm...@subversion.apache.org > Subject: svn commit: r931738 - in > /subversion/trunk/subversion/tests/cmdline: diff_tests.py merge_tests.py > > Author: gstein > Date: Thu

Re: wc-ng base/working nodes in a copied tree

2010-04-08 Thread Philip Martin
Greg Stein writes: > Okay. So I guess we continue to mark that as sched-delete. sched-delete is what we can do in 1.6, but it's not perfect. This is not a normal delete by the user it's more of an internal Subversion delete. One of the big differences is that the user cannot revert the delete,

Re: svn commit: r931798 - /subversion/trunk/subversion/libsvn_wc/update_editor.c

2010-04-08 Thread Julian Foad
gst...@apache.org wrote: > Author: gstein > Date: Thu Apr 8 07:11:58 2010 > New Revision: 931798 > Modified: subversion/trunk/subversion/libsvn_wc/update_editor.c > URL: > http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/update_editor.c?rev=931798&r1=931797&r2=931798&view=diff

Re: svn commit: r931798 - /subversion/trunk/subversion/libsvn_wc/update_editor.c

2010-04-08 Thread Julian Foad
I (Julian Foad) wrote: > gst...@apache.org wrote: > > Author: gstein > > Date: Thu Apr 8 07:11:58 2010 > > New Revision: 931798 > > > Modified: subversion/trunk/subversion/libsvn_wc/update_editor.c > > URL: > > http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/update_editor.c?re

Re: Subversion Vision and Roadmap Proposal

2010-04-08 Thread Johan Corveleyn
A bit late perhaps, but also from me a big +1 to this vision and roadmap proposal. There are some minor points which can be discussed of course (as always), but overall I think it's a very good plan. I especially applaud the initiative itself to spend some time for this, taking a step back, lookin

[PATCH] Fix for issue 2753 "SVNListParentPath feature doesn't work when svn authz is used."

2010-04-08 Thread Kamesh Jayachandran
Hi All, Attached patch fixes issue 2753. Quick description of 2753. DAV svn SVNParentPath /repositories AuthType Basic AuthName "My SVN" AuthUserFile /etc/httpd/conf.d/users allow from all AuthzSVNAccessFile /etc/httpd/conf.d/svn_access_file With the above configuration 'wget h

Re: svn commit: r931918 - /subversion/trunk/subversion/libsvn_client/merge.c

2010-04-08 Thread Hyrum Wright
And with this change, there are no more adm_access_t's in libsvn_client. Yay! On Thu, Apr 8, 2010 at 7:56 AM, philip wrote: > Author: philip > Date: Thu Apr 8 12:56:16 2010 > New Revision: 931918 > > URL: http://svn.apache.org/viewvc?rev=931918&view=rev > Log: > Remove an access baton from clie

Re: [PATCH] Fix for issue 2753 "SVNListParentPath feature doesn't work when svn authz is used."

2010-04-08 Thread Philip Martin
Kamesh Jayachandran writes: > [issue2753] Fix issue 2753. Let me see if I understand: The issue is that when SVNListParentPath and AuthzSVNAccessFile are configured then GET requests for the parent path get passed through the authz stuff. This is a bug because the authz file doesn't control par

Re: svn commit: r931798 - /subversion/trunk/subversion/libsvn_wc/update_editor.c

2010-04-08 Thread Greg Stein
On Thu, Apr 8, 2010 at 07:34, Julian Foad wrote: > I (Julian Foad) wrote: >> gst...@apache.org wrote: >> > Author: gstein >> > Date: Thu Apr  8 07:11:58 2010 >> > New Revision: 931798 >> >> > Modified: subversion/trunk/subversion/libsvn_wc/update_editor.c >> > URL: >> > http://svn.apache.org/view

Re: svn commit: r931918 - /subversion/trunk/subversion/libsvn_client/merge.c

2010-04-08 Thread Greg Stein
On Thu, Apr 8, 2010 at 08:56, wrote: >... > +++ subversion/trunk/subversion/libsvn_client/merge.c Thu Apr  8 12:56:16 2010 >... > @@ -9540,47 +9539,44 @@ svn_client_merge_reintegrate(const char >   svn_boolean_t use_sleep = FALSE; >   svn_error_t *err; >   struct get_subtree_mergeinfo_walk_baton

Re: wc-ng base/working nodes in a copied tree

2010-04-08 Thread Greg Stein
On Thu, Apr 8, 2010 at 05:53, Philip Martin wrote: > Greg Stein writes: > >> Okay. So I guess we continue to mark that as sched-delete. > > sched-delete is what we can do in 1.6, but it's not perfect.  This is > not a normal delete by the user it's more of an internal Subversion > delete.  One of

Re: svn commit: r931559 - in /subversion/trunk/subversion: include/svn_fs.h libsvn_fs_base/fs.c libsvn_fs_fs/fs_fs.c svnadmin/main.c

2010-04-08 Thread C. Michael Pilato
Greg Stein wrote: > On Wed, Apr 7, 2010 at 10:08, wrote: >> Author: cmpilato >> Date: Wed Apr 7 14:08:12 2010 >> New Revision: 931559 >> >> URL: http://svn.apache.org/viewvc?rev=931559&view=rev >> Log: >> Add a --pre-1.7-compatible option to 'svnadmin create', with support >> for such in the rep

Re: svn commit: r919416 - in /subversion/trunk/subversion: include/private/ libsvn_client/ libsvn_wc/ tests/cmdline/

2010-04-08 Thread C. Michael Pilato
Greg Stein wrote: > I'm investigating some problems around file externals, and ran into > this revision. Greg, I've had plenty of time to look into file externals, too, so if you wanna compare notes... -- C. Michael Pilato CollabNet <> www.collab.net <> Distributed Development On Demand

RE: [PATCH] Fix for issue 2753 "SVNListParentPath feature doesn't work when svn authz is used."

2010-04-08 Thread Kamesh Jayachandran
Thanks for the review Philip. >Let me see if I understand: The issue is that when SVNListParentPath >and AuthzSVNAccessFile are configured then GET requests for the parent >path get passed through the authz stuff. This is a bug because the >authz file doesn't control parent path. >Your patch re

Re: Properties (was Re: Subversion Vision and Roadmap Proposal)

2010-04-08 Thread Martin Hauner
Hi, On 06.04.10 00:01, Stefan Sperling wrote: On Mon, Apr 05, 2010 at 07:28:57PM +0200, Martin Hauner wrote: [..] With svn:mergeinfo I have to update after each commit because its on my root folder and always is out of date on the next commit. The out-of-dateness really comes from the mixed-r

Re: Properties (was Re: Subversion Vision and Roadmap Proposal)

2010-04-08 Thread C. Michael Pilato
Martin Hauner wrote: > Hi, > > On 06.04.10 00:01, Stefan Sperling wrote: >> On Mon, Apr 05, 2010 at 07:28:57PM +0200, Martin Hauner wrote: >>> [..] >>> With svn:mergeinfo I have to update after each commit because its on >>> my root folder and always is out of date on the next commit. >> >> The ou

Re: Subversion Vision and Roadmap Proposal

2010-04-08 Thread Adams, Julian
Hey - +1! I'm a game developer. I don't claim to have more insight that you guys do, but reading about the Subversion vision on LWN prompted me to post to the comment, but really I should echo that here. There is a case for centralized RCS, and I think it becomes stronger as repositories scale

Re: Properties (was Re: Subversion Vision and Roadmap Proposal)

2010-04-08 Thread Greg Stein
On Thu, Apr 8, 2010 at 15:35, C. Michael Pilato wrote: > Martin Hauner wrote: >> Hi, >> >> On 06.04.10 00:01, Stefan Sperling wrote: >>> On Mon, Apr 05, 2010 at 07:28:57PM +0200, Martin Hauner wrote: [..] With svn:mergeinfo I have to update after each commit because its on my root f

deprecate all of svn_wc.h ?

2010-04-08 Thread Greg Stein
Hey all, It has come up a few times on IRC discussions: "we should never have exposed libsvn_wc, just libsvn_client". Well, we've already exposed it, so we need to at least keep that stuff around. But moving forward... should new functions continue to be exposed? Or should all new functions go in

Growing developer community (was Subversion Vision and Roadmap Proposal)

2010-04-08 Thread Johan Corveleyn
On Fri, Apr 2, 2010 at 5:28 PM, C. Michael Pilato wrote: [...] > COMMUNITY > [...] > > But communication alone isn't enough.  We need to find ways to grow our > developer community itself.  Attendance at the recent Subversion Corporation > Annual Members Meeting was low (by design and recommendati

svnlook_tests.py 12 failing on trunk and 1.6.x over ra_serf and ra_neon

2010-04-08 Thread Paul Burba
As I mentioned in IRC earlier this week, svnlook_tests.py 12 was failing for me on Windows over ra_neon and ra_serf (svnlook_tests.py 11 on the 1.6.x branch). The test failed when the python pre-commit hook failed to write the output of 'svnlook -t' to a temporary file. Thing is, breaking a debug

Re: Subversion Vision and Roadmap Proposal

2010-04-08 Thread Tim Starling
C. Michael Pilato wrote: > We need to find a way to embrace and > empower would-be Subversion contributors. You could start by replying to their mailing list posts. Just a thought. -- Tim Starling

Re: Subversion Vision and Roadmap Proposal

2010-04-08 Thread Greg Stein
On Thu, Apr 8, 2010 at 22:55, Tim Starling wrote: > C. Michael Pilato wrote: >> We need to find a way to embrace and >> empower would-be Subversion contributors. > > You could start by replying to their mailing list posts. Just a thought. Well aware of that, and snarky behavior won't really endea

Re: svnlook_tests.py 12 failing on trunk and 1.6.x over ra_serf and ra_neon

2010-04-08 Thread Greg Stein
What? I thought svnlook was purely a server-side tool. What does the RA layer have to do with it? On Thu, Apr 8, 2010 at 21:34, Paul Burba wrote: > As I mentioned in IRC earlier this week, svnlook_tests.py 12 was > failing for me on Windows over ra_neon and ra_serf (svnlook_tests.py > 11 on the 1