SVN Endless Loop - [file] “does not exist in repository”

前端 未结 3 1663
予麋鹿
予麋鹿 2021-02-18 23:08

This has been plaguing me for a week.

SVN keeps telling me that a certain file \"does not exist in repository\".

Fine. Let\'s just delete it. Forg

3条回答
  •  臣服心动
    2021-02-18 23:29

    I had faced a similar problem wherein i had a folder, for example "FolderA" which consistently shows in svn update even though I had deleted it. It would not even show in the folder list but svn would still recognise it as if it exists.

    I followed below steps:

    1.Create same folder name for which svn was giving error in the same file location
    2.Added it to svn checkout. Since it gave conflict errors, i resolved it using the svn option to resolve.
    3.Deleted the folder and committed my svn.

    Error was resolved

提交回复
热议问题