Skip to content

Commit

Permalink
Version 1.1.3 - Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik kuehne committed Sep 28, 2022
1 parent 23bb7a5 commit f1e1c0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Synchronizes your data collection with GitHub and GitLab.

- [node](https://nodejs.org/en/): `v12+`
- [exist-db](https://www.exist-db.org): `v5.3.0+` (works with Version [GITSHA: 4a8124](https://github.com/eXist-db/exist#4a8124))
- the data xar containing the target collection must be installed prior to using Tuttle
- Authtoken for git repository to use

## Building and Installation
Expand Down Expand Up @@ -117,7 +116,9 @@ With incremental update only the changes to the database collection are applied.
2) click on 'full' to trigger a full deployment from git to existdb
3) now you can update your collection with a click on 'incremental'

**REMARK: A valid expath-pkg.xml and repo.xml must be present**
Repositories from which a valid XAR (existing expath-pkg.xml and repo.xml) package can be generated are installed as a package, all others are created purely on the DB.

**REMARK: Note that there may be index problems if a collection is not installed as a package.**

**REMARK: Only use it with data collections**

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tuttle",
"version": "1.1.2",
"version": "1.1.3",
"description": "tuttle - a Git-integration for eXist-db",
"scripts": {
"test": "gulp install && mocha --exit",
Expand Down
2 changes: 1 addition & 1 deletion src/expath-pkg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package
xmlns="http://expath.org/ns/pkg"
name="http://e-editiones.org/tuttle"
abbrev="tuttle" version="1.1.2" spec="1.0">
abbrev="tuttle" version="1.1.3" spec="1.0">
<title>Tuttle - Git for eXist-db</title>
<dependency processor="http://exist-db.org" semver-min="5.3.0"/>
<dependency package="http://e-editiones.org/roaster" semver-min="1.0.0"/>
Expand Down

0 comments on commit f1e1c0b

Please sign in to comment.