On 09.02.2011 18:54, phi...@apache.org wrote: > Author: philip > Date: Wed Feb 9 17:54:02 2011 > New Revision: 1069001 > > URL: http://svn.apache.org/viewvc?rev=1069001&view=rev > Log: > The new revert is non-recursive in the database so remove the depth > parameter. Allow actual-only revert. > > * subversion/libsvn_wc/wc_db.c > (svn_wc__db_op_revert): Remove depth parameter, allow actual-only revert.
Does this mean that, if you want to recursively revert a large working copy, you'll have to use one sqlite query per changed file? -- Brane