"Drew Jetter" <ajetter1@cox.net> writes:
> ------=_NextPart_000_0011_01C24B94.ECDA55D0
> Content-Type: text/plain;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> > Yes, you should. To verify that your repository really was created
> > with the new code, make sure that you have a file =
> C:\svnrepos\drew\format=20
> > with a "1" in it. If you don't, then your repository was actually
> > created with an older version of the filesystem code. If you *do*,
> > then we should examine this further as a potential bug.
>
> I have C:\svnrepos\drew\format, and it does contain a 1 in it. Let me
> know if there's anything I can do to help you guys track this bug down.
Well, if you're not building Subversion from source, then there
probably isn't a whole lot you can do. I just committed (r3054) a
change that should help right now. There is an error stack that we
should have been propagating, but were not, so now, instead of just
seeing:
subversion/libsvn_repos/repos.c:631: (apr_err=165005, src_err=0)
svn: Unsupported repository version
svn: Expected version '1' of repository; found no version at all;
is `.greek-repo' a valid repository path?
folks can see something more like:
subversion/libsvn_repos/repos.c:631: (apr_err=165005, src_err=0)
svn: Unsupported repository version
svn: Expected version '1' of repository; found no version at all;
is `.greek-repo' a valid repository path?
subversion/libsvn_subr/io.c:1567: (apr_err=13, src_err=0)
svn: Permission denied
svn: svn_io_file_open: can't open `.greek-repo/format'
If you get a newer version of subversion (r3054 or better), and this
bug still happens, let us know the new info you get from the expanded
error message.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Aug 25 00:56:31 2002