[cfe-commits] changing svn to read/write
Jean-Daniel Dupas
devlists at shadowlab.org
Wed Jan 16 08:51:12 PST 2013
Le 16 janv. 2013 à 17:43, reed kotler <rkotler at mips.com> a écrit :
>
> 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?
>
What you're looking for is "svn switch --relocate'
In your case probably something like
svn switch --relocate http://llvm.org/ https://onlyrkotler@llvm.org/
> tia.
>
> reed
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
-- Jean-Daniel
More information about the cfe-commits
mailing list