RE: Queries about SVN (Security related)

2011-11-27 Thread Daniel Shahaf
Does mod_dav_svn expose the FS API for "open txn and edit it"? If so, how does it ensure that the txn it modifies hasn't been passed to a pre-commit hook already? [ asking in the hope that someone knows the answer; if no one answers and I can't find it myself I'll follow up on dev@ ] On Monday,

RE: Queries about SVN (Security related)

2011-11-27 Thread Daniel Shahaf
I haven't read the thread but I'd like to clarify one thing: a pre- commit hook sees the transaction (ie, candidate revision) as it will exist once committed. It sees exactly what is deleted and what is modified. And it can accept or reject it on that basis. On Monday, November 28, 2011 11:47 AM

RE: Queries about SVN (Security related)

2011-11-27 Thread Jerryleen S
Dear Niko, Cooke, Thanks for the suggestions, will try putting forward this ideas to management. Hoping for the best. Thanks and Regards, Jerryleen S Project Coordinator, PRDC -Original Message- From: Nico Kadel-Garcia [mailto:nka...@gmail.com] Sent: Friday, November 25, 2011 9:18

Re: svn patch seems to mangle some properties, specifically svn:eol-style

2011-11-27 Thread Stefan Sperling
On Sat, Nov 26, 2011 at 09:17:44AM +0200, Daniel Shahaf wrote: > Looks like it's a known issue, see > > 3430 @XFail() > 3431 @Issue(3814) > 3432 def patch_set_prop_no_eol(sbox): > 3433 "patch doesn't append newline to properties" Fixed and nominated for backport to 1.7.2. > 3618 @XFail() > 361