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

RE: Re: Problem with reverse proxy and TortoiseSVN

From: Luo ZhengHong <baternest_at_gmail.com>
Date: Wed, 20 Jun 2012 23:35:36 -0700 (PDT)

Finally I found a solution.

For example, PC1 is the reverse proxy host.
             PC2 provide svn service.

Make sure PC1 provide the same path with PC2.

ProxyPass /svn/samepath http://PC2/svn/samepath/
<Location /svn/samepath>
     ProxyPassReverse /svn/samepath
        <Limit OPTIONS GET REPORT MKACTIVITY PROPPATCH PUT CHECKOUT MKCOL MOVE COPY DELETE LOCK UNLOCK MERGE>
          Order Deny,Allow
          Allow from all
          Satisfy Any
        </Limit>
</Location>

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2972360

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-06-21 08:35:42 CEST

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

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