# ローカルフォルダー作成
mkdir -p ~/svn/repos
cd ~/svn/repos/

# リポジトリ作成
svnadmin create android

# テンポラリ移動
cd ~/temp
svn co file:///home/[user_name]/svn/repos/android/ android
cd android/
# フォルダー追加
svn mkdir trunk branches tags
# チェックイン
svn commit -m "first commit"
cd ..
# 一時フォルダ削除
rm -fr android/

Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)

© 2024 Falco Tech Blog Suffusion theme by Sayontan Sinha