Subversion SVN is a widely used version control system and an essential piece of the MIMES collabora - PowerPoint PPT Presentation

1 / 11
About This Presentation
Title:

Subversion SVN is a widely used version control system and an essential piece of the MIMES collabora

Description:

Go to http://www.codingmonkeys.de/mbo/ Download Martin Ott's Subversion 1.4.2 (or later) package ... Go to http://www.lachoseinteractive.net/en/community/subversion ... – PowerPoint PPT presentation

Number of Views:83
Avg rating:3.0/5.0
Slides: 12
Provided by: markg99
Category:

less

Transcript and Presenter's Notes

Title: Subversion SVN is a widely used version control system and an essential piece of the MIMES collabora


1
Subversion (SVN) for Macintosh
  • Subversion (SVN) is a widely used version control
    system and an essential piece of the MIMES
    collaborative modeling environment. It allows us
    to manage the ongoing development of our models
    by tracking revisions in a comprehensive way.
  • This manual covers 1) SVN installation on
    Macintosh, 2) connecting to the MIMES repository,
    and 3) checking out the latest version of MIMES.

2
SVN Installation
Installation conists of two parts 1) svn
binaries, and 2) svn GUI
  • SVN Binaries
  • Go to http//www.codingmonkeys.de/mbo/
  • Download Martin Otts Subversion 1.4.2 (or later)
    package
  • Run the
  • installer
  • inside

3
SVN Installation
  • SVN Binaries cont.
  • Open Terminal
  • (located in Applications
  • --gtUtilities)
  • At the command
  • prompt, enter
  • pico .bash_profile
  • Add the following lines to the file
  • PATH"/usr/local/bin/usr/local/subversion/binP
    ATH" export PATH

4
SVN Installation
  • SVN Binaries cont.
  • Save the file
  • - Press Control-O to write out
  • - File name to write should be .bash_profile
  • - Press Enter
  • Verify a successful installation
  • Restart Terminal
  • At command prompt, type
  • svn
  • You should receive the message
  • Type 'svn help' for usage.

5
SVN Installation
  • svnX GUI
  • Go to http//www.lachoseinteractive.net/en/communi
    ty/subversion/
  • Download the free Cocoa GUI for Mac OS X (svnX
    0.9.9)
  • Open the .dmg, and drag the svnX icon contained
    inside to your applications folder (or wherever
    you want it to live)
  • Open svnX

6
SVN Installation
  • svnX GUI cont.
  • Open the Preferences box (under the svnX menu)
  • Make sure that the path is /usr/local/bin
  • Close
  • preferences

7
SVN Installation
  • svnX GUI cont.
  • Open Terminal (located in Applications--gtUtilities
    )
  • At the Command prompt, enter
  • svn list https//mimes.svn.sourceforge.net/svnroot
    /mimes

8
SVN Installation
  • svnX GUI cont.
  • When prompted, type p to permanently accept the
    server certificate
  • Wait until the
  • connection to the
  • repository has
  • been established
  • (the MIMES tree
  • will appear in
  • the terminal)
  • Close
  • Terminal

9
Connecting to the MIMES Repository
  • Create a new link to
  • the repository in svnX
  • Open snvX
  • Click on the
  • Repositories window
  • Click- to clear the default
  • entry
  • Click to add a new link
  • Name the link
  • Clear the path, and enter the url
    https//mimes.svn.sourceforge.net/svnroot/mimes
  • No need for a username and password
  • Double-click the new link in the repositories
    window to connect

10
Connecting to the MIMES Repository
  • svnX GUI cont.
  • NOTE you may
  • have to try multiple
  • times for a
  • successful
  • connection.
  • When connected,
  • the MIMES
  • repository will
  • appear in the lower
  • window

11
Checking out the MIMES repository
  • Once connected to the repository, highlight the
    trunk folder.
  • Click checkout
  • and choose a
  • folder to download
  • MIMES locally (this
  • folder will become
  • your working
  • copy of MIMES).
Write a Comment
User Comments (0)
About PowerShow.com