[llvm-commits] [llvm] r48610 - /llvm/branches/ggreif/README

Gabor Greif ggreif at gmail.com
Thu Mar 20 14:24:23 PDT 2008


Author: ggreif
Date: Thu Mar 20 16:24:22 2008
New Revision: 48610

URL: http://llvm.org/viewvc/llvm-project?rev=48610&view=rev
Log:
add preferred method of only switching two files

Modified:
    llvm/branches/ggreif/README

Modified: llvm/branches/ggreif/README
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/ggreif/README?rev=48610&r1=48609&r2=48610&view=diff

==============================================================================
--- llvm/branches/ggreif/README (original)
+++ llvm/branches/ggreif/README Thu Mar 20 16:24:22 2008
@@ -14,6 +14,12 @@
   cd llvm/test
   svn switch http(s)://llvm.org/svn/llvm-project/llvm/branches/ggreif/parallelized-test .
 
+ alternatively you can only switch the two affected files:
+  cd llvm/test
+  svn switch http(s)://llvm.org/svn/llvm-project/llvm/branches/ggreif/parallelized-test/Makefile Makefile
+  svn switch http(s)://llvm.org/svn/llvm-project/llvm/branches/ggreif/parallelized-test/lib/llvm.exp lib/llvm.exp
+
+
 2) <class Use> size reduction.
 After some conversation with Chris I think we are ready for a
 16 -> 12 byte size reduction of the Use class. There are some





More information about the llvm-commits mailing list