[Python-checkins] r46655 - in python/trunk: Doc/lib/libthread.tex Doc/lib/libthreading.tex Include/pythread.h Lib/dummy_thread.py Lib/test/output/test_thread Lib/test/test_thread.py Lib/test/test_threading.py Lib/threading.py Misc/NEWS Modules/threadmodule.c Python/thread.c Python/thread_nt.h Python/thread_os2.h Python/thread_pthread.h

Andrew MacIntyre andymac at bullseye.apana.org.au
Mon Jun 5 14:36:34 CEST 2006


tim.peters wrote:

> Note that a branch can (and should) be created for resolving these
> problems, like
> 
> svn copy svn+ssh://svn.python.org/python/trunk -r46640 svn+ssh://svn.python.org/python/branches/NEW_BRANCH
> 
> followed by merging rev 46647 to the new branch.

My attempt to follow your instructions is failing:

andymac at bullseye$ svn copy svn+ssh://svn.python.org/python/trunk -r46640 
svn+ssh://svn.python.org/python/branches/aimacintyre-sf1454481 -m 
"branch to work on SF1454481"
Permission denied (publickey,keyboard-interactive).
svn: Connection closed unexpectedly
andymac at bullseye$

As far as I can tell, I have the ssh-agent running with the appropriate
keys installed (I can do a svn+ssh checkout Ok) but the 
"publickey,keyboard-interactive" bit suggests that something's missing.

Regards,
Andrew.

-- 
-------------------------------------------------------------------------
Andrew I MacIntyre                     "These thoughts are mine alone..."
E-mail: andymac at bullseye.apana.org.au  (pref) | Snail: PO Box 370
        andymac at pcug.org.au             (alt) |        Belconnen ACT 2616
Web:    http://www.andymac.org/               |        Australia


More information about the Python-checkins mailing list