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

Svn Error

From: Sumeet Saini <sumeet_at_logicool.com>
Date: Mon, 19 Jan 2009 10:56:50 +0530

hi,

 

I have installed apache(2.2.11_win32x) on port 81,SVN(1.5.3) and
tortoisesvn.

When I open the with the url http://192.182.120.42:81/svn/ this opens fine.
But when I try to open with " Right click on folder| tortoisesvn|Repo-browse
" it asks for password when I entered the password I got the following
message:

Repository moved permanently to "http://192.182.120.42:81/svn/ ";Please
relocate.

 

Following are my configuration on httpd.conf

 

 

DocumentRoot "C:/Program Files/Apache Group/Apache2/htdocs"

<Location /svn>

    DAV svn

    SVNParentPath E:/home/Repository

    SVNListParentPath on

    #SVNIndexXSLT "/svnindex.xsl"

    AuthType Basic

    AuthName "Subversion repositories"

    AuthUserFile passwd

    #AuthzSVNAccessFile svnaccessfile

    Require valid-user

</Location>

 

Please help if you can and reply ASAP

 

Thanks & Regards

 

Sumeet

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-01-19 07:07:09 CET

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

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