jasmine214--love

          只有當你的內心總是充滿快樂、美好的愿望和寧靜時,你才能擁有強壯的體魄和明朗、快樂或者寧靜的面容。
          posts - 731, comments - 60, trackbacks - 0, articles - 0
          Error: 155005 (Working copy not locked; this is probably a bug, please report) Description: Commit failed (details follow):

          It looks to me like Xcode is trying to check in your build directory, but it's either not under version control, or the previously version-controlled build directory got blown away, along with its .svn directory.

          The easiest way to deal with this is to not put your build directory under version control. Since you should be able to recreate it with a simple re-compile, it's unnecessary anyway.

          I do it in the global-ignores section of my computer's Subversion configuration file. That file's located at ~/.subversion/config on your system. Open it up with a text editor and look for this section headed with "miscellany". Assuming that you've not already edited that file, that section will look like this:

          ### Section for configuring miscelleneous Subversion options.
          [miscellany]
          ### Set global-ignores to a set of whitespace-delimited globs
          ### which Subversion will ignore in its 'status' output, and
          ### while importing or adding files and directories.
          # global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store


          You can either uncomment the "global-ignores" line (remove the "#" from the front) and add to it or (like I do) just create a new one just before the one that's there:

          global-ignores = build *.mode1 *.pbxuser *~.nib .DS_Store *~


          That makes Subversion ignore the build directory entirely, along with a couple of other files that don't need to be under version control. I'm not entirely sure of what will happen once you add this to the config file, though, so you may have to check out your project again. At that point, though, it should be ignoring your build folder.

          Note that "mode1" is "mode-one", not the word "model". In other words, the last character is the number "1".
          主站蜘蛛池模板: 津南区| 铅山县| 潜江市| 漾濞| 玛多县| 德令哈市| 金湖县| 咸宁市| 年辖:市辖区| 太湖县| 石首市| 确山县| 比如县| 罗定市| 聊城市| 平潭县| 定兴县| 凤山市| 赫章县| 东乡县| 黎城县| 弥勒县| 吉水县| 津南区| 巨野县| 门头沟区| 蕉岭县| 乌什县| 灌云县| 合江县| 哈密市| 兴化市| 高青县| 岳阳市| 临潭县| 阿克陶县| 海兴县| 宣化县| 晋州市| 汽车| 宁河县|