Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git #84

Closed
wants to merge 5 commits into from
Closed

Git #84

wants to merge 5 commits into from

Conversation

christophe-g
Copy link
Contributor

Allowing the sync directory to be different from the git directory. Previously it was assumed that app is the root of the git repo.

config to be placed on the app root collection now reads :

<git xmlns="http://exist-db.org/eXide/git">
    <syncDir>/home/yourUserName/Directory for syncing the app</syncDir>
    <gitDir>/home/yourUserName/Directory where git resides</gitDir>
</git>

note change of name from workingDir to syncDir
It was previously:

<git xmlns="http://exist-db.org/eXide/git">
    <workingDir>/home/yourUserName/workingDir</workingDir>

</git>

Cheers
C.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant