-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Description
use svn.remote.RemoteClient has a error .it is ' AttributeError: 'function' object has no attribute 'RemoteClient''
import svn
svnClient = svn.remote.RemoteClient(
r'http://xxx' + branch,
username='sss', password='ss')
svnClient.checkout(path)
It works fine on Windows, but it fails on Linux
I don't know what's going on here
So I need some help
Thanks
Metadata
Metadata
Assignees
Labels
No labels