LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-01-2007, 10:30 AM   #1
cojo
Member
 
Registered: Feb 2003
Location: St. Louis
Distribution: RedHat 8
Posts: 262

Rep: Reputation: 31
Subversion on RH4U3


Anyone here have successfully implement Subversion on RH4U3? I'm having problem connecting to the server via web.

John
 
Old 06-01-2007, 10:35 AM   #2
Nathanael
Member
 
Registered: May 2004
Location: Karlsruhe, Germany
Distribution: debian, gentoo, os x (darwin), ubuntu
Posts: 940

Rep: Reputation: 33
what problem are you exactly having?
are you using dav_svn? if so what error message are you getting?
are you using svn via ssh? or the svnserve standalone server?

some more information would be great!
 
Old 06-01-2007, 04:57 PM   #3
cojo
Member
 
Registered: Feb 2003
Location: St. Louis
Distribution: RedHat 8
Posts: 262

Original Poster
Rep: Reputation: 31
when I tried to browse the repository with TortoisseSVN. I get 'servername\repos' is not a working copy can't open file 'servername\repos\.svn\entries' The system cannot find the path specified.

I'm using mod_dav_svn within Apache. I get access denied when I tried to connect thru web browser.
 
Old 06-01-2007, 05:12 PM   #4
Nathanael
Member
 
Registered: May 2004
Location: Karlsruhe, Germany
Distribution: debian, gentoo, os x (darwin), ubuntu
Posts: 940

Rep: Reputation: 33
well... how about posting your web_dav specific apache config here?
 
Old 06-04-2007, 09:37 AM   #5
cojo
Member
 
Registered: Feb 2003
Location: St. Louis
Distribution: RedHat 8
Posts: 262

Original Poster
Rep: Reputation: 31
This is what I have in the httpd.conf

LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule dav_svn_module modules/mod_dav_svn.so

# Subversion repositories
<Location /repos>
DAV svn
SVNParentPath /repos/svn
SVNIndexXSLT "http://RH4U3.metro.corp.metrostlouis.org/svnindex.xsl"
AuthzSVNAccessFile /repos/access/control
# Anonymous First
Satisfy Any
Require valid-user
# Authenticating them valid ones
AuthType Basic
AuthName "Subversion Repositories Test"
AuthUserFile /repos/access/users
</Location>
 
Old 06-04-2007, 03:30 PM   #6
Nathanael
Member
 
Registered: May 2004
Location: Karlsruhe, Germany
Distribution: debian, gentoo, os x (darwin), ubuntu
Posts: 940

Rep: Reputation: 33
is your repository in /repos/svn or in /var/www/repos/svn ??
 
Old 06-05-2007, 08:55 AM   #7
cojo
Member
 
Registered: Feb 2003
Location: St. Louis
Distribution: RedHat 8
Posts: 262

Original Poster
Rep: Reputation: 31
/repos/svn
 
Old 06-07-2007, 02:06 PM   #8
Nathanael
Member
 
Registered: May 2004
Location: Karlsruhe, Germany
Distribution: debian, gentoo, os x (darwin), ubuntu
Posts: 940

Rep: Reputation: 33
SVNParentPath /repos/svn

that means that /repos/svn/foo would be a repository and accessed via http://<hostname>/repos/foo

these directories need to have read write permissions for the user apache2 is running as.

if /repos/svn is the repository the you either want SVNParentPath /repos to access the repository at http://<hostname>/repos/svn or SVNPath /repos/svn which will then be accessed under http://<hostname>/repos
 
  


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 -> commit? hylke Linux - Newbie 1 05-15-2005 08:44 AM
Subversion + TortoiseSVN belorion Linux - Software 0 05-08-2005 05:15 PM
subversion varun_33 Linux - Software 1 04-20-2005 12:37 PM
subversion sethgeekx86 Slackware 8 07-26-2004 03:29 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 05:53 AM.

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