From: Joel Becker <Joel.Becker@oracle.com>
To: Deskin Miller <deskinm@umich.edu>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: Re: git-svn clone problem
Date: Wed, 27 May 2009 19:41:53 -0700 [thread overview]
Message-ID: <20090528024153.GH12914@mail.oracle.com> (raw)
In-Reply-To: <86d4c5e00905271911g58cccc1bwd4b881541db6f7a5@mail.gmail.com>
On Wed, May 27, 2009 at 07:11:01PM -0700, Deskin Miller wrote:
> The problem here isn't with git-svn; rather, it is with the svn
> repository at oss.oracle.com claiming a nonsensical UUID. svn uses
> UUIDs behind the scenes to identify each repository, and git-svn does
> the same thing. When doing git svn init (or clone, which is just init
> && fetch) the svn server sends back a UUID which identifies it. When
> I use wireshark and expand the first HTTP packet back from a good svn
> server, I see something like the following embedded in the xml tree:
>
> <lp3:repository-uuid>
> 612f8ebc-c883-4be0-9ee0-a4e9ef946e3a
> </lp3:repository-uuid>
>
> However when I do the same with oss.oracle.com I see
>
> <lp2:repository-uuid>
> ????????-????-????-????-????????????
> </lp2:repository-uuid>
>
> git-svn tries to play along for a while, but the bottom line is that a
> string of question marks isn't a UUID.
>
> There's more about svn's use of UUIDs in the svn book. Perhaps the
> admin of oss.oracle.com can correct this UUID problem so one can use
> git-svn with this repository.
Is this some new feature of svn that git-svn has decided to
require? We're running subversion 1.4.4 there, and git-svn used to work
against those repos.
Hmm, it's only a couple of very old repos with this problem -
they were probably created with subversion 1.1 or 1.0. I found how to
fix it. Thanks.
Joel
--
"People with narrow minds usually have broad tongues."
Joel Becker
Principal Software Developer
Oracle
E-mail: joel.becker@oracle.com
Phone: (650) 506-8127
next prev parent reply other threads:[~2009-05-28 2:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-27 22:16 git-svn clone problem Joel Becker
2009-05-28 2:11 ` Deskin Miller
2009-05-28 2:41 ` Joel Becker [this message]
2009-05-28 7:47 ` Matthias Andree
2009-05-28 17:22 ` Joel Becker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090528024153.GH12914@mail.oracle.com \
--to=joel.becker@oracle.com \
--cc=deskinm@umich.edu \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.