Previous: Inside, Up: Moving files   [Contents][Index]


7.4.3 ÍúÎò¥Õ¥¡¥¤¥ë¤ò¥³¥Ô¡¼¤¹¤ë

¤³¤ÎÊýË¡¤â¡¢¥ê¥Ý¥¸¥È¥êÃæ¤Î¥Õ¥¡¥¤¥ë¤Î°Üư¤ò´Þ¤ß¤Þ¤¹¡£ ·çÅÀ¤¬Ìµ¤¤Ìõ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¤¬¡¢°ÂÁ´¤Ç¤¹¡£

# ¥ê¥Ý¥¸¥È¥êÃæ¤Î RCS ¥Õ¥¡¥¤¥ë¤ò¥³¥Ô¡¼¤¹¤ë
$ cd $CVSROOT/dir
$ cp old,v new,v
# °ÊÁ°¤Î¥Õ¥¡¥¤¥ë¤òºï½ü¤¹¤ë
$ cd ~/dir
$ rm old
$ cvs remove old
$ cvs commit old
# new ¤ÎÁ´¤Æ¤Î¥¿¥°¤òºï½ü¤¹¤ë
$ cvs update new
$ cvs log new             # »Þ¤Ç¤Ê¤¤¥¿¥°Ì¾¤ò»×¤¤½Ð¤¹
$ cvs tag -d tag1 new
$ cvs tag -d tag2 new

¥¿¥°¤òºï½ü¤¹¤ë¤³¤È¤Ç¡¢ °ÊÁ°¤Î¥ê¥Ó¥¸¥ç¥ó¤òÉü¸µ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£

ÍøÅÀ:

·çÅÀ: