Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はXCode4.3を使用しており、SVNと統合しています。XCodeから特定のコードにタグを付けるにはどうすればよいですか。
トランクコード全体をコピーしてTagsフォルダにタグ付けしたいと思います。私はこれをXCode3.2.6で行っていました。
私はこれと同じ問題に遭遇しました、そして私はちょうどコマンドラインを使うことになりました、十分に簡単です:
svn copy <svn root path>/trunk <svn root path>/tags/<new tag>