From: Sam Vilain <sam.vilain@catalyst.net.nz>
To: Eric Wong <normalperson@yhbt.net>
Cc: git@vger.kernel.org, Sam Vilain <sam.vilain@catalyst.net.nz>
Subject: [PATCH] git-svn: fix test for trunk svn (commit message not needed)
Date: Fri, 21 Sep 2007 14:02:33 +1200 [thread overview]
Message-ID: <11903401551014-git-send-email-sam.vilain@catalyst.net.nz> (raw)
In-Reply-To: <1190340155146-git-send-email-sam.vilain@catalyst.net.nz>
The 'svn mv -m "rename to thunk"' was a local operation, therefore not
needing a commit message, it was silently ignored. Newer svn clients will
instead raise an error.
Signed-off-by: Sam Vilain <sam.vilain@catalyst.net.nz>
---
t/t9104-git-svn-follow-parent.sh | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/t/t9104-git-svn-follow-parent.sh b/t/t9104-git-svn-follow-parent.sh
index d8f9cab..9eab945 100755
--- a/t/t9104-git-svn-follow-parent.sh
+++ b/t/t9104-git-svn-follow-parent.sh
@@ -19,8 +19,7 @@ test_expect_success 'initialize repo' "
poke trunk/readme &&
svn commit -m 'another commit' &&
svn up &&
- svn mv -m 'rename to thunk' trunk thunk &&
- svn up &&
+ svn mv trunk thunk &&
echo goodbye >> thunk/readme &&
poke thunk/readme &&
svn commit -m 'bye now' &&
--
1.5.2.4
next prev parent reply other threads:[~2007-09-21 2:32 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-21 2:02 [PATCH 0/3] git-svn: pass tests on svn trunk Sam Vilain
2007-09-21 2:02 ` Sam Vilain [this message]
2007-09-21 2:02 ` [PATCH] git-svn: fix test for trunk svn (transaction out of date) Sam Vilain
2007-09-21 2:02 ` [PATCH] git-svn: handle changed svn command-line syntax Sam Vilain
2007-09-21 3:15 ` Sam Vilain
2007-09-21 3:27 ` Sam Vilain
2007-09-21 8:23 ` Eric Wong
2007-09-22 9:06 ` Karl Hasselström
2007-09-21 8:27 ` [PATCH 0/3] git-svn: pass tests on svn trunk Eric Wong
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=11903401551014-git-send-email-sam.vilain@catalyst.net.nz \
--to=sam.vilain@catalyst.net.nz \
--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.