Hi, I work on both Linux and PC. On Linux, we use subversion and there is no any problem. On PC, I use TortoiseSVN. There is a big sub-dir within our whole tree and it always causes problem when I run svn update. The update went for a while, then I hit this error message:
svn: E235000: In file 'D:\Development\SVN\Releases\TortoiseSVN-1.7.1\ext\subversion\subversion\libsvn_wc\update_editor.c' line 1582: asserti on failed (action == svn_wc_conflict_action_edit || action == svn_wc_conflict_action_delete || action == svn_wc_conflict_action_replace) Then the whole tree is locked. Other directories within the tree, parallel to this one, do not have such problem. I am wondering if this directory is tooo big and hit some limits of the TortoiseSVN program. How can I solve this problem so that I can update smoothly on PC? Thank you very much.