Buildbot error

Rainer Müller raimue at macports.org
Wed Dec 26 14:13:32 PST 2012


On 2012-12-26 21:16, Vincent Habchi wrote:
> ok I reverted back. Something appears to be messy in my tree:
> 
> -> svn info py32-pyobjc
> Path: py32-pyobjc
> URL: https://svn.macports.org/repository/macports/trunk/dports/python/py27-pyobjc
> Repository Root: https://svn.macports.org/repository/macports
> Repository UUID: d073be05-634f-4543-b044-5fe20cf6d1d6
> Revision: 100796
> Node Kind: directory
> Schedule: normal
> Last Changed Author: jmr at macports.org
> Last Changed Rev: 99568
> Last Changed Date: 2012-11-10 06:14:13 +0100 (Sam, 10 nov 2012)

Are you still using Subversion 1.6 and copied the directory with plain
cp, including the .svn directory in this path? Then you need to get rid
of this .svn directory and make a proper copy.

By the way, this won't happen with Subversion 1.7 any more, there's now
only a single .svn at the top of the working copy.

> How can I wipe out any reference to py27-pyobjc and start afresh with a new py32-pyobjc directory?

1. Move the py32-pyobjc aside:
     mv py32-pyobjc /tmp/py32-pyobjc
2. Create a proper copy of py27-pyobjc:
     svn cp py27-pyobjc py32-pyobjc
3. Move your saved changes back into place (also files/*, if exists):
     mv /tmp/py32-pyobjc/Portfile py32-pyobjc/Portfile
4. Get rid of the temporary copy:
     rm -rf /tmp/py32-pyobjc

Hope this helps, then test your changes and afterwards commit them.

Rainer


More information about the macports-dev mailing list