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

Re: Fear of upgrade

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-10-03 18:22:36 CEST

Mark Plotnick <plotnick@ensodex.com> writes:

> Would this make sense even if I created the repository with
> the same svn version that I am currently using ?

Not at all. Either svnadmin is able to open the repository, or it
isn't. There is no try.

1. Does something as simple as 'svnadmin youngest /path/to/repos'
    hang? Does it cause a wedge?

2. What does 'ldd svnadmin' say? What does 'ldd svn' say?

3. I assume you have no problems accessing the repository via
    ra_local? As in, 'svn ls file:///path/to/repos'?

4. What happens if you do this?

         $ svnadmin create newrepos
         $ svnadmin youngest newrepos
         $ svnadmin dump newrepos > dump.txt

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 3 18:24:35 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.