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: Prachi Gauriar <email@hidden>
- Date: Sun, 8 Aug 2004 00:59:01 -0500
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/>.
-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.