티스토리 뷰

NixLog

Setting up a subversion repository

135th 2017. 1. 25. 18:27

#Server setup is simple. It assumes that (1) you are working on a linux commandline, and that (2) you will use your linux account to commit and update from the repository.

su

svnadmin create /path/to/your/Repository

#Client

svn co svn+ssh://127.0.0.1/path/to/your/Repository

cd Repository

svn mkdir trunk branches tags

svn ci -m "First commit"

댓글