RE: beginner admin question: no repository found

2011-04-11 Thread Bob Archer
> > The machine on which my svn repository lives was recently > > upgraded. I didn't have svnserve in a run-on-reboot script, > > so I started it by hand (log in as "svn", then type "svnserve > > -d"). But whenever I make any requests of the server (e.g. > > "svn ls svn://localhost", much less "s

RE: beginner admin question: no repository found

2011-04-11 Thread Tony Sweeney
Sent: 08 April 2011 18:11 > To: users@subversion.apache.org > Subject: beginner admin question: no repository found > > The machine on which my svn repository lives was recently > upgraded. I didn't have svnserve in a run-on-reboot script, > so I started it by hand (log i

RE: beginner admin question: no repository found

2011-04-11 Thread Bob Archer
> The machine on which my svn repository lives was recently upgraded. > I didn't have svnserve in a run-on-reboot script, so I started it > by hand (log in as "svn", then type "svnserve -d"). But whenever I > make any requests of the server (e.g. "svn ls svn://localhost", > much less "svn update")

beginner admin question: no repository found

2011-04-10 Thread Stephen Bloch
The machine on which my svn repository lives was recently upgraded. I didn't have svnserve in a run-on-reboot script, so I started it by hand (log in as "svn", then type "svnserve -d"). But whenever I make any requests of the server (e.g. "svn ls svn://localhost", much less "svn update"), I ge

Re: beginner admin question: no repository found

2011-04-08 Thread Stephen Bloch
I think I may have found the problem: I was assuming "svnserve" would use "./repos" as its root by default. Saying that explicitly with "svnserve -d -r /home/svn/repos" seems to have fixed things. Told you it was a beginner question :-) Stephen Bloch sbl...@adelphi.edu