Den Feb 14, 2010 kl. 15:18 skrev Роман Донченко
:
Роман Донченко писал в
своём письме Tue, 19 Jan 2010 21:08:04 +0300:
Daniel Eggert писал в своём
письме Tue, 19 Jan 2010 20:12:50 +0300:
On Jan 19, 2010, at 7:25 , Роман Донченко wrote:
On Mon, 2010-01-18 at 20:12 -0600, Daniel
On Jan 20, 2010, at 11:10 , Роман Донченко wrote:
> Daniel Eggert писал в своём письме Wed, 20 Jan 2010
> 19:54:40 +0300:
>
>>>> I got svn.ra.open2() and svn.ra.get_dir() working, but I'm unable to make
>>>> the receiver/baton part of
>>>>
On Jan 19, 2010, at 7:25 , Роман Донченко wrote:
>> On Mon, 2010-01-18 at 20:12 -0600, Daniel Eggert wrote:
>>> I've been trying to use python to use Subversion’s Remote Access library,
>>> but it crashes.
>>>
>>>
>>>
>>> #!/u
No. It is the 'normal' Python binary. No Java.
/Daniel
On Jan 19, 2010, at 5:57, Luke Imhoff wrote:
The fact that the trace shows org.python.python, does that mean that
your /usr/bin/python is Jython (python in java) instead of CPython?
On Mon, 2010-01-18 at 20:12 -0600, Dan
I've been trying to use python to use Subversion’s Remote Access library, but
it crashes.
#!/usr/bin/python
import os
import svn
import svn.ra
import svn.client
import svn.core
svn.ra.initialize()
class Callbacks(svn.ra.Callbacks):
def __init__(self):
self.auth_baton = svn.core.