Subversion 1.6.9: update and status fails on versioned obstruction.

2010-04-02 Thread Alexander Kitaev
Hello, Attached script demonstrates the problem. Relocating part of the working copy (to use another protocol, i.e. https instead of https) creates a versioned obstruction (disjoint working copy in place of versioned directory). When opening this working copy, Subversion however descends int

Re: svn commit: r930162 - in /subversion/trunk/subversion/libsvn_wc: adm_ops.c entries.c entries.h log.c log.h merge.c update_editor.c

2010-04-02 Thread Greg Stein
Update: I have found a problem in our old entries-mapping code which incorrectly handles inherited copyfrom information. I believe that I've fixed that problem, but some other problems have rippled out from there. Will work more on it later... On Fri, Apr 2, 2010 at 15:14, Greg Stein wrote: > FY

Re: 1.6.10 up for testing/signing

2010-04-02 Thread Paul Burba
On Wed, Mar 31, 2010 at 4:29 PM, Hyrum K. Wright wrote: > On Wed, Mar 31, 2010 at 1:01 PM, Hyrum K. Wright < > hyrum_wri...@mail.utexas.edu> wrote: > >> 1.6.10 tarballs are up, the magic revision is r929659: >> >> http://orac.ece.utexas.edu/pub/svn/1.6.10/ >> >> Download, test, sign and send your

Re: 1.6.10 up for testing/signing - merge tests failing

2010-04-02 Thread C. Michael Pilato
C. Michael Pilato wrote: > OVER NEON: > > PASS: merge_tests.py 45: target inherits mergeinfo from nearest ancestor > PASS: merge_tests.py 77: subtrees added after start of merge range are ok > PASS: merge_tests.py 79: merge --reintegrate with renamed file on branch > PASS: merge_tests.py 124:

Re: regarding the Subversion Vision and Roadmap Proposal

2010-04-02 Thread Hyrum K. Wright
[ copying dev@, where we should probably continue this discussion ] On Fri, Apr 2, 2010 at 1:51 PM, Bob Archer wrote: > I just read this and had a few questions. I'm not sure if this list or > the dev list is more appropriate. > > I think this was somewhat addressed in the posting but my questi

Re: svn commit: r930162 - in /subversion/trunk/subversion/libsvn_wc: adm_ops.c entries.c entries.h log.c log.h merge.c update_editor.c

2010-04-02 Thread Greg Stein
FYI: After applying Bert's r930281 fix, this revision still breaks merge tests 34 and 134. Investigating... On Fri, Apr 2, 2010 at 00:53, wrote: > Author: gstein > Date: Fri Apr  2 04:53:22 2010 > New Revision: 930162 > > URL: http://svn.apache.org/viewvc?rev=930162&view=rev > Log: > Remove EN

Re: Fwd: Building for Win32 - tests fail

2010-04-02 Thread Philip Martin
David Darj writes: > Now all is fine. Since you now know what is wrong and what works, would you like to prepare a patch to fix INSTALL? -- Philip

Re: 1.6.10 up for testing/signing - merge tests failing

2010-04-02 Thread C. Michael Pilato
Paul Burba wrote: > On Thu, Apr 1, 2010 at 8:52 AM, Paul Burba wrote: >> On Thu, Apr 1, 2010 at 8:08 AM, Paul Burba wrote: >>> On Thu, Apr 1, 2010 at 7:40 AM, Julian Foad >>> wrote: On Thu, 2010-04-01 at 11:43 +0100, Julian Foad wrote: > On Wed, 2010-03-31 at 13:01 -0600, Hyrum K. Wrig

Re: 1.6.10 up for testing/signing - merge tests failing

2010-04-02 Thread Paul Burba
On Thu, Apr 1, 2010 at 6:07 PM, Paul Burba wrote: > On Thu, Apr 1, 2010 at 9:50 AM, Philip Martin > wrote: >> Philip Martin writes: >> >>> Paul Burba writes: >>> > My bad, I didn't pass --url!  I was still half asleep when I did that. >  The tests pass for me over ra_neon, but all excep

Subversion Vision and Roadmap Proposal

2010-04-02 Thread C. Michael Pilato
Last week, five of Subversion's developers -- myself, Hyrum Wright (who helped me author this lengthy mail), Greg Stein, Stefan Sperling, and Karl Fogel ("we", henceforth) -- met in New York City to evaluate Subversion's current trajectory as a project and to jointly develop suggestions for any cou

Re: Fwd: Building for Win32 - tests fail

2010-04-02 Thread David Darj
On 2010-04-02 14:59, David Darj wrote: On 2010-04-02 13:03, Philip Martin wrote: David Darj writes: Do I need to do some additional setup for authorization in Apache other then configure for mod_dav_svn and mod_authz_svn as stated in INSTALL section E.6 ? That appears to be out-of-date, try

Re: Fwd: Building for Win32 - tests fail

2010-04-02 Thread David Darj
On 2010-04-02 13:03, Philip Martin wrote: David Darj writes: Do I need to do some additional setup for authorization in Apache other then configure for mod_dav_svn and mod_authz_svn as stated in INSTALL section E.6 ? That appears to be out-of-date, try http://svn.apache.org/repos/a

Re: [PATCH] v4 Fix svnversion message as follow-up to r922176

2010-04-02 Thread Stefan Sperling
On Fri, Apr 02, 2010 at 11:06:32AM +0200, Daniel Näslund wrote: > gstein pointed out that I should use SVN_IS_VALID_REVNUM(). Fixed! > @@ -290,6 +290,16 @@ main(int argc, const char *argv[]) >return EXIT_FAILURE; > } > > + if (SVN_IS_VALID_REVNUM(res->min_rev)) Doesn't this revers

Re: Fwd: Building for Win32 - tests fail

2010-04-02 Thread Philip Martin
David Darj writes: > Do I need to do some additional setup for authorization in Apache > other then configure for mod_dav_svn > and mod_authz_svn as stated in INSTALL section E.6 ? That appears to be out-of-date, try http://svn.apache.org/repos/asf/subversion/trunk/subversion/tests/cmdline/READ

Re: Fwd: Building for Win32 - tests fail

2010-04-02 Thread David Darj
On 2010-04-02 10:16, David Darj wrote: On 2010-03-31 10:12, Julian Foad wrote: David Darj wrote: [...] But when running against http:// I get 22 tests SKIPPED 25 tests XFAILED 74 tests FAILED (list below) 1 tests XPASSED Searching for some of them didn't give me any clues. M

Re: [PATCH] v4 Fix svnversion message as follow-up to r922176

2010-04-02 Thread Daniel Näslund
We're running out of patch versions here ... gstein pointed out that I should use SVN_IS_VALID_REVNUM(). Fixed! On Fri, Apr 02, 2010 at 10:59:15AM +0200, Daniel Näslund wrote: > Mispelled Uncommitted with one 't'. This patch corrects that. > > On Fri, Apr 02, 2010 at 10:36:53AM +0200, Daniel Näs

Re: [PATCH] v2 Fix svnversion message as follow-up to r922176

2010-04-02 Thread Daniel Näslund
Mispelled Uncommitted with one 't'. This patch corrects that. On Fri, Apr 02, 2010 at 10:36:53AM +0200, Daniel Näslund wrote: > On Tue, Mar 30, 2010 at 11:04:13PM +0200, Stefan Sperling wrote: > > On Tue, Mar 30, 2010 at 10:14:42PM +0200, Daniel Näslund wrote: > > > Ping! This patch has not been r

Re: [PATCH] v2. Follow-up to r922176

2010-04-02 Thread Daniel Näslund
On Fri, Apr 02, 2010 at 10:22:56AM +0200, Daniel Näslund wrote: > Hi Julian! > > On Wed, Mar 31, 2010 at 10:19:10AM +0100, Julian Foad wrote: > > On Tue, 2010-03-30, Daniel Näslund wrote: > > > Ping! This patch has not been revieved > > > > [...] > > > > [[[ > > > > Follow-up to r922176. Fix that

[PATCH] v2 Fix svnversion message as follow-up to r922176

2010-04-02 Thread Daniel Näslund
On Tue, Mar 30, 2010 at 11:04:13PM +0200, Stefan Sperling wrote: > On Tue, Mar 30, 2010 at 10:14:42PM +0200, Daniel Näslund wrote: > > Ping! This patch has not been reviewed! > > > > On Sun, Mar 14, 2010 at 09:38:15PM +0100, Daniel Näslund wrote: > > > Hi! > > > > > > The 1.6 svnversion message w

[PATCH] v2. Follow-up to r922176

2010-04-02 Thread Daniel Näslund
Hi Julian! On Wed, Mar 31, 2010 at 10:19:10AM +0100, Julian Foad wrote: > On Tue, 2010-03-30, Daniel Näslund wrote: > > Ping! This patch has not been revieved > > [...] > > > [[[ > > > Follow-up to r922176. Fix that tree changes were not considered when > > > determining if the wc has modificatio

Re: Fwd: Building for Win32 - tests fail

2010-04-02 Thread David Darj
On 2010-03-31 10:12, Julian Foad wrote: David Darj wrote: [...] But when running against http:// I get 22 tests SKIPPED 25 tests XFAILED 74 tests FAILED (list below) 1 tests XPASSED Searching for some of them didn't give me any clues. My environment: WindowsXP MCE, fully