On 25 Feb 2010, at 23:18, Stefan Sperling wrote: > On Thu, Feb 25, 2010 at 10:30:18PM +0000, Barry Scott wrote: >> I starting to see failures to commit because of tree conflicts. >> >> svn status does not seem to show tree conflicts. > > It sure does. See examples here: > http://svnbook.red-bean.com/nightly/en/svn.tour.treeconflicts.html
We notice tree conflict after folder moves. Not seen one for a file move yet. This example only about file issues not folder issues. > >> Did I miss the way to find the tree conflicts? > > Not sure. What commands are you running and what output are you seeing? svn st -q and the output is blank. (I ran svn st -q after pysvn workbench failed to show anything problems.) I guess I'm going to have to create a test script for this given you expect this to work. Barry