A svn online client.
Project description
SVNOnline
A svn online client.
Install
pip install SVNOnline
Use
cd to you working directory and run command:
SVNOnline
on Windows use:
SVNOnline.bat
if can’t find SVNOnline command, try:
python -m SVNOnline
open broswer with url http://127.0.0.1:8000
Other tips
1.set http port 80
SVNOnline 80
2.authenticate with username and password (admin admin)
SVNOnline -u admin -p admin
3.set the working directory (/tmp)
SVNOnline -d /tmp
4.bind address with 127.0.0.1
SVNOnline 127.0.0.1:8000
5.use as wsgi
# set username and passwor export WSGI_PARAMS="-u admin -p admin" # run wsgi with gunicorn gunicorn -b 0.0.0.0:8000 SVNOnline.wsgi:application
CHANGES
0.0.1
init version.
0.0.2
first useable version.
0.0.4
wsgi suport
0.0.5
README of wsgi
0.0.7
fix wsgi bug
0.0.8
remove function
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
SVNOnline-0.0.8.tar.gz
(66.6 kB
view details)
File details
Details for the file SVNOnline-0.0.8.tar.gz
.
File metadata
- Download URL: SVNOnline-0.0.8.tar.gz
- Upload date:
- Size: 66.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7101fef51e0d02736eef931097f5c260c3e9e144f944193b8637f95f8dd3cf4f |
|
MD5 | bbaf59637890bdf82e05353dfc2eae1a |
|
BLAKE2b-256 | eee883c934c202f204e57d9420fa01bdbe3608b2e094d7625cdad22f4ae59493 |