Created
June 26, 2012 03:26
-
-
Save hidsh/2993084 to your computer and use it in GitHub Desktop.
svn repos w/o server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
memo: svn repos w/o server | |
リポを作る | |
----------------------------------------------------------------------- | |
1. 管理したいプロジェクトのフォルダをここに作る。 | |
e.g. \\{NAS}\hv_ap\10_user\shishido\__my_svn_repo__\test とか | |
^^^^ | |
2. 下のような構成にする | |
__my_svn_repo__ | |
| | |
+-- test | |
+--- trunk | |
+--- branches | |
+--- tags | |
2. 2で作った trunk フォルダに入り、右クリックして TortoiseSVN / Create repository here | |
3. 管理したいプロジェクトのフォルダを右クリックして TortoiseSVN / Import... | |
e.g. file://{NAS}\hv_ap\10_user\shishido\__my_svn_repo__\test\trunc | |
^^^^ | |
チェックアウト | |
----------------------------------------------------------------------- | |
1. チェックアウトしたい場所にエクスプローラで移動し、右クリックして、SVN Checkout... | |
2. ダイアログを | |
URL of repository: | |
file://{NAS}\hv_ap\10_user\shishido\__my_svn_repo__\test\trunc | |
^^^^ | |
Checkout directory: | |
C:\test | |
^^^^ | |
としてOK。(上記はCドライブのルートにチェックアウトする場合の例) | |
コミット | |
----------------------------------------------------------------------- | |
1. コミットしたいプロジェクトのトップフォルダで右クリックして、SVN Commit... | |
2. | |
タグ付け | |
----------------------------------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment