[cfe-commits] changing svn to read/write

Dmitri Gribenko gribozavr at gmail.com
Wed Jan 16 08:48:56 PST 2013


On Wed, Jan 16, 2013 at 6:43 PM, reed kotler <rkotler at mips.com> wrote:
> My svn for clang is read onlyrkotler at ubuntu-rkotler:~/llvm_trunk/tools$ cd
> clang
>
> rkotler at 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://rkotler@llvm.org/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 <gribozavr at gmail.com>*/



More information about the cfe-commits mailing list