git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Jay Soffian" <jaysoffian@gmail.com>
To: "Vladimir Pouzanov" <farcaller@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: git-svn fails to fetch repository
Date: Tue, 13 Jan 2009 16:28:01 -0500	[thread overview]
Message-ID: <76718490901131328x5ec30805u3cae29132defd695@mail.gmail.com> (raw)
In-Reply-To: <loom.20090113T211437-12@post.gmane.org>

On Tue, Jan 13, 2009 at 4:16 PM, Vladimir Pouzanov <farcaller@gmail.com> wrote:
> Temp file with moniker ' at /opt/local/lib/perl5/site_perl/5.8.8/Git.pm line
> 1011.

Ah "throw Error::Simple(...)" w/multiple arguments does not work as
the caller thought. Can you manually edit
/opt/local/lib/perl5/site_perl/5.8.8/Git.pm and edit lines 1011 and
1012. So instead of:

                if ($TEMP_FILES{$$temp_fd}{locked}) {
                        throw Error::Simple("Temp file with moniker '",
                                $name, "' already in use");
                }

It will look like:

                if ($TEMP_FILES{$$temp_fd}{locked}) {
                        throw Error::Simple("Temp file with moniker '" .
                                $name . "' already in use");
                }

(i.e., replace the commas with dots.)

Perhaps this will help in tracking down the problem.

j.

  reply	other threads:[~2009-01-13 21:29 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 [this message]
2009-01-13 21:34                 ` Vladimir Pouzanov
2009-01-13 21:46                   ` Jay Soffian
2009-01-14  0:58                   ` Jay Soffian
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=76718490901131328x5ec30805u3cae29132defd695@mail.gmail.com \
    --to=jaysoffian@gmail.com \
    --cc=farcaller@gmail.com \
    --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 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).