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

前端 未结 2 1808
逝去的感伤
逝去的感伤 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:45

    Try this:

    step 1: svn ci

    step 2: Then vim or vi will be automatically offered by the svn (with svn diff file name) then type the required string or massage and save it.

    Done.

    0 讨论(0)
  • 2021-01-13 11:46

    You need to do:

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

    then:

    svn add Descripciones/
    
    0 讨论(0)
提交回复
热议问题