From: "Jay Soffian" <jaysoffian@gmail.com>
To: "Vladimir Pouzanov" <farcaller@gmail.com>
Cc: git@vger.kernel.org, "Eric Wong" <normalperson@yhbt.net>
Subject: Re: git-svn fails to fetch repository
Date: Tue, 13 Jan 2009 19:58:09 -0500 [thread overview]
Message-ID: <76718490901131658l108852f2y9a25eb9133d6e96d@mail.gmail.com> (raw)
In-Reply-To: <loom.20090113T213400-985@post.gmane.org>
On Tue, Jan 13, 2009 at 4:34 PM, Vladimir Pouzanov <farcaller@gmail.com> wrote:
> Jay Soffian <jaysoffian <at> gmail.com> writes:
>> Perhaps this will help in tracking down the problem.
>
> $ git svn clone http://qsb-mac.googlecode.com/svn/trunk qsb-mac
> Initialized empty Git repository in /Users/farcaller/temp/qsb-mac/.git/
> r1 = 810fe584c48b884460b5403a28bc61d872452b93 (git-svn)
> Temp file with moniker 'svn_delta' already in use at /opt/local/lib/perl5/
> site_perl/5.8.8/Git.pm line 1011.
One more thing to try. Edit your Git.pm and make the top of
_temp_cache() look like the following:
sub _temp_cache {
my ($self, $name) = _maybe_self(@_);
use Carp qw(longmess);
warn longmess() if $name eq "svn_delta";
So you're adding the "use Carp..." and "warn..." lines.
Then try the import again. That should at least show why the svn_delta
temp file is being acquired twice.
(Yes, this is the printf school of debugging...)
j.
next prev parent reply other threads:[~2009-01-14 0:59 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-13 14:53 git-svn fails to fetch repository Vladimir Pouzanov
2009-01-13 15:03 ` Vladimir Pouzanov
2009-01-13 17:51 ` Michael J Gruber
2009-01-13 19:01 ` Vladimir Pouzanov
2009-01-13 20:39 ` Björn Steinbrink
2009-01-13 20:46 ` Vladimir Pouzanov
2009-01-13 21:12 ` Jay Soffian
2009-01-13 21:16 ` Vladimir Pouzanov
2009-01-13 21:28 ` Jay Soffian
2009-01-13 21:34 ` Vladimir Pouzanov
2009-01-13 21:46 ` Jay Soffian
2009-01-14 0:58 ` Jay Soffian [this message]
2009-01-14 8:32 ` Vladimir Pouzanov
2009-01-14 18:06 ` Jay Soffian
2009-01-17 9:51 ` Eric Wong
2009-01-17 10:06 ` Vladimir Pouzanov
2009-01-17 10:45 ` Eric Wong
2009-01-17 17:33 ` Jay Soffian
2009-01-13 21:20 ` Jay Soffian
2009-01-23 8:52 ` Petr Baudis
2009-01-23 13:22 ` Björn Steinbrink
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=76718490901131658l108852f2y9a25eb9133d6e96d@mail.gmail.com \
--to=jaysoffian@gmail.com \
--cc=farcaller@gmail.com \
--cc=git@vger.kernel.org \
--cc=normalperson@yhbt.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).