Skip to content

Commit

Permalink
t9150,t9151: Add rewrite-root option to init
Browse files Browse the repository at this point in the history
The rewrite-root option seems to be a bit problematic with merge
detecting, so it's better to have a merge detecting test with it
turned on.

Signed-off-by: Tuomas Suutari <tuomas.suutari@gmail.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
  • Loading branch information
Tuomas Suutari authored and Eric Wong committed Mar 13, 2010
1 parent bf60fff commit 95109f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions t/t9150-svk-mergetickets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ test_expect_success 'load svk depot' "
svnadmin load -q '$rawsvnrepo' \
< '$TEST_DIRECTORY/t9150/svk-merge.dump' &&
git svn init --minimize-url -R svkmerge \
--rewrite-root=http://svn.example.org \
-T trunk -b branches '$svnrepo' &&
git svn fetch --all
"
Expand Down
1 change: 1 addition & 0 deletions t/t9151-svn-mergeinfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ test_expect_success 'load svn dump' "
svnadmin load -q '$rawsvnrepo' \
< '$TEST_DIRECTORY/t9151/svn-mergeinfo.dump' &&
git svn init --minimize-url -R svnmerge \
--rewrite-root=http://svn.example.org \
-T trunk -b branches '$svnrepo' &&
git svn fetch --all
"
Expand Down

0 comments on commit 95109f2

Please sign in to comment.