[llvm] r180587 - Added the scripts git-svnup/git-svnrevert to utils/git-svn.
Michael Liao
michael.liao at intel.com
Thu Apr 25 20:08:18 PDT 2013
On Fri, 2013-04-26 at 03:51 +0100, Chandler Carruth wrote:
>
> On Fri, Apr 26, 2013 at 1:58 AM, Michael Gottesman
> <mgottesman at apple.com> wrote:
> +SVN_REVISION=$(git log -1 $COMMIT | grep git-svn-id | tr -s
> "@" " " | cut -f 4 -d " ")
>
> "git svn find-rev" seems like a simpler way of doing this...
It requires git-svn cloned repo instead of general git repo. Checking it
first and falling back to this shell script may be an alternative.
- michael
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list