Re: How do I set up a subversion server?
Re: How do I set up a subversion server?
- Subject: Re: How do I set up a subversion server?
- From: Shawn Erickson <email@hidden>
- Date: Mon, 9 Aug 2004 11:40:12 -0700
On Aug 7, 2004, at 10:59 PM, Prachi Gauriar wrote:
On Aug 7, 2004, at 9:50 PM, Mark Patterson wrote:
I'm pleased that the latest XCode uses subversion. But if I want to
set up a subversion server on my LAN, I will need svnadmin and
svnserve, if I understand correctly. I have installed both from
http://metissian.com/downloads/macosx/subversion/subversion-client
-1.0.6.dmg.gz and from the source (
http://subversion.tigris.org/servlets/ProjectDocumentList?
folderID=260 ). But in both cases all they install is the client
stuff: svn and svnversion.
How do I set up suberversion service on OS X?
Install DarwinPorts <http://darwinports.opendarwin.org> by following
these instructions
<http://darwinports.opendarwin.org/docs/ch01s03.html>. Then, in the
Terminal, type
% sudo port install subversion
That will get you set up, installing all dependencies. For info on
setting up a Subversion server, check out Version Control with
Subversion <http://svnbook.red-bean.com/>.
Want to echo this suggestion... using DarwinPorts got me stable
versions of client and server on several systems in a few simple steps.
I had tried to use fink but the version fink generated caused stability
problems for the systems.
-Shawn
_______________________________________________
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.