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

Re: Svn 1.4 on slackware

From: Colleen Dick <platypus_at_peak.org>
Date: 2007-03-27 08:08:42 CEST

Hi Ryan and all,
Thank you for your help and I apologize for hitting reply instead of
reply all.

Basically Ryan told me to RTFM, but in fact the FM was open to just that
page already. I am trying to fix an installation that worked before.
I am using the -i option in my inetd.conf but I never specified the
repo. That is how the manual says to do it. I understand that -r is
an option to tell it root of the repo so that
you can have a shortened path which appends to the root in your .svns in
your various projects. Since I have the full path in the existing
projects I think it will hook up better if I don't alter that.

The fact I can telnet to it on the port tells me the network layer is
working, the ports are open when inetd opens them and the connection is
being made. It's just the client that can't connect. And I discovered
why by doing a svn info. It's because I'm a dyslexic idiot. I opened
ports 3690 as it says. But all my old repos list 3960 that was the port
I was using before and never noticed it was "wrong". So when I changed
my firewall to allow port 3960 everythings hunkie dorie.

On Sun, 2007-03-25 at 17:37 -0500, Ryan Schmidt wrote:
> On Mar 25, 2007, at 18:20, Colleen Dick wrote:
>
> > OK I think I see what the problem is, the newly installed
> > svn doesnt know where the repository is. Create will create a new one
> > but I'm rather attached to my old one, give it has 2 yrs worth of
> > work.
> > Where's the reattach commend.
> > I copied the old one back to the same place on the file system, How
> > can
> > I just tell svn where it is?
>
> There is no "reattach command", nor any reason for one. Depending on
> what server you're using to serve the repository (apache or
> svnserve), simply configure that server to tell it where the
> repository is. If you're using apache, set the proper repository path
> in your httpd.conf, in the SVNPath or SVNParentPath line. You said
> you're using svnserve, so you need to figure out where on Slackware
> the configuration file is that starts svnserve, and fix it to use the
> repository root parameter to tell it where your repository is.
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 27 07:17:00 2007

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.