Displaying 2 results from an estimated 2 matches for "wc70".
Did you mean:
bc70
2018 Mar 17
1
Local svn strategy for future LLVM release updates
...%60pwd%60/repos/llvm/trunk/myproj> > /tmp/diffs60.patch
// Identify and fixup any conflicts, repeat above until no conflicts
// Repeat same steps as above to make a trunk/llvm_70 and trunk/myproj70
svn co file://`pwd`/repos/llvm/trunk/llvm_70<file:///%60pwd%60/repos/llvm/trunk/llvm_70> wc70
cd wc70
svn patch /tmp/diffs60.patch
svn commit
// Start using trunk/myproj70 as project base
Sent from my iPhone
2018 Mar 16
0
local svn strategy for LLVM release updates
...svn diff file://`pwd`/repos/llvm/trunk/llvm_60 file://`pwd`/repos/llvm/trunk/myproj > /tmp/diffs60.patch
// Identify and fixup any conflicts, repeat above until no conflicts
// Repeat same steps as above to make a trunk/llvm_70 and trunk/myproj70
svn co file://`pwd`/repos/llvm/trunk/llvm_70 wc70
cd wc70
svn patch /tmp/diffs60.patch
svn commit
// Start using trunk/myproj70 as project base