Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

svn.remote.RemoteClient #185

Open
xiatiandao opened this issue Jul 29, 2022 · 1 comment
Open

svn.remote.RemoteClient #185

xiatiandao opened this issue Jul 29, 2022 · 1 comment

Comments

@xiatiandao
Copy link

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

@xiatiandao
Copy link
Author

That could be the reason
use import svn.remote
dont use import svn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant