Difference between revisions of "Subversion repository"

From omp dev
Jump to: navigation, search
(Created page with 'We have set up a Subversion repository to keep publicly available files for the project. Use the following to check out the repository: svn co https://microphenotypes.svn.sou…')
 
 
Line 1: Line 1:
 
We have set up a Subversion repository to keep publicly available files for the project.  Use the following to check out the repository:
 
We have set up a Subversion repository to keep publicly available files for the project.  Use the following to check out the repository:
  
   svn co https://microphenotypes.svn.sourceforge.net/svnroot/microphenotypes microphenotypes
+
   <nowiki>svn co https://microphenotypes.svn.sourceforge.net/svnroot/microphenotypes microphenotypes</nowiki>
  
 
Project members can modify the repository. You will be prompted for your Sourceforge login when you commit changes.
 
Project members can modify the repository. You will be prompted for your Sourceforge login when you commit changes.
  
 
You can also browse the repository using the Sourceforge [http://microphenotypes.svn.sourceforge.net/viewvc/microphenotypes/ web-based browser].
 
You can also browse the repository using the Sourceforge [http://microphenotypes.svn.sourceforge.net/viewvc/microphenotypes/ web-based browser].

Latest revision as of 02:01, 24 September 2010

We have set up a Subversion repository to keep publicly available files for the project. Use the following to check out the repository:

 svn co https://microphenotypes.svn.sourceforge.net/svnroot/microphenotypes microphenotypes

Project members can modify the repository. You will be prompted for your Sourceforge login when you commit changes.

You can also browse the repository using the Sourceforge web-based browser.