[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

reopening directories in the commit editor

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-03-28 18:47:24 CEST

Is the following sequence valid when driving a commit editor:

   open_root
   add_directory "zig"
   close_directory "zig"
   open_directory "zig"

i.e. reopening a directory already added in the transaction. I ask
because it works over ra_local and ra_svn but fails over ra_dav with
the error

../svn/subversion/libsvn_ra_dav/util.c:780: (apr_err=175007)
svn: PROPFIND request failed on '/tests/repo/!svn/bc/5/zig'
../svn/subversion/libsvn_ra_dav/util.c:728: (apr_err=175007)
svn: '/tests/repo/!svn/bc/5/zig' path not found

If I use svnlook to examine the transaction the directory "zig" is
present.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 28 18:48:39 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.