[Lldb-commits] [PATCH] D29909: Break some more dependencies in lldbUtility
Zachary Turner via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 13 15:16:11 PST 2017
zturner added a comment.
In https://reviews.llvm.org/D29909#675644, @krytarowski wrote:
> In https://reviews.llvm.org/D29909#675621, @zturner wrote:
>
> > `git log --follow` seems to understand. Is that sufficient to guarantee that it will be retained on the SVN side?
>
>
> On SVN there is need to explicitly rename files to retain history. (`svn mv old new` or similar syntax)
I know, but there is the question of whether `git-svn` does this automatically on the backend.
I guess in the future it doesn't matter much, as it looks like an eventual move to `git`-only is inevitable.
https://reviews.llvm.org/D29909
More information about the lldb-commits
mailing list