Difference between revisions of "Mac client GUI using Fink"

From PCGen Wiki
Jump to: navigation, search
(New page: {| align="right" | __TOC__ |} =Introduction= Here are the steps needed to install and configure [http://esvn.umputun.com/ esvn], the frontend GUI for [http://subversion.tigris.org/ s...)
 
(Introduction)
 
Line 14: Line 14:
 
Information about 5584 packages read in 98 seconds.<br>
 
Information about 5584 packages read in 98 seconds.<br>
 
The following package will be installed or updated:<br>
 
The following package will be installed or updated:<br>
esvn<br>
+
esvn<br>
 
/sw/bin/dpkg-lockwait -i /sw/fink/dists/unstable/main/binary-darwin-powerpc/devel/esvn_0.6.8-11_darwin-powerpc.deb<br>
 
/sw/bin/dpkg-lockwait -i /sw/fink/dists/unstable/main/binary-darwin-powerpc/devel/esvn_0.6.8-11_darwin-powerpc.deb<br>
 
Selecting previously deselected package esvn.<br>
 
Selecting previously deselected package esvn.<br>

Latest revision as of 08:42, 2 September 2008

Contents

Introduction

Here are the steps needed to install and configure esvn, the frontend GUI for svn on the Macintosh using Fink

  1. X11 must be running and you should be in xterm (or Terminal if the DISPLAY variable is set)
  2. Install subversion client

ozma:~ kent$ fink install esvn
Password:
Information about 5584 packages read in 98 seconds.
The following package will be installed or updated:
esvn
/sw/bin/dpkg-lockwait -i /sw/fink/dists/unstable/main/binary-darwin-powerpc/devel/esvn_0.6.8-11_darwin-powerpc.deb
Selecting previously deselected package esvn.
(Reading database ... 70238 files and directories currently installed.)
Unpacking esvn (from .../esvn_0.6.8-11_darwin-powerpc.deb) ...
Setting up esvn (0.6.8-11) ...
ozma:~ kent$