From: Sasha Khapyorsky <sashak@voltaire.com>
To: Daniel Drake <ddrake@brontes3d.com>
Cc: git@vger.kernel.org
Subject: Re: git-svnimport breakage as of git-1.4.4
Date: Mon, 11 Dec 2006 22:49:04 +0200 [thread overview]
Message-ID: <20061211204904.GC1003@sashak.voltaire.com> (raw)
In-Reply-To: <1165847230.13854.2.camel@systems03.lan.brontes3d.com>
On 09:27 Mon 11 Dec , Daniel Drake wrote:
> On Fri, 2006-12-08 at 22:32 +0200, Sasha Khapyorsky wrote:
> > > # git-svnimport -v -i -C repo -r https://server repo
> >
> > Is this 'server' public? Can I rerun this git-svnimport?
>
> Sorry, it is not.
>
> > @@ -906,7 +912,7 @@ sub commit_all {
> > my ($changed_paths, $revision, $author, $date, $message, $pool) = @_;
> > my %p;
> > while(my($path,$action) = each %$changed_paths) {
> > - $p{$path} = [ $action->action,$action->copyfrom_path, $action->copyfrom_rev, $path ];
> > + $p{$path} = [ $action->action,$svn_dir$action->copyfrom_path, $action->copyfrom_rev, $svn_dir$path ];
>
> This is not valid perl - I think you wanted $svn_dir . $path
Yes, sorry.
>
> After making that modification it's not fixed though:
>
> Fetching from 1 to 10742 ...
> Tree ID 4b825dc642cb6eb9a060e54bf8d69288fbee4904
> Committed change 1:/ 2004-12-22 22:53:27)
> Committing initial tree 4b825dc642cb6eb9a060e54bf8d69288fbee4904
> Commit ID 2614c05ac4c5f24eb89cea056a7d46c909084d8c
> Writing to refs/heads/origin
> DONE: 1 origin 2614c05ac4c5f24eb89cea056a7d46c909084d8c
> perl: subversion/libsvn_subr/path.c:377: svn_path_basename: Assertion
> `is_canonical (path, len)' failed.
> Aborted
Maybe I'm starting to understand. Your svn url (url which points to svn
repository) is https://server/repo and not just https://server, right?
If so, please remove the patch (you don't need it) and rerun:
git-svnimport -v -i -C repo -r https://server/repo
next prev parent reply other threads:[~2006-12-11 20:41 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-07 15:26 git-svnimport breakage as of git-1.4.4 Daniel Drake
2006-12-08 20:32 ` Sasha Khapyorsky
2006-12-10 3:49 ` Dongsheng Song
2006-12-10 11:47 ` Sasha Khapyorsky
2006-12-11 20:00 ` Dongsheng Song
2006-12-11 20:50 ` Sasha Khapyorsky
2006-12-11 21:01 ` Dongsheng Song
2006-12-14 2:25 ` Sasha Khapyorsky
2006-12-11 14:27 ` Daniel Drake
2006-12-11 20:49 ` Sasha Khapyorsky [this message]
2006-12-11 21:03 ` Daniel Drake
2006-12-11 22:03 ` Sasha Khapyorsky
2006-12-13 16:28 ` Daniel Drake
2006-12-14 2:21 ` Sasha Khapyorsky
2006-12-14 21:05 ` Daniel Drake
2006-12-14 21:20 ` Sasha Khapyorsky
2006-12-14 21:32 ` Junio C Hamano
2006-12-14 21:43 ` Sasha Khapyorsky
2007-01-07 0:22 ` [PATCH] git-svnimport: clean svn path when accessing SVN repo Sasha Khapyorsky
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=20061211204904.GC1003@sashak.voltaire.com \
--to=sashak@voltaire.com \
--cc=ddrake@brontes3d.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).