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

Handle concurrency of rugged and CLI git #1612

Open
eugenk opened this issue Mar 7, 2016 · 1 comment · May be fixed by #1677
Open

Handle concurrency of rugged and CLI git #1612

eugenk opened this issue Mar 7, 2016 · 1 comment · May be fixed by #1677
Assignees

Comments

@eugenk
Copy link
Member

eugenk commented Mar 7, 2016

Use a lock whenever something is done on a git repository to avoid race conditions between rugged and the command line tool git. Create/destroy the lock for git-ssh in a git hook.

@eugenk eugenk added this to the improve stability milestone Mar 7, 2016
@tillmo
Copy link
Member

tillmo commented Apr 11, 2016

first write some short documentation of git handling in Ontohub, see also #1643

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

Successfully merging a pull request may close this issue.

3 participants