Re: roll back,merge and tree confilct

2011-04-11 Thread David Weintraub
On Sun, Apr 10, 2011 at 11:26 PM, Gu wrote: > I used > svn merge svn+ssh://repos/C@HEAD svn+ssh://repos/C@52 ./C > Error: Attempt to add tree conflict that already exists. > C is a name of the directory. I want to roll back the whole tree. > It seems that I accidentally changed some tree structure

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
You need to tell svnserve where your repository is on the machine. e.g. svnserve -d -r /path/to/repo It's probably trying to serve a repository rooted at /, which is probably not where yours is. > -Original Message- > From: Stephen Bloch [mailto:sbl...@adelphi.edu] > Sent: 08 April 20

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")

RE: Question to Setup and Implement Subversion

2011-04-11 Thread Bob Archer
> I have a customer that is interested in purchasing and utilizing > Subversion.  I want to be sure that we architect the > server/repository on the correct solution and couldn’t find much > information on the recommended implementation path and architecture > setups.  If anyone is able to provide