[prev in list] [next in list] [prev in thread] [next in thread] 

List:       tortoisesvn-users
Subject:    Re: apache and TSVN not playing nicely together
From:       "joshua vogelstein" <joshuav () jhu ! edu>
Date:       2007-12-24 22:33:49
Message-ID: 9b1278c10712241433w1e4c7cb7ide38ee4dc0f66113 () mail ! gmail ! com
[Download RAW message or body]

thank you my friend.  worked like a charm :-)

On Dec 24, 2007 3:53 PM, Andy Levy <andy.levy@gmail.com> wrote:

> On Dec 24, 2007 3:09 PM, joshua vogelstein <joshuav@jhu.edu> wrote:
> > i am having trouble getting apache and tsvn working together.  i've
> spent
> > the last day searching google to find all the fixes that people have
> tried,
> > but none have worked so far. here is my deal:
> >
> > 1) installed TSVN using ' TortoiseSVN-1.4.5.10425-win32-svn-1.4.5.msi'
> it is
> > currently working as demonstrated by the fact that i've created
> repositories
> > and checked out folders, etc., all locally.  the repository location is:
> > 'file:///C:/E/SVNRepository/'
> >
> > thus, if i use repo-browser and type in 'file:///C:/E/SVNRepository/'
> (minus
> > the quotes), i can see my repository, and browse it no problem.
> >
> > 2) installed apache 2.0.x using apache_2.0.61-
> win32-x86-openssl-0.9.7m.msi
> > this was also successful as indicated by browsing to 'http://localhost'
> and
> > seeing the page that says it worked.
> >
> > 3) uncommented out the WebDAV lines in httpd.conf :
> >
> >  LoadModule dav_module modules/mod_dav.so
> > LoadModule dav_fs_module modules/mod_dav_fs.so
> >
> > and added the svn module lines:
> >
> > LoadModule dav_svn_module modules/mod_dav_svn.so
> > LoadModule authz_svn_module modules/mod_authz_svn.so
> >
> > 4) copied the svn modules named 'mod_authz_svn.so' and 'mod_dav_svn.so'
> from
> > 'C:\Program Files\Subversion\bin' to 'C:\Program Files\Apache
> > Group\Apache2\modules'
> >
> > 5) i then appended the following lines onto the httpd.conf file:
> >
> > <Location /svn>
> > DAV svn
> > SVNParentPath C:\E\SVNRepository
>
> Stop right there.
>
> SVNParentPath is used if you have multiple repostiories which are
> contained in the specified directory.
>
> Since your repository *IS* in C:\E\SVNRepository, you want:
>
> SVNPath C:/E/SVNRepository (Apache prefers correct slashes).
>
> This has absolutely nothing to do with TSVN and everything to do with
> misconfiguring Apache to serve Subversion.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
> For additional commands, e-mail: users-help@tortoisesvn.tigris.org
>
>


-- 
joshua vogelstein
johns hopkins
720 rutland ave, 426 traylor
baltimore, md 21205
usa
1-443-858-9911

"We don't live long enough to hate."
-- Sol Milgrome, friend, died at 104.

[Attachment #3 (text/html)]

thank you my friend.&nbsp; worked like a charm :-)<br><br><div class="gmail_quote">On \
Dec 24, 2007 3:53 PM, Andy Levy &lt;<a \
href="mailto:andy.levy@gmail.com">andy.levy@gmail.com</a>&gt; wrote:<br><blockquote \
class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt \
0pt 0.8ex; padding-left: 1ex;"> <div><div></div><div class="Wj3C7c">On Dec 24, 2007 \
3:09 PM, joshua vogelstein &lt;<a \
href="mailto:joshuav@jhu.edu">joshuav@jhu.edu</a>&gt; wrote:<br>&gt; i am having \
trouble getting apache and tsvn working together. &nbsp;i&#39;ve spent <br>&gt; the \
last day searching google to find all the fixes that people have tried,<br>&gt; but \
none have worked so far. here is my deal:<br>&gt;<br>&gt; 1) installed TSVN using \
&#39; TortoiseSVN-1.4.5.10425-win32-svn-1.4.5.msi &#39; it is<br>&gt; currently \
working as demonstrated by the fact that i&#39;ve created repositories<br>&gt; and \
checked out folders, etc., all locally. &nbsp;the repository location is:<br>&gt; \
&#39;file:///C:/E/SVNRepository/&#39; <br>&gt;<br>&gt; thus, if i use repo-browser \
and type in &#39;file:///C:/E/SVNRepository/&#39; (minus<br>&gt; the quotes), i can \
see my repository, and browse it no problem.<br>&gt;<br>&gt; 2) installed apache \
2.0.x using apache_2.0.61- win32-x86-openssl-0.9.7m.msi<br>&gt; this was also \
successful as indicated by browsing to &#39;<a href="http://localhost" \
target="_blank">http://localhost</a>&#39; and<br>&gt; seeing the page that says it \
worked.<br>&gt;<br> &gt; 3) uncommented out the WebDAV lines in httpd.conf \
:<br>&gt;<br>&gt; &nbsp;LoadModule dav_module modules/mod_dav.so<br>&gt; LoadModule \
dav_fs_module modules/mod_dav_fs.so<br>&gt;<br>&gt; and added the svn module \
lines:<br> &gt;<br>&gt; LoadModule dav_svn_module modules/mod_dav_svn.so<br>&gt; \
LoadModule authz_svn_module modules/mod_authz_svn.so<br>&gt;<br>&gt; 4) copied the \
svn modules named &#39;mod_authz_svn.so&#39; and &#39;mod_dav_svn.so&#39; from \
<br>&gt; &#39;C:\Program Files\Subversion\bin&#39; to &#39;C:\Program \
Files\Apache<br>&gt; Group\Apache2\modules&#39;<br>&gt;<br>&gt; 5) i then appended \
the following lines onto the httpd.conf file:<br>&gt;<br>&gt; &lt;Location /svn&gt; \
<br>&gt; DAV svn<br>&gt; SVNParentPath C:\E\SVNRepository<br><br></div></div>Stop \
right there.<br><br>SVNParentPath is used if you have multiple repostiories which \
are<br>contained in the specified directory.<br><br>Since your repository *IS* in \
C:\E\SVNRepository, you want: <br><br>SVNPath C:/E/SVNRepository (Apache prefers \
correct slashes).<br><br>This has absolutely nothing to do with TSVN and everything \
to do with<br>misconfiguring Apache to serve \
Subversion.<br><br>---------------------------------------------------------------------
 <br>To unsubscribe, e-mail: <a \
href="mailto:users-unsubscribe@tortoisesvn.tigris.org">users-unsubscribe@tortoisesvn.tigris.org</a><br>For \
additional commands, e-mail: <a \
href="mailto:users-help@tortoisesvn.tigris.org">users-help@tortoisesvn.tigris.org \
</a><br><br></blockquote></div><br><br clear="all"><br>-- <br>joshua \
vogelstein<br>johns hopkins<br>720 rutland ave, 426 traylor<br>baltimore, md \
21205<br>usa<br>1-443-858-9911<br><br>&quot;We don&#39;t live long enough to \
hate.&quot;  <br>-- Sol Milgrome, friend, died at 104.



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic