https://github.com/transpect/control
Subversion browser for transpect based on BaseX
https://github.com/transpect/control
basex subversion xquery
Last synced: 3 months ago
JSON representation
Subversion browser for transpect based on BaseX
- Host: GitHub
- URL: https://github.com/transpect/control
- Owner: transpect
- License: bsd-2-clause
- Created: 2020-02-17T18:18:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T09:29:12.000Z (4 months ago)
- Last Synced: 2025-02-11T10:32:22.730Z (4 months ago)
- Topics: basex, subversion, xquery
- Language: XQuery
- Homepage:
- Size: 1.14 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# control
Subversion browser for transpect based on BaseX# install
1. clone basex-svn-api module
```bash
git clone https://github.com/transpect/basex-svn-api.git
```
2. copy lib and jar files to BaseX `custom` directory.
```bash
cp basex-svn-api/jar/basex-svn-api.jar $(BaseX)/lib/custom
cp basex-svn-api/lib/* $(BaseX)/lib/custom
```
3. clone control
```bash
git clone https://github.com/transpect/control.git
```
4. copy `control` directory in your BaseX `webapp` directory.
```bash
cp -r control $(BaseX)/webapp/
```
5. Start BaseX service
6. Open control in your browser and pass your Subversion repository URL.http://localhost:8984/control?svnurl=https://mysvnrepo