• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Subversion and Xcode integration.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Subversion and Xcode integration.


  • Subject: Re: Subversion and Xcode integration.
  • From: Wyatt Webb <email@hidden>
  • Date: Wed, 10 Oct 2007 10:04:00 -0700

Oh, that's just been RTF'd. Maybe got saved with TextEdit? Here's the raw text version:

echo
echo Sample Subversion installation program for Mac OS X
echo by Jaime Rios, September 17th, 2007
echo

echo Download source files:
cd ~/Desktop
curl -O http://subversion.tigris.org/downloads/subversion-1.4.5.tar.gz

echo Extract the zip archive:
tar xvfz subversion-1.4.5.tar.gz
cd subversion-1.4.5


echo Compile the source code:
./configure --prefix=/usr/local \
    --mandir=/usr/local/share/man --with-ssl \
    --with-apxs=/usr/local/apache2/bin/apxs --with-zlib \
    --enable-swig-bindings=no --without-berkeley-db \
    --with-apr=/usr/local/apache2 \
    --with-apr-util=/usr/local/apache2


echo Run the make command, and then run the sudo make install command:
make
sudo make install


echo Add the ‘/usr/local/bin’ path to your profile:
cd ~
echo 'export PATH="$PATH:/usr/local/bin"' >> .profile

echo All done!


Enjoy,

-Wyatt

On Oct 10, 2007, at 9:27 AM, Ryan Minihan wrote:

Hi James,

Thanks for the tips.  I downloaded your shell script, and I think it may have gotten corrupted upon upload.

Here's a snippet:

{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf410
{\fonttbl\f0\fswiss\fcharset77 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\margl1440\margr1440\vieww16540\viewh12440\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural\pardirnatural

\f0\fs24 \cf0 echo\
echo Sample Subversion installation program for Mac OS X\
echo by Jaime Rios, September 17th, 2007\
echo\
\
echo Download source files:\
cd ~/Desktop\
curl -O http://subversion.tigris.org/downloads/subversion-1.4.5.tar.gz\
\


I can only guess what email clients are going to do to that. ;-)

Ryan


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Subversion and Xcode integration.
      • From: Steve Checkoway <email@hidden>
    • Re: Subversion and Xcode integration.
      • From: "Jaime Rios" <email@hidden>
References: 
 >Subversion and Xcode integration. (From: Ryan Minihan <email@hidden>)
 >Re: Subversion and Xcode integration. (From: "Jaime Rios" <email@hidden>)
 >Re: Subversion and Xcode integration. (From: Ryan Minihan <email@hidden>)

  • Prev by Date: Re: Subversion and Xcode integration.
  • Next by Date: Re: backtrace() alternative?
  • Previous by thread: Re: Subversion and Xcode integration.
  • Next by thread: Re: Subversion and Xcode integration.
  • Index(es):
    • Date
    • Thread