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

Re: [SVN] - Unable to Connect SVN repository

From: <karthika_at_sifuit.com.my>
Date: Sat, 07 May 2016 22:31:51 -0700

Hi,

I have attached the output for 'netstat -a'

My files are hosted in cpanel which is webserver hosting.

Below url i have used for importing files into SVN,

svn import /home/gocuti/public_html/staging
file:///home/gocuti/public_html/svn/repo/trunk -m "initial import"

Also i have tried to import svn files to some other directory, which is

mkdir -p /var/www/svn/repos/staging
svnadmin create /var/www/svn/repos/staging
svn mkdir file:///var/www/svn/repos/staging/trunk -m "create"
svn mkdir file:///var/www/svn/repos/staging/branches -m "create"
svn mkdir file:///var/www/svn/repos/staging/tags -m "create"

svn import /home/gocuti/public_html/staging
file:///var/www/svn/repos/staging/trunk -m "initial import" -
successfull

svn list file:///var/www/svn/repos/staging/trunk
successfull

svn list svn://163.172.27.207/repos/staging - which is not working -
unable to connect to the repository

Kindly let me know if you have any idea about the error which am
getting.

Thanks,
Karthika Raddhakrishnan

On 2016-05-07 22:05, jblist_at_icloud.com wrote:
>> On May 7, 2016, at 5:42 AM, karthika_at_sifuit.com.my wrote:
>>
>> Hi Team,
>>
>> Good day to you All.
>>
>> Recently i have installed subversion in my Centos 7 Server.
>>
>> I have followed all the installation steps as per the documentation in
>> your website.
>>
>> Internally in the server, I can able to import my files through SVN,
>> but i couldn't able to access the SVN repository from my local
>> network. So i'm sure, the issue is not in the installation.
>>
>> I'm getting the below error,
>>
>> svn: E000111: Unable to connect to a repository at URL
>> 'svn://163.172.27.207/repos/staging'
>> svn: E000111: Can't connect to host '163.172.27.207': Connection
>> refused
>>
>> Default SVN port 3690 is active in my server. So when i try to contact
>> Cpanel server team, i got answer from them, this SVN issue is not
>> relevant to their support.
>>
>> So, Can you please advise me to fix the above issue in my server ?
>>
>>
>>
>> Thanks,
>> Karthika Radhakrishnan
>
>
> If you run `netstat -a` can you see your listener on port 3690 on the
> wildcard address?
>
> What URL did you use when you imported files “internally in the
> server”?
>
> What is Cpanel?
>
> -Joseph

Received on 2016-05-08 07:32:03 CEST

This is an archived mail posted to the Subversion Users mailing list.

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