[issue24698] get_externals.bat script fails

2018-09-04 Thread Zachary Ware


Zachary Ware  added the comment:

Closing as "out of date"; we no longer use svn to fetch external sources.

--
resolution:  -> out of date
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24698] get_externals.bat script fails

2015-07-23 Thread Alex Budovski

New submission from Alex Budovski:

The svn commands need to be wrapped with call, otherwise the batch 
interpreter hangs. Attached simple fix.

--
files: externalsfix.diff
keywords: patch
messages: 247223
nosy: Alex Budovski
priority: normal
severity: normal
status: open
title: get_externals.bat script fails
type: behavior
versions: Python 3.6
Added file: http://bugs.python.org/file39997/externalsfix.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24698
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24698] get_externals.bat script fails

2015-07-23 Thread R. David Murray

R. David Murray added the comment:

This script has been working for a long time, and while it was updated recently 
there was no 'call' previously either.  What environment are you experiencing a 
hang in?

--
components: +Windows
nosy: +paul.moore, r.david.murray, steve.dower, tim.golden, zach.ware

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24698
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24698] get_externals.bat script fails

2015-07-23 Thread Steve Dower

Steve Dower added the comment:

Apparently you've installed SVN differently and you're calling svn.bat (or 
svn.cmd) instead of svn.exe.

Adding call there should not cause a problem for people who have svn.exe, but 
Alex, I suggest you try running where svn to make sure you are actually 
invoking the right thing.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24698
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com