Re: SVN broken due to file rename

2007-04-26 Thread Uwe Stöhr
Andre Poenitz schrieb: That's not an SVN problem, but a problem of case-insensitive file systems. Should be 'fixed' now. Thanks, it's now working again. regards Uwe

Re: SVN broken due to file rename

2007-04-26 Thread Michael Gerz
Andre Poenitz schrieb: On Thu, Apr 26, 2007 at 09:15:50PM +0200, Uwe Stöhr wrote: breaks SVN as there is already file "color.h", note the difference to "Color.h" SVN doesn't allow to have two files with the same name no matter if the use capital letters or not. So you have to remove "Color.

Re: SVN broken due to file rename

2007-04-26 Thread Andre Poenitz
On Thu, Apr 26, 2007 at 09:15:50PM +0200, Uwe Stöhr wrote: > >breaks SVN as there is already file "color.h", note the difference to > >"Color.h" SVN doesn't allow to have two files with the same name no > >matter if the use capital letters or not. So you have to remove > >"Color.h" first. > > t

Re: SVN broken due to file rename

2007-04-26 Thread Andre Poenitz
On Thu, Apr 26, 2007 at 08:58:21PM +0200, Uwe Stöhr wrote: > André, > > your last commit: > http://www.lyx.org/trac/changeset/18046 > > breaks SVN as there is already file "color.h", note the difference to > "Color.h" SVN doesn't allow to have two files with the same name no matter > if the use

Re: SVN broken due to file rename

2007-04-26 Thread Bo Peng
the same is for - PSpell.cpp - Error: Failed to add file 'D:\LyXSVN\lyx-devel\src\ParagraphMetrics.h': object of the same name already exists Can you remove src and do a fresh svn up? Bo

Re: SVN broken due to file rename

2007-04-26 Thread Uwe Stöhr
breaks SVN as there is already file "color.h", note the difference to "Color.h" SVN doesn't allow to have two files with the same name no matter if the use capital letters or not. So you have to remove "Color.h" first. the same is for - PSpell.cpp - Error: Failed to add file 'D:\LyXSVN\lyx-de

SVN broken due to file rename

2007-04-26 Thread Uwe Stöhr
André, your last commit: http://www.lyx.org/trac/changeset/18046 breaks SVN as there is already file "color.h", note the difference to "Color.h" SVN doesn't allow to have two files with the same name no matter if the use capital letters or not. So you have to remove "Color.h" first. Please fix