This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author MLModel
Recipients MLModel
Date 2009-02-15.00:33:09
SpamBayes Score 2.91278e-10
Marked as misclassified No
Message-id <1234657992.73.0.432074420703.issue5267@psf.upfronthosting.co.za>
In-reply-to
Content
After checking out 3.0 and 3.1 and building them on a Mac (Leopard, 
Intel) when I subsequently try to do "svn update" I get the error:

svn: Directory 'Mac/PythonLauncher/Python Launcher.app/.svn' containing 
working copy admin area is missing

As a result, "svn update" fails. Removing PythonLauncher.app fixes.
This problem does NOT happen in Python2.6 even though there's no 
PythonLauncher.app/.svn there either. I don't know enough about 
subversion to disentangle this.

And in fact there is a .svn directory in Mac/IDLE/Idle.app but none in 
PythonLauncher.app. "make clean" doesn't remove the .app's; perhaps it 
should.

[Am I mistaken in building my subversion directories?]
History
Date User Action Args
2009-02-15 00:33:12MLModelsetrecipients: + MLModel
2009-02-15 00:33:12MLModelsetmessageid: <1234657992.73.0.432074420703.issue5267@psf.upfronthosting.co.za>
2009-02-15 00:33:11MLModellinkissue5267 messages
2009-02-15 00:33:09MLModelcreate