Obstructed folders in Subversion

前端 未结 17 1245
南方客
南方客 2020-12-12 15:12

What the heck does \"obstructed\" mean when you try to check into Subversion? I see two folders in red with text status of \"obstructed.\" I don\'t see what this means anywh

17条回答
  •  既然无缘
    2020-12-12 15:57

    This means that, for some reason, a conflict has occurred during the operation. Check to see if there is an existing unversioned file or folder with the same name as a versioned one.

    (Paraphrased from the Tortoise SVN client help file)

提交回复
热议问题