Displaying 2 results from an estimated 2 matches for "79361".
Did you mean:
7361
2008 Jul 01
0
[LLVMdev] llvm/tools/lto* rename heads up
I have experienced this with a svn 1.5 client but not with 1.4.6.
Did anybody see this with a 1.4.6 (or older) client?
Btw. what is the server version?
Anyway this seems to be a bug in subversion.
Cheers,
Gabor
PS: http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=79361
On Jul 1, 5:27 am, Chris Lattner <clatt... at apple.com> wrote:
> Devang removed the old llvm/tools/lto directory and renamed lto2 ->
> lto. The end result of this is that 'svn up' may complain. If you
> get an error about this from svn, just do:
>
> $ rm -rf...
2008 Jul 01
4
[LLVMdev] llvm/tools/lto* rename heads up
Devang removed the old llvm/tools/lto directory and renamed lto2 ->
lto. The end result of this is that 'svn up' may complain. If you
get an error about this from svn, just do:
$ rm -rf llvm/tools/lto*
$ svn up llvm/tools
to fix it,
-Chris