LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-07-2006, 03:02 PM   #1
outshined
LQ Newbie
 
Registered: Apr 2006
Posts: 26

Rep: Reputation: 15
Subversion / Tortoise SVN problem


I'm running FC5

I cannot checkout my repository from Tortoise SVN
I can via explorer or SmartSVN but Tortoise gives me:

Error PROPFIND request failed on '/svn/project'
Error PROPFIND of '/svn/project' : 301 Moved Permanently (https://fedora)

Here is my subversion.conf file:
Code:
#SSL Authentication with a .htpasswd file
<Location /svn>
   DAV svn
   SVNParentPath /var/www/html/svn
   SVNListParentPath on

   SSLRequireSSL
   AuthType Basic
   AuthName "SVN Authentication"
   AuthUserFile /var/svnusers/.htpasswd
   Require valid-user
</Location>

also I'm trying to validate users via a W2k3 domain controller using:
Code:
#LDAP Authentication attempt
<Location /svn>
   DAV svn
   SVNParentPath /var/www/html/svn

   AuthLDAPUrl ldap://mydomain.net/OU=Users,DC=mydomain,DC=net?sAMAccountName?sub?(objectClass=user)
   AuthLDAPBindDN "mydomain\ldaplookup"
   AuthLDAPBindPassword thepasswordhere
   Require valid-user
   AuthType Basic
</Location>
it isn't working



Regards.

Last edited by outshined; 06-07-2006 at 03:06 PM.
 
Old 06-08-2006, 12:41 PM   #2
outshined
LQ Newbie
 
Registered: Apr 2006
Posts: 26

Original Poster
Rep: Reputation: 15
Most probably a path problem...

Full repositories path: /var/www/html/svn had the same name has <Location /svn> and this must not point to a physical path.

Last edited by outshined; 06-08-2006 at 01:03 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Subversion (svn) client for Slackware? shilo Slackware 1 08-22-2005 06:05 PM
subversion(svn) faezeh Fedora 0 05-13-2005 07:59 AM
Text editor moves at the speed of tortoise cephlon Linux - Software 6 11-19-2004 04:02 AM
svn (subversion) Unrecognized URL Scheme chis Linux - Software 0 09-18-2004 08:02 PM
How to install Subversion(Version Control with Subversion) under RedHat Linux. netkiller Linux - Networking 1 07-01-2004 05:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:57 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration