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
I just discovered a small problem during reactivation of a formerly closed project.
Back story:
I discarded the complete gitolite config when upgrading to v0.7 due to the new key names a few weeks ago. After resyncing of the projects and the keys everything looked fine. What I did not realize at this time was that closed projects where not resynced. This causes a problem when you want to reopen the project later on.
Log:
2014-04-28 13:03:45 +0000 INFO [GitHosting] Project has been reopened, update it : 'autobuild_viewer'
2014-04-28 13:03:45 +0000 INFO [GitWorker] Directive 'include "redmine.conf"' is already present in Gitolite configuration file 'gitolite.conf'
2014-04-28 13:03:45 +0000 INFO [GitWorker] Using Gitolite configuration file : 'redmine.conf'
2014-04-28 13:03:45 +0000 WARN [GitWorker] update_projects : repository 'autobuild_viewer' does not exist in Gitolite, exit !
2014-04-28 13:03:45 +0000 INFO [GitWorker] update_projects : commiting to Gitolite...
2014-04-28 13:03:45 +0000 INFO [GitWorker] update_projects : pushing to Gitolite...
2014-04-28 13:03:45 +0000 INFO [GitWorker] update_projects : done !
The missing gitolite entry can of course be easily fixed by forcing another project resync with the now open project:
2014-04-28 13:07:00 +0000 INFO [GitWorker] update_all_projects_forced : repository 'autobuild_viewer' does not exist in Gitolite, create it ...
2014-04-28 13:07:00 +0000 INFO [GitWorker] update_all_projects_forced : commiting to Gitolite...
However, when resyncing of the projects would also deal with the closed projects from the beginning than this problem would not occur again.
Thanks in advance!
Regards,
niosHD
The text was updated successfully, but these errors were encountered:
I just discovered a small problem during reactivation of a formerly closed project.
Back story:
I discarded the complete gitolite config when upgrading to v0.7 due to the new key names a few weeks ago. After resyncing of the projects and the keys everything looked fine. What I did not realize at this time was that closed projects where not resynced. This causes a problem when you want to reopen the project later on.
Log:
The missing gitolite entry can of course be easily fixed by forcing another project resync with the now open project:
However, when resyncing of the projects would also deal with the closed projects from the beginning than this problem would not occur again.
Thanks in advance!
Regards,
niosHD
The text was updated successfully, but these errors were encountered: