You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi !
I re-read #199 and #217 (and #210), re-tested with v0.7.8 (but not 0.8), and I still have a problem this case:
hierarchical repositories/non-unique identifiers
create a project 'parentproject'
create a sub project 'parentproject/subproject'
create a non-default repository 'subrepository.git'
Here the inconsistence:
real gitolite repo is created as parentproject/subrepository.git (works via ssh, repository page is consistent with that while not initialized) - I expected parentproject/subproject/subrepository.git
after first push, nothing new appears, in debug log i find that run_git_cmd_as_gitolite_user is launched with parentproject/subproject/subrepository.git (and returns 128 - it doesn't exist)
database's 'repositories.url' and 'repositories.root_url' both list repositories/parentproject/subproject/subrepository.git
changing url in database to parentproject/subrepository.git makes all work, but not satisfactory as it should have been in parentproject/subproject/subrepository.git (repositories ID's may conflict in this case)
manually changing repository and database to parentproject/subproject/subrepository.git makes all work (mv repository, edit /tmp/redmine_git_hosting/git/gitolite-admin.git/conf/gitolite.conf as redmine user and git push it, change origin url on git clones)
Thank you once more !
ps: I didn't forget I owe your a beer…
The text was updated successfully, but these errors were encountered:
Hi !
I re-read #199 and #217 (and #210), re-tested with v0.7.8 (but not 0.8), and I still have a problem this case:
Here the inconsistence:
Thank you once more !
ps: I didn't forget I owe your a beer…
The text was updated successfully, but these errors were encountered: