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
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 llvm/tools/lto* > $ svn up llvm/tools > > to fix it, > > -Chris > _______________________________________________ > LLVM Developers mailing list > LLVM... at cs.uiuc.edu http://llvm.cs.uiuc.eduhttp://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Hi Gabor, my 1.4.4 didn't complain. Gr. Matthijs
On Tue, Jul 1, 2008 at 5:27 PM, heisenbug <ggreif at gmail.com> wrote:> 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?Yes, with 1.4.6. Regards, Kevin André
Mystery resolved. Very old trees with in-tree builds still had Debug|Release dirs inside tools/lto. These hindered the renaming process. see: http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=79408 Cheers, Gabor On Jul 1, 5:27 pm, heisenbug <ggr... at gmail.com> wrote:> 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 llvm/tools/lto* > > $ svn up llvm/tools > > > to fix it, > > > -Chris > > _______________________________________________ > > LLVM Developers mailing list > > LLVM... at cs.uiuc.edu http://llvm.cs.uiuc.eduhttp://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > _______________________________________________ > LLVM Developers mailing list > LLVM... at cs.uiuc.edu http://llvm.cs.uiuc.eduhttp://lists.cs.uiuc.edu/mailman/listinfo/llvmdev