Skip to content

Latest commit

 

History

History
executable file
·
25 lines (23 loc) · 674 Bytes

README.md

File metadata and controls

executable file
·
25 lines (23 loc) · 674 Bytes

control

Subversion browser for transpect based on BaseX

install

  1. clone basex-svn-api module
git clone https://github.com/transpect/basex-svn-api.git
  1. copy lib and jar files to BaseX custom directory.
cp basex-svn-api/jar/basex-svn-api.jar $(BaseX)/lib/custom
cp basex-svn-api/lib/* $(BaseX)/lib/custom
  1. clone control
git clone https://github.com/transpect/control.git
  1. copy control directory in your BaseX webapp directory.
cp -r control $(BaseX)/webapp/
  1. Start BaseX service
  2. Open control in your browser and pass your Subversion repository URL.

http://localhost:8984/control?svnurl=https://mysvnrepo