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

RE: apache configuration questions

From: Christine Ross <cross_at_hccs.com>
Date: Mon, 2 Nov 2009 17:57:38 -0500

One question though. How does that eliminate the problems of "Apache won't know whether to look for a file repos/foo.c in the DocumentRoot, or whether to delegate mod_dav_svn to return foo.c from the Subversion repository."

DirectoryRoot /usr/local/apache2/htdocs/docsite and

<Location /docsite>
DAV svn
SVNParentPath /usr/local/apache2/htdocs/docsite
</Location>

Sincerely,
Christine Ross
HCCS - Experts in Healthcare Learning
(516)478-4100, x108
cross_at_hccs.com
Announcing COI-SMART! - A new solution for tracking & managing Conflicts of Interest.
HCCS is the leading provider of effective online training courses and learning management systems to healthcare facilities. HCCS has provided over 2.5 million hours of compliance and competency training courseware to hospitals, teaching facilities, medical schools, health plans and other health care entities. The HCCS Compliance Learning Library contains expert training content in the areas of Medicare, Medicaid, HIPAA, Harassment, Research, Patient Safety and Quality Improvement Compliance. The HCCS Healthcare Learning Platform (HLP) is a healthcare specific Learning and Competency Management System. http://www.hccs.com (516) 478-4100 or (877) 933-hccs.
This email message is for the sole use of the intended recipient(s) and contains confidential and privileged information. Any unauthorized review, use, disclosure or distribution is strictly prohibited. If you are not the intended recipient or have received this communication in error please contact the sender by reply e-mail and destroy all copies of the original message. Thank you.
 

-----Original Message-----
From: larrys_at_gmail.com [mailto:larrys_at_gmail.com] On Behalf Of Larry Shatzer, Jr.
Sent: Monday, November 02, 2009 5:48 PM
To: Christine Ross
Cc: users_at_subversion.tigris.org
Subject: Re: apache configuration questions

On Mon, Nov 2, 2009 at 3:39 PM, Christine Ross <cross_at_hccs.com> wrote:
> Hello,
>
> I compiled the subversion software on my solaris 10 server.  I need to set
> up the server portion of it.  I read on
> http://svnbook.red-bean.com/en/1.0/ch06s04.html when setting up as httpd,
> the Apache HTTP server,
>
> I have one site with a DocumentRoot of /usr/local/apache2/htdocs/docsite.  I
> was going to make docsite the subversion repository but then I saw this?
>
> "Be sure that when you define your new Location, it doesn't overlap with
> other exported Locations. For example, if your main DocumentRoot is /www, do
> not export a Subversion repository in <Location /www/repos>. If a request
> comes in for the URI /www/repos/foo.c, Apache won't know whether to look for
> a file repos/foo.c in the DocumentRoot, or whether to delegate mod_dav_svn
> to return foo.c from the Subversion repository."
>
> My users just want to edit a document and have it immediately reflected on
> the web site without having to move it to another location.  Do you have any
> suggestions?   Can I use another directory for the repository and just
> create a symbolic link from docsite to the repository?
>

You can create a hook to keep an up to date copy. See
http://subversion.tigris.org/faq.html#website-auto-update

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2413970

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-03 00:06:34 CET

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.