An open API service indexing awesome lists of open source software.

https://github.com/spaze/svnwcdump

Dumps Subversion working copy located at a website and accessible using HTTP
https://github.com/spaze/svnwcdump

Last synced: 22 days ago
JSON representation

Dumps Subversion working copy located at a website and accessible using HTTP

Awesome Lists containing this project

README

        

svnwcdump
=========

Dumps Subversion working copy located at a website and accessible using HTTP

Usage: ```svnwcdump.py [--no-tor] [--almost-dry]```

Where:
- `````` is without the path to entries file, just http://example.com
- `````` where to dump the working copy
- `````` where to log messages

Options:
- ```--no-tor``` do not use Tor proxy
- ```--almost-dry``` create empty files, don't download

Example:
```svnwcdump.py http://example.com loot dump.log --no-tor```