You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Peter Michaux <pe...@gmail.com> on 2006/03/30 22:21:44 UTC

running svn server locally on OS X?

Hi,

I cannot run svn on my shared unix webserver on monsterhosting.ca.
They said that this type of program can allow malicious attacks on
their server. So...

I would like to run it locally on my Macintosh. Is it possible to run
SVN locally on my mac? Where do I download server software?

Thanks,
Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: running svn server locally on OS X?

Posted by Aaron Montgomery <ee...@monsterworks.com>.
On Mar 30, 2006, at 3:14 PM, Peter Michaux wrote:

> On 3/30/06, Aaron Montgomery <ee...@monsterworks.com> wrote:
>
>
>>>  Where do I download server software?
>>
>> I think I originally used a port from fink or darwinports, but I
>> think there is a standalone installer that can be installed found at
>>
>> http://idisk.mac.com/wsanchez/Public/Software/packages/
>>
>> You access this with the Go>Connect To Server... menu item in the
>> Finder. I think he has svn 1.2.3 for Mac OS 10.3.9 and svn 1.3.0 for
>> Mac OS 10.4. This includes installers for the subversion server and
>> everything else you need to run through Apache or svnserve.
>
> Thanks for the info. I installed the package and the svnadmin command
> seems to be working. Now I don't know what to do. It looks like I need
> Apache 2. I don't know if I am running Apache 2. How do I know? I am
> using OS X 10.3.9.
>

You can find an installer for Apache 2 (and everything else that you  
need) at the wsanchez iDisk. Please look at that DevDepot article, I  
think it gives step by step installation instructions that will be  
better than anything I can come up with. If you are running 10.3.9,  
you aren't running Apache 2  unless you installed it at some point.

Aaron

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: running svn server locally on OS X?

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Mar 31, 2006, at 01:14, Peter Michaux wrote:

>> I think I originally used a port from fink or darwinports, but I
>> think there is a standalone installer that can be installed found at
>>
>> http://idisk.mac.com/wsanchez/Public/Software/packages/
>>
>> You access this with the Go>Connect To Server... menu item in the
>> Finder. I think he has svn 1.2.3 for Mac OS 10.3.9 and svn 1.3.0 for
>> Mac OS 10.4. This includes installers for the subversion server and
>> everything else you need to run through Apache or svnserve.
>
> Thanks for the info. I installed the package and the svnadmin command
> seems to be working. Now I don't know what to do. It looks like I need
> Apache 2. I don't know if I am running Apache 2. How do I know? I am
> using OS X 10.3.9.

Mac OS X comes with Apache 1, not Apache 2. Mac OS X Server comes  
with an optional Apache 2, but I presume you're not running Server.

You do not absolutely need to be running Apache. You can also serve  
repositories using svnserve or, if it's just for you, then with no  
server and just via the file:/// protocol.

Surely installation instructions and all these kinds of questions are  
adequately answered by the Subversion Book.... http://svnbook.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: running svn server locally on OS X?

Posted by Peter Michaux <pe...@gmail.com>.
On 3/30/06, Aaron Montgomery <ee...@monsterworks.com> wrote:


> >  Where do I download server software?
>
> I think I originally used a port from fink or darwinports, but I
> think there is a standalone installer that can be installed found at
>
> http://idisk.mac.com/wsanchez/Public/Software/packages/
>
> You access this with the Go>Connect To Server... menu item in the
> Finder. I think he has svn 1.2.3 for Mac OS 10.3.9 and svn 1.3.0 for
> Mac OS 10.4. This includes installers for the subversion server and
> everything else you need to run through Apache or svnserve.

Thanks for the info. I installed the package and the svnadmin command
seems to be working. Now I don't know what to do. It looks like I need
Apache 2. I don't know if I am running Apache 2. How do I know? I am
using OS X 10.3.9.

Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: running svn server locally on OS X?

Posted by Aaron Montgomery <ee...@monsterworks.com>.
On Mar 30, 2006, at 2:21 PM, Peter Michaux wrote:

> Is it possible to run SVN locally on my mac?

Yes.

>  Where do I download server software?

I think I originally used a port from fink or darwinports, but I  
think there is a standalone installer that can be installed found at

http://idisk.mac.com/wsanchez/Public/Software/packages/

You access this with the Go>Connect To Server... menu item in the  
Finder. I think he has svn 1.2.3 for Mac OS 10.3.9 and svn 1.3.0 for  
Mac OS 10.4. This includes installers for the subversion server and  
everything else you need to run through Apache or svnserve.

There is an article at
http://www.macdevcenter.com/pub/a/mac/2004/08/10/subversion.html
that describes the installation process that I found helpful.

Aaron



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: running svn server locally on OS X?

Posted by Peter Michaux <pe...@gmail.com>.
On 3/30/06, Mark Lacas <ju...@stuffthis.net> wrote:
> I'm running it on all my macs.
> ml

How did you do this?

Thanks,
Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: running svn server locally on OS X?

Posted by Mark Lacas <ju...@stuffthis.net>.
I'm running it on all my macs.
ml

On Mar 30, 2006, at 2:21 PM, Peter Michaux wrote:

> Hi,
>
> I cannot run svn on my shared unix webserver on monsterhosting.ca.
> They said that this type of program can allow malicious attacks on
> their server. So...
>
> I would like to run it locally on my Macintosh. Is it possible to run
> SVN locally on my mac? Where do I download server software?
>
> Thanks,
> Peter
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org