Hybridthread Version Control

From Hybridthreads Wiki

Jump to: navigation, search

We have data available in a number of VCS repositories. Anonymous access is read-only; if you want to commit any changes back into our system, contact us to request a login.

Subversion

These are Subversion (svn) repositories. If you are not familiar with svn, basic usage is described here.

The Hybridthreads System 
https://hthreads.csce.uark.edu/svn/hybridthread
The Hybridthreads Compiler 
https://hthreads.csce.uark.edu/svn/hthreadCompiler
FSMLanguage 
https://hthreads.csce.uark.edu/svn/fsmLanguage

Web Access

You can view our subversion repositories on the web at:

   http://hthreads.csce.uark.edu/cgi-bin/viewvc.cgi

Our git repositories can viewed on the web at:

   http://hthreads.csce.uark.edu/gitweb/

Getting the Data

If you're not familiar with subversion, you should look at the basic instructions. However, if you just want to get the files, the following commands will do a simple download of the information from each repository (assuming you have Subversion installed and a unix-like system):

Download the Hybridthreads system:

svn co https://hthreads.csce.uark.edu/svn/hybridthread/trunk hybridthread

Download the Hybridthreads compiler:

svn co https://hthreads.csce.uark.edu/svn/hthreadCompiler/trunk hthreadCompiler

Download FSMLang:

svn co https://hthreads.csce.uark.edu/svn/fsmLanguage fsmLanguage
Personal tools