We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
That could be the reason use import svn.remote dont use import svn
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: