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

Config Apache Server on Windows XP

From: Mel <melindasavoy_at_texashealth.org>
Date: Mon, 10 Nov 2008 12:46:01 -0800 (PST)

I've read several things on the subject of my question but I cannot
find anything specific and could use some help.

We're currently using Clearcase and I'm tasked with trying to see if
Subversion using TortoiseSVN will work. However, the further I get
along on in the documentation I'm running into problems on how to
access a Windows network share where our repository is located. The
system where the SVN repository is located in on a Windows XP box.
However, I cannot see SVN in the subclipse setting to access the URL I
have set below.

I realize in other postings regarding using network shares and in the
svnbook it says NOT to use network shares due to security issues and
other factors but this is a test.

Any suggestions or direction would be greatly appreciated.

In the httpd file I have the following:

<Location /svn>
  DAV svn
  SVNListParentPath on
  #SVNParentPath C:\SCMIS
  SVNParentPath http://THRServer/SCMIS
  #SVNParentPath D:\SVN
  #SVNIndexXSLT "/svnindex.xsl"
  AuthType Basic
  AuthName "Subversion repositories"
  AuthUserFile passwd
  #AuthzSVNAccessFile svnaccessfile
  Require valid-user
</Location>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-11-10 21:47:18 CET

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.