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

Re: port question

From: Puneet Lakhina <puneet.lakhina_at_gmail.com>
Date: Mon, 23 Jun 2008 17:20:04 +0530

On Mon, Jun 23, 2008 at 15:00, maheshwar singh <maheshwars_at_hotmail.com>
wrote:
>
> Sorry if this question is dumb
>
>
>
> I have set up my subversion as a service in my Win2003 box, does the
default port 3690 serve any purpose or can I use it for a different
application.

You are free to use a different port using the --listen-port command line
argument to svnserve.
If you use a different port, then you will have to specify this port at
every client.

hence suppose you change the default port to 3691

then the working copies would have to be checked out using something like
this

svn co svn://<hostname or ipadd>:3691/MyProject/

whereas if you were using the default port only then you wouldnt need to
mention the port number

 svn co svn://<hostname or ipadd>/MyProject/
>
> How do i change the default port?
>
>
>
> Maheshwar
>
> ________________________________
> Live.in : Get your yourname_at_live.in email id today. Powered by Windows
Live Hotmail. Check it out!

--
Puneet
http://sahyog.blogspot.com/
Latest Post: javac -g
Received on 2008-06-23 13:50:30 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.