初めてのシステムと日記

システムも日記も初めてです。

swicth

作業コピーを別のブランチに変更する。

$ svn info | grep URL
URL: http://svn.example.com/hogehoge/trunk

$ svn switch http://svn.example.com/hogehoge/branches/my-branch
U   integer.c
U   button.c
U   Makefile
Updated to revision 341.

$ svn info | grep URL
URL: http://svn.example.com/hogehoge/branches/my-branch