Subversion Repository

From UrbanWiki

Jump to: navigation, search

Contents

[edit] Savane

Subversion (SVN) is an open source version control system. It allows users to keep track of changes made over time to any type of electronic data. JIRA Fisheye is our web-interface for the Subversion repository.

To register for an Urban Sensing Subversion account:

  1. Contact Derek Kulinski to get a Subversion account. Provide prefered username and a valid e-mail address.
  2. Browser and register projects at FishEye Interface

[edit] Subversion Access

The Subversion system uses WebDav to access the repositories. The general URL is:

 http://urban.cens.ucla.edu/svn/[repository name]

[edit] Eclipse Subclipse

You can use the Subclipse plug-in for Eclipse to access the repositories.

 http://[username]@urban.cens.ucla.edu/svn/[repository name]

username = your Subversion account username
project name = the project name of in Subversion

[edit] Traditional svn Client via UNIX terminal

 svn co  http://[username]@urban.cens.ucla.edu/svn/[repository name] [local directory]

username = your Subversion account username
project name =the project name of in Subversion
local directory = local directory to place your local working copy

[edit] Server Information

We a running a version of Debian Linux (Ubuntu), so please keep in mind that path names are case sensitive.

Check out the nifty web interface here:

 http://svn.urban.cens.ucla.edu

[edit] Project Structure

  • SampleProject
    • trunk
    • tags
    • branch

[edit] External links

Subversion Main Website

Subversion Documentation