From: Thomas Rast <trast@inf.ethz.ch>
To: Ilya Basin <basinilya@gmail.com>
Cc: Git mailing list <git@vger.kernel.org>,
Eric Wong <normalperson@yhbt.net>
Subject: Re: [PATCH 1/2] git-svn: fix occasional "Failed to strip path" error on fetch next commit
Date: Sun, 28 Apr 2013 10:58:36 +0200 [thread overview]
Message-ID: <87obcz3ubn.fsf@linux-k42r.v.cablecom.net> (raw)
In-Reply-To: <1107347907.20130428123527@gmail.com> (Ilya Basin's message of "Sun, 28 Apr 2013 12:35:27 +0359")
Ilya Basin <basinilya@gmail.com> writes:
>
You should Cc Eric on git-svn related patches.
> Test script:
>
> rm -rf testrepo.svn testrepo.gitsvn
> svnadmin create testrepo.svn
> url=file://`pwd`/testrepo.svn
>
> svn mkdir -m "" "$url/trunk" "$url/branches" "$url/tags"
> rm -rf testrepo
> svn co "$url" testrepo
> cd testrepo/trunk
>
> mkdir -p foo/bar/
> svn add foo/
> svn commit -mx
>
> svn rm foo/bar/
> svn commit -mx
>
> svn up
> mkdir -p baz/
> svn add baz/
> svn commit -mx
>
> echo x > fil.txt
> svn add fil.txt
> svn commit -mx
>
> cd ../..
>
> git svn clone --stdlayout --preserve-empty-dirs "$url" testrepo.gitsvn
Please add an actual regression test, probably to t9160.
--
Thomas Rast
trast@{inf,student}.ethz.ch
prev parent reply other threads:[~2013-04-28 8:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-28 8:36 [PATCH 1/2] git-svn: fix occasional "Failed to strip path" error on fetch next commit Ilya Basin
2013-04-28 8:58 ` Thomas Rast [this message]
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=87obcz3ubn.fsf@linux-k42r.v.cablecom.net \
--to=trast@inf.ethz.ch \
--cc=basinilya@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 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.