LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 10-24-2005, 04:14 AM   #1
Paulra
LQ Newbie
 
Registered: Oct 2005
Posts: 1

Rep: Reputation: 0
Using SVN from a remote host?


Hey there,

I'm running Debian Sarge and installed SVN. (apt-get install subversion)

I created a Repository like that:
svnadmin create /svn/msa

then I've imported my SVN Structure:
svn import /tmp/proj file:///svn/msa -m "initial import"

worked.

Then i edited /svn/msa/conf/svnserve.conf
anon-access=none
auth-access=write
password-db=msaUser
realm=msa

I created msaUser in the conf directory and added two users.

The problem is. Whenever I try to connect from my local machine to the remote SVN machine via svn://xx.xx.xx.xx/trunk I'm getting

Quote:
"Can't connect to host 'xx.xx.xx.xx': No connection was established because the Target PC denies the connection."
I'm using TortoiseSVN.

Can anyone help me out here?

Thanks!
 
Old 10-24-2005, 09:28 AM   #2
YetAnotherDave
Member
 
Registered: Feb 2005
Posts: 95

Rep: Reputation: 17
Here are a couple of things to consider:

Is your subversion daemon running? Use ps :

ps -ef | grep svn

You should see something like : "svnserve -d" in the output.

If not, do you have an entry in /etc/inetd.conf for subversion?

If neither of these of the case then you need to run the subversion daemon on the debian machine. If you are interested, I can give you more details on how I set this up on my machine.


Otherwise....

Do you have a firewall running that blocks the subversion port?



You need a "[general]" heading before the entries that you put in your conf file:

[general]
anon-access=none
auth-access=write
password-db=msaUser
realm=msa


When you connect to the subversion machine "via svn://xx.xx.xx.xx/trunk" you mean via "svn://xx.xx.xx.xx/svn/msa", right?


- Dave
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Can't SSH to remote machine: Connection closed by remote host Avatar Linux - Networking 35 10-23-2017 12:21 AM
Mount remote host mrbabis Linux - Newbie 1 10-24-2005 05:10 PM
MRTG -> remote host Soulstealer Linux - Networking 3 06-27-2005 06:11 PM
Resolving <www.some remote host>.... failed: Host not found. koodoo Linux - Newbie 2 06-27-2005 08:48 AM
Best way to connect to a remote host? neilcpp Linux - Networking 1 09-01-2003 01:11 PM

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

All times are GMT -5. The time now is 07: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