search for: getrepositorypath

Displaying 2 results from an estimated 2 matches for "getrepositorypath".

2013 Sep 17
2
[LLVMdev] [PATCH] Detect SVN revision and path on Git working copy
...show exactly the same as if built from SVN, if we build using clean master. Therefore we check if last commit contains git-svn-id: and if so we extract SVN revision and repo URL. Otherwise we fallback to Git hash and URL. Calls to sed and grep conform to POSIX standard (no extended RE). --- utils/GetRepositoryPath | 2 ++ utils/GetSourceVersion | 2 ++ 2 files changed, 4 insertions(+) -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Detect-SVN-revision-and-path-on-Git-working-copy.patch Type: text/x-patch Size: 972 bytes Desc: not available URL: <http://lists.llvm.o...
2013 Sep 17
0
[LLVMdev] [PATCH] Detect SVN revision and path on Git working copy
...allback to Git hash and URL. This means that from build to build, depending on whether a Git change or SVN change is the most recent on my branch, I will get different results. That seems problematic. > > Calls to sed and grep conform to POSIX standard (no extended RE). > --- > utils/GetRepositoryPath | 2 ++ > utils/GetSourceVersion | 2 ++ > 2 files changed, 4 insertions(+) > > <0001-Detect-SVN-revision-and-path-on-Git-working-copy.patch>_______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.ed...