зеркало из https://github.com/microsoft/git.git
t9150,t9151: Add rewrite-root option to init
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>
This commit is contained in:
Родитель
bf60fff8f1
Коммит
95109f2947
|
@ -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
|
||||
"
|
||||
|
|
|
@ -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
|
||||
"
|
||||
|
|
Загрузка…
Ссылка в новой задаче