> -----Original Message----- > From: Greg Stein [mailto:gst...@gmail.com] > Sent: dinsdag 12 april 2011 4:41 > To: dev@subversion.apache.org > Subject: Re: svn commit: r1091262 - > /subversion/trunk/subversion/libsvn_wc/wc_db.c > > Woah. When did svn_sqlite__prepare arrive? > > I'm basically -1 on that. > > The whole idea behind static statements was to avoid SQL injection attacks. > Allowing the *code* to construct statements opens us up.
+1 on that '-1' You are looking at changelists as a way to learn how to move operations into wc_db properly, but just like that temp table for notifications I don't see this as the way to go forward. I really don't see why users want to add thousands of nodes to changelists while we still don't support changelists on directories. And if it is just a handful of nodes the old code worked fine. Once we start building svn stash, etc. things will be different... But that is way out of scope for 1.7. I think this time can be spend in a better way by documenting how changelists should behave on directories and then enabling that. That would be a truly useful feature. (And it should be a lot easier than in 1.5 when we didn't have an op_root concept..) Bert