Subversion Post Commit Hook

1. Create post-commit hook [codesyntax lang="bash" lines="no" container="pre" tab_width="4"] $ cd /data/svndata/hooks $ cp post-commit.tmpl post-commit $ chown kim:kim post-commit $ chmod a+x post-com… Continue reading
Posted in SVN| Tagged | 2 Comments

Subversion on Ubuntu Server

1. Environment Ubuntu Server 10.10 Subversion 1.6.6 2. Install Subversion [codesyntax lang="bash" lines="no" container="pre" tab_width="4"] $ su root $ apt-get install subversion [/codesyntax] 3. Loca… Continue reading
Posted in SVN| Tagged , | Leave a comment