Skip to main content

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

Editor shortcut

  • Ctrl+S : save file

  • Ctrl+Shif+N : new file

  • Ctrl+H : show help info

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

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.7.tar.gz (66.0 kB view details)

Uploaded Source

File details

Details for the file SVNOnline-0.0.7.tar.gz.

File metadata

  • Download URL: SVNOnline-0.0.7.tar.gz
  • Upload date:
  • Size: 66.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for SVNOnline-0.0.7.tar.gz
Algorithm Hash digest
SHA256 4b166156fc0b652672a4307f53288660f3d7b69abf2c8d1e6fdf2c4ee6c0bdf0
MD5 798ea651e11eff7689ffbc92e862679b
BLAKE2b-256 23ae05914135987759b836c0f4bc4cb6f956b580a565f42b968d249af7e05d2b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page