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

前端 未结 2 1807
逝去的感伤
逝去的感伤 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.

提交回复
热议问题