Patches item #1774414, was opened at 2007-08-14 21:00
Message generated for change (Settings changed) made by collinwinter
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: Neal Norwitz (nnorwitz)
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
_______________________________________________
Patches mailing list
Patches@python.org
http://mail.python.org/mailman/listinfo/patches

Reply via email to