RE: [PATCH] Rough cut at update-move support for properties

2012-12-08 Thread Bert Huijben
You don't need a wq item to just update the db. Wq items are to keep the wc and db synchronized. To keep the db itself synchronized we have sqlite transactions Bert Huijben (Cell phone) From: Julian Foad Sent: 8-12-2012 2:18 To: Subversion Development Cc: Ben Reser; Philip Martin Subject: Re: [PAT

Re: [PATCH] Rough cut at update-move support for properties

2012-12-08 Thread Stefan Sperling
On Sat, Dec 08, 2012 at 12:20:22AM -0800, Bert Huijben wrote: > You don't need a wq item to just update the db. Wq items are to keep > the wc and db synchronized. To keep the db itself synchronized we have > sqlite transactions Duh, of course! Thanks for the cluebat, Bert. So, Julian, your patch

backport.pl += 'merge --accept=%s' arguments

2012-12-08 Thread Daniel Shahaf
This is a patch to parse "Accept:" directives in STATUS, e.g., [[[ * r42 Some text. Accept: theirs-conflict Votes: +1: jrandom ]]] It's not tested yet, hence sending it to dev@ and not commits@. (Basically, putting it here while waiting for an STATUS entry to try the code on.) Tha

RE: svn commit: r1418753 - /subversion/branches/1.7.x/STATUS

2012-12-08 Thread Bert Huijben
Maybe you should remove the entire nomination? (I left my +1 as I expected to see a fix soon) Bert Sent from Windows Mail *From:* danie...@apache.org *Sent:* December 8, 2012 10:00 PM *To:* comm...@subversion.apache.org *Subject:* svn commit: r1418753 - /subversion/branches/1.7.x/STATUS Author

enforcing LF-normalization for svn:eol-style=native files (issue #4065)

2012-12-08 Thread Johan Corveleyn
Last week a colleague managed to commit a non-LF-normalized svn:eol-style=native file in our repository again. As explained in issue #4065 [1], this causes all kinds of problems. I suspect there might be a bug in SVNKit, some edge-case where it doesn't correctly translate the to-be-committed files

Re: [PATCH] Missing Binding for svn_checksum_t

2012-12-08 Thread Shivani Poddar
Based on the reviews for the earlier PATCH for the svn_checksum.h header's python binding i have incorporated the required changes and finally have shaped the earlier patch. Please find the new patch file attached. log message: *subversion/bindings/swig/core.i: pulled in header svn_checksum.h *