Difference between revisions of "Data repository"

From openwfm
Jump to navigation Jump to search
(Created page with 'The wiki does not take big files and certain types of files kindly. Thus it is necessary to store some data files elsewhere, and we have set up a CVS data repository for this pur…')
 
m
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
The wiki does not take big files and certain types of files kindly. Thus it is necessary to store some data files elsewhere, and we have set up a CVS data repository for this purpose.  
+
The wiki does not take big files and certain types of files kindly, and [[wikipedia:Git (software)|git]] does not take big files well either, so we do not allow large files in our git repositories. Thus, it is necessary to store some data files elsewhere, and we have set up a CVS data repository for this purpose.  
  
 
==Accessing the repository==
 
==Accessing the repository==
  
* Get account on math.ucdenver.edu in group mandel
+
* Get account on '''math.ucdenver.edu''' in group '''mandel''' and login by ssh at least once (you should change your password anyway).
* Install CVS
+
* Install '''cvs''' on your machine
* In bash, type '''setenv CVSROOT=username@math.ucdenver.edu:/home/faculty/jmandel/cvsroot'''
+
* In bash, type '''export CVSROOT=username@math.ucdenver.edu:/home/faculty/jmandel/cvsroot'''
 
* Type: '''cvs checkout openwfm_data'''
 
* Type: '''cvs checkout openwfm_data'''
 
* Type: '''cd openwfm_data'''
 
* Type: '''cd openwfm_data'''
  
You can then use all CVS commands to edit or replace files.
+
You can then use all [[Wikipedia:Concurrent Versions System|CVS]] commands to add or replace files.
  
==The web image of the repository==
+
==The web image of the repository and linking==
 
The repository is exported to the web hourly. Wikicode like this  
 
The repository is exported to the web hourly. Wikicode like this  
  
: '''<nowiki>{{data|test|test link to CVS data repository}}</nowiki>'''
+
: <code><nowiki>{{data|test|link to CVS data repository}}</nowiki></code>
  
will make a {{data|test|link to the data repository}}.
+
will make a {{data|test|link to the data repository}}. Please use the '''data''' template as above and do not link by giving a URL directly, because the location of the web image may change.
  
 
[[Category:Data]]
 
[[Category:Data]]

Latest revision as of 13:08, 6 September 2010

The wiki does not take big files and certain types of files kindly, and git does not take big files well either, so we do not allow large files in our git repositories. Thus, it is necessary to store some data files elsewhere, and we have set up a CVS data repository for this purpose.

Accessing the repository

  • Get account on math.ucdenver.edu in group mandel and login by ssh at least once (you should change your password anyway).
  • Install cvs on your machine
  • In bash, type export CVSROOT=username@math.ucdenver.edu:/home/faculty/jmandel/cvsroot
  • Type: cvs checkout openwfm_data
  • Type: cd openwfm_data

You can then use all CVS commands to add or replace files.

The web image of the repository and linking

The repository is exported to the web hourly. Wikicode like this

{{data|test|link to CVS data repository}}

will make a link to the data repository. Please use the data template as above and do not link by giving a URL directly, because the location of the web image may change.