[ python-Patches-1774414 ] Make it possible to use SVK to develop Python
"SourceForge.net" <[email protected]> Tue, 14 Aug 2007 18:00:32 -0700
| Newsgroups | gmane.comp.python.patches |
|---|---|
| Message-ID | <[email protected]> |
Patches item #1774414, was opened at 2007-08-14 21:00 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1774414&group_id=5470 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core (C code) Group: Python 3000 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Collin Winter (collinwinter) Assigned to: Nobody/Anonymous (nobody) Summary: Make it possible to use SVK to develop Python Initial Comment: I want to use SVK instead of SVN when developing Python on my laptop. Currently, the parsing of HEADURL in Python/sysmodule.c:svnversion_init() kills the interpreter at start-up because the HEADURL for SVK looks like /py3k/local/Python/sysmodule.c. The attached patch causes svnversion_init() to use "unknown" for the branch name instead of raising a fatal error when it encounters a mis-formatted HEADURL. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1774414&group_id=5470