[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: OSX install

From: Stephen Davis <subversion_at_soundgeek.org>
Date: 2005-10-08 22:48:54 CEST

On Oct 8, 2005, at 1:22 PM, Ian Russell wrote:

> Hi. I'm new to the list.
>
> I want to install Subversion on OSX. I ran the installer, and it
> appeared to be successful, but I was never prompted to enter a a
> path or anything as per II. 2. of the instructions, so it seemed a
> little fishy.
>
> It installed an array of files into usr/local/, but I don't see an
> application. Any ideas?
>

There is no application included with the installer, just command
line tools you use from within the Terminal application.

Two native OS X GUI subversion apps are:

     svnX
     http://www.lachoseinteractive.net/en/community/subversion/svnx/
features/

     iSVN
     http://www.einhugur.com/iSvn/

II.2 of the instructions refers to manually adding /usr/local/bin to
the path used by the Terminal application to find the "svn" command
line tool installed in /usr/local/bin. Assuming your shell is bash
(which is the default shell since 10.3 I think), you need to edit a
file called ".profile" in your home directory (it may not exist yet)
and add the following line to it:

export PATH=$PATH:/usr/local/bin

Then, you should be able to type "svn --version" at the prompt in
Terminal and see something like this:

svn, version 1.2.3 (r15833)
    compiled Aug 30 2005, 00:28:23

Copyright (C) 2000-2005 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://
www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV)
protocol.
   - handles 'http' scheme
   - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network
protocol.
   - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
   - handles 'file' scheme

That will tell you everything is set up properly. The exact output
of your version will probably be different since I built mine myself
and didn't use the installer.

hope that helps,
stephen

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Oct 8 22:51:14 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.