Bugs item #1395926, was opened at 2006-01-03 12:30 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1395926&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: Build Group: Python 2.5 Status: Open Resolution: None Priority: 5 Submitted By: M.-A. Lemburg (lemburg) Assigned to: Barry A. Warsaw (bwarsaw) Summary: make fails trying to run svnversion Initial Comment: If you run make in a directory that has an .svn subdir, make fails if there's no usable subversion installation on the PATH: if test -d ./.svn; then \ svnversion . >buildno; \ elif test -f buildno; then \ expr `cat buildno` + 1 >buildno1; \ mv -f buildno1 buildno; \ else echo 1 >buildno; fi /bin/sh: svnversion: command not found The above test should probably also check for the availability of svnversion. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1395926&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com