Ilya Basin <[email protected]> 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
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html