Subversion タグ/ブランチ Subversionにおいてはコピー操作。 タグ/ブランチにあまり区別はない。 バージョン管理システムを使っていなかった時に近い。 % svn copy file://svn/repos/trunk/hello file:///svn/repos/tags/hello-1.0 --This line, and those below, will be ignored-- A file:///svn/repos/tags/hello-1.0 Committed revision 15. % svn ls -R file:///svn/repos/ branches/ tags/ tags/hello-1.0/ tags/hello-1.0/hello.c trunk/ trunk/hello/ trunk/hello/hello.c