[Python-Dev] Buildbots have trouble checking out the repository due to recent changes. (original) (raw)
Alexandre Vassalotti alexandre at peadrop.com
Mon May 12 15:16:00 CEST 2008
- Previous message: [Python-Dev] Buildbots have trouble checking out the repository due to recent changes.
- Next message: [Python-Dev] Buildbots have trouble checking out the repository due to recent changes.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, May 12, 2008 at 3:40 AM, "Martin v. Löwis" <martin at v.loewis.de> wrote:
> 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:
You want to make changes to the deleted file? Why?
The idea was to replace the orignial module file with its stub. However, the "svn copy" and edit process isn't the cause of the problems. It is the fact that 2 files existed in the same directory differing only by a case-change.
Anyway, all the buildbot seems okay now.
-- Alexandre
- Previous message: [Python-Dev] Buildbots have trouble checking out the repository due to recent changes.
- Next message: [Python-Dev] Buildbots have trouble checking out the repository due to recent changes.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]