i'm a total freshman in python, i have 2.7 version on my computer. I need to download latest revision from repository. My code is:
import pysvn
svn_url = "https://..."
client = pysvn.Client()
how should i login there? I could not find any information about it.