Re: Setting up Subversion (was: Setting up CVS so it actually works!)
Re: Setting up Subversion (was: Setting up CVS so it actually works!)
- Subject: Re: Setting up Subversion (was: Setting up CVS so it actually works!)
- From: Prachi Gauriar <email@hidden>
- Date: Sat, 10 Jul 2004 16:13:58 -0500
On Jul 10, 2004, at 1:22 PM, Nick Zitzmann wrote:
On Jul 10, 2004, at 10:58 AM, Jeff Ganyard wrote:
Sure, I would love to... anyone got a tutorial to setting up a
Subversion server on OS X?
No, but I can tell you what I did:
1. Downloaded Subversion from <http://subversion.tigris.org/>
2. Unpacked Subversion
3. Downloaded Berkeley DB & patches from <http://www.sleepycat.com/>
4. Unpacked Berekely DB
5. Patched unpacked Berkeley DB
6. Built Berkeley DB (./configure ; make)
7. Installed Berkeley DB (sudo make install)
8. Built Subversion (./configure ; make)
9. Installed Subversion (sudo make install)
Here's the point where I'm going to plug DarwinPorts. Get darwinports
and install using these directions
<http://darwinports.opendarwin.org/docs/ch01s03.html>. This
essentailly amounts to pulling it via CVS, doing
configure/make/install, and updating your path.
Once it's installed, type sudo port install subversion.
It'll take care of the rest and give you a fully capable installation
of Subversion 1.0.5.
-Prachi
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.