SVN - Skipped paths

后端 未结 11 1052
轻奢々
轻奢々 2020-12-15 16:01

I received this message when I ran a SVN UP:

Skipped \'trunk/scripts/accountability_survey_report.php\'
At revision 1585.
Summary of conflicts:
  Skipped pat         


        
11条回答
  •  既然无缘
    2020-12-15 16:33

    I've seen the "Skipped paths" message when I've done a previous merge on the working copy and then reverted it. Then the file is added in the first merge but not deleted when you revert the working copy, the second merge tries to add the file but skips because the file already exists.

提交回复
热议问题