[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: subversion on a shared host?

From: Toby Johnson <toby_at_etjohnson.us>
Date: 2004-12-07 08:08:28 CET

John DuQuette wrote:

> So my question: Are there any problems or concerns with using
> Subversion on a shared server? Is it a bad idea?

Have you considered (or do you even know about) accessing via file://
URLs only? That way you would not need to have an actual Subversion
server running, as the "svn" client program provides both server and
client functionality in this case. This would be ideal if you only have
a few developers.

The downside to this is that you can't browse your repository using
http:// URLs, but you wouldn't be able to do that with svnserve either.
You can, however, still use ViewCVS or WebSVN in this scenario.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 7 08:10:37 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.