SVN server question

2 views
Skip to first unread message

Di Xu (Di Hsu) (徐迪)

unread,
Jul 27, 2009, 10:23:53 PM7/27/09
to us...@subversion.tigris.org
Folks

Sorry for the spam.
Though this is a stupid question, but I can not find it in email list archive.

I got some problem when setup SVN server.

I try to setup SVN server in order to manage and track my code.

When turns to step running svnserve, in command line I typed "svnserve -d", then it does not response. I think it is because of port 3690 is blocked. And I type command in cmd "netstat -a" found out port 3690 was not working.

How can I unblock port 3690? I tried exception in firewall... but still does not work...

Thanks
Di
--
Di Xu (Di Hsu)
Graduate Student
Dept of Biomedical Engineering
Johns Hopkins University

Clark Hall 322
3400 N. Charles St.
Baltimore, MD 21218, USA

Email:
dx...@jhu.edu
xu.d...@gmail.com

Andy Levy

unread,
Jul 28, 2009, 6:04:58 AM7/28/09
to Di Xu (Di Hsu) (徐迪), us...@subversion.tigris.org
2009/7/27 Di Xu (Di Hsu) (徐迪) <xu.d...@gmail.com>:

> Folks
>
> Sorry for the spam.
> Though this is a stupid question, but I can not find it in email list
> archive.
>
> I got some problem when setup SVN server.
>
> I try to setup SVN server in order to manage and track my code.
>
> When turns to step running svnserve, in command line I typed "svnserve -d",
> then it does not response. I think it is because of port 3690 is blocked.
> And I type command in cmd "netstat -a" found out port 3690 was not working.
>
> How can I unblock port 3690? I tried exception in firewall... but still does
> not work...

How you unblock a port depends upon your OS, firewall, and network.
Subversion does not block ports.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2376250

To unsubscribe from this discussion, e-mail: [users-un...@subversion.tigris.org].

Di Xu (Di Hsu) (徐迪)

unread,
Jul 28, 2009, 10:21:17 AM7/28/09
to Soren 'Frank' Munch, us...@subversion.tigris.org
Hi
Thanks for your reply.

I type command directly on command line shell.
Basically, the error is "svnserve --daemon" not response... And I guess something wrong with the port...

Sorry, which directory I should be to type the command "ipfw" ?

Best
Di
On Tue, Jul 28, 2009 at 5:52 AM, Soren 'Frank' Munch <s...@u5.com> wrote:
Hi,

are you running commands directly on a shell on the server? Then it would be very unusual that port 3690 would be blocked.

You could try a line like this:

ipfw add pass all from any to any via lo0

Most likely something else is wrong.


2009/7/28 Di Xu (Di Hsu) (徐迪) <xu.d...@gmail.com>



--
Soren "Frank" Munch
CEO, U5com Co Ltd
~~~~~~~~~~~~~~~~~~~~~~~~
U5com Co Ltd
- productive corporate networks
 and web-systems since '97

2/22 Iyara Building 7th floor, #705
Chan Road
Thungwatdorn, Sathorn
10120 Bangkok
Thailand

web: www.u5.com
email: s...@u5.com
phone: +66-2-678-7500(-1)
mobile: +66-81-431-3040
fax: +66-2-678-8400
~~~~~~~~~~~~~~~~~~~~~~~~




--
Di Xu (Di Hsu)
Graduate Student
Dept of Biomedical Engineering
Johns Hopkins University

Clark Hall 322
3400 N. Charles St.
Baltimore, MD 21218, USA

Emails:
dx...@jhu.edu
xu.d...@gmail.com

Ryan Schmidt

unread,
Jul 29, 2009, 2:34:55 AM7/29/09
to Di Xu (Di Hsu) (徐迪), Soren 'Frank' Munch, us...@subversion.tigris.org
On Jul 28, 2009, at 09:21, Di Xu (Di Hsu) (徐迪) wrote:

> On Tue, Jul 28, 2009 at 5:52 AM, Soren 'Frank' Munch wrote:
>
>> are you running commands directly on a shell on the server? Then
>> it would be very unusual that port 3690 would be blocked.
>>
>> You could try a line like this:
>>
>> ipfw add pass all from any to any via lo0
>>
>> Most likely something else is wrong.
>

> I type command directly on command line shell.
> Basically, the error is "svnserve --daemon" not response... And I
> guess something wrong with the port...

What do you mean "not response"? If you mean that you typed "svnserve
--daemon" and pressed Enter and it returned you to the command prompt
without saying anything, that is exactly what it's supposed to do.
The svnserve daemon should now be running, which you should be able
to verify with a program like ps or by attempting to connect to it
using a Subversion client like svn.

> Sorry, which directory I should be to type the command "ipfw" ?

I would imagine it does not matter at all, but I am not familiar with
the ipfw program, and it's not on-topic for this list. You should
consult its manpage or other documentation, or another support venue
if you would like to use that program.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2376502

Reply all
Reply to author
Forward
0 new messages