Skip to content

Instantly share code, notes, and snippets.

@DarkSector
Created June 22, 2011 03:42
Show Gist options
  • Save DarkSector/1039469 to your computer and use it in GitHub Desktop.
Save DarkSector/1039469 to your computer and use it in GitHub Desktop.
List the contents of a repository directory
import pysvn
client = pysvn.Client()
entry_list = client.ls('.')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment