Subversion on Mime

From CompSemWiki
Jump to navigationJump to search

Subversion Code Repositories

Most Subversion (SVN) code repositories can be found at:

 https://mime.colorado.edu/svn/<repository-name>

Right now, there are two repositories, [ClearTK], which provides a toolkit for working with UIMA and machine learning models, and DLS, which holds code developed for analyzing the quality of digital library resources. You should contact Philip Ogren or Philipp Wetzler, respectively, if you're interested in contributing to either of these projects.

You will need an svn account to use any of the repositories. The actual Subversion installation is located on mime.colorado.edu, and Wayne can create accounts for people using the following commands:

   mime> cd /usr/local/SVN/conf
   mime> sudo /usr/local/apache/bin/htdigest svn-auth-file Subversion <user-name>

Wayne can also create new SVN repositories using the following commands:

   mime> sudo svnadmin create --fs-type fsfs /usr/local/SVN/<new-repository-name>
   mime> sudo chown -R nobody:nobody /usr/local/SVN/<new-repository-name>