On Wed, Jan 16, 2013 at 6:43 PM, reed kotler <[email protected]> wrote: > My svn for clang is read onlyrkotler@ubuntu-rkotler:~/llvm_trunk/tools$ cd > clang > > rkotler@ubuntu-rkotler:~/llvm_trunk/tools/clang$ svn info > Path: . > URL: http://llvm.org/svn/llvm-project/cfe/trunk > Repository Root: http://llvm.org/svn/llvm-project > Repository UUID: 91177308-0d34-0410-b5e6-96231b3b80d8 > Revision: 172597 > Node Kind: directory > Schedule: normal > Last Changed Author: zaks > Last Changed Rev: 172597 > Last Changed Date: 2013-01-15 17:36:00 -0800 (Tue, 15 Jan 2013) > > Can this be changed with an "svn switch" of some kind?
I think you should re-checkout using your svn login (https://[email protected]/svn/llvm-project/cfe/trunk). You can 'svn diff' in this working copy and apply the patch in the new checkout. Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if (j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
