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: "b.bum" <email@hidden>
- Date: Sun, 8 Aug 2004 09:05:28 -0700
On Aug 7, 2004, at 8:53 PM, Mark Patterson wrote:
How do I set up suberversion service on OS X?
I think I've answered my own question. At least I've got svnadmin and
svnserve in my path now. I used the latest release from
http://www.codingmonkeys.de/mbo/
(Not sure if my original post on this made it to the list)
You should really consider using subversion+apache to serve your
repository. Using apache offers a considerably greater number of
features and security options. Features include ability to browse the
repository via HTTP and to mount the repository in the Finder via
WebDAV such that the HEAD revision of any branch, including trunk, can
be browsed directly or copied by simple drag and drop.
On the security front, subversion+apache offers all of the security
options of apache. Everything from SSL, to different kinds of
authentication, to differing authentication configuration per subtree
of the repository.
b.bum
_______________________________________________
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.