[Python-Dev] Buildbots have trouble checking out the repository due to recent changes. (original) (raw)

Georg Brandl g.brandl at gmx.net
Sun May 11 23:45:03 CEST 2008


Alexandre Vassalotti schrieb:

When I rename a module I use "svn copy", since "svn remove" doesn't pick up changes made to the "deleted" file. For example, here is what I did for PixMapWrapper:

svn copy ./Lib/plat-mac/PixMapWrapper.py ./Lib/plat-mac/pixmapwrapper.py edit ./Lib/plat-mac/PixMapWrapper.py svn commit It seems that I could avoid this error by using "cp" instead of "svn copy" (which I did use for renaming copyreg). However, I am not sure if this method doesn't preserve the full history of file. So, how should I do to fix the failing buildbots?

In any case, how does SVN on Windows handle this situation, having two identical filenames -- except for case -- in one directory?

Georg

-- Thus spake the Lord: Thou shalt indent with four spaces. No more, no less. Four shall be the number of spaces thou shalt indent, and the number of thy indenting shall be four. Eight shalt thou not indent, nor either indent thou two, excepting that thou then proceed to four. Tabs are right out.



More information about the Python-Dev mailing list