Folder is not under version control and is not part of the commit

前端 未结 2 1816
逝去的感伤
逝去的感伤 2021-01-13 11:19

I\'m developing an iOS app with XCode 4.2 and latest SDK.

I have added to my project a folder with several files. This folder is a real folder in Finder.

Whe

2条回答
  •  深忆病人
    2021-01-13 11:46

    You need to do:

    cd /Users/User1/Fuentes/iPhone/Desarrollos/TurismoCR2/TurismoCR2
    

    then:

    svn add Descripciones/
    

提交回复
热议问题