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
- Host: GitHub
- URL: https://github.com/spaze/svnwcdump
- Owner: spaze
- Created: 2014-10-23T05:01:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-23T05:11:24.000Z (over 10 years ago)
- Last Synced: 2024-12-25T13:41:35.008Z (5 months ago)
- Language: Python
- Size: 129 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 messagesOptions:
- ```--no-tor``` do not use Tor proxy
- ```--almost-dry``` create empty files, don't downloadExample:
```svnwcdump.py http://example.com loot dump.log --no-tor```