-
How to fix a directory that Git thinks is a submodule
Nuts. I added and committed a directory to my Git repository when the directory itself was another separate Git repository. Now Git thinks it's some sort of submodule, but it doesn't know how to deal with it:
$ git submodule update No submodule mapping found in .gitmodules for path 'blah'
And …
· Peter Murray -
Separating Configuration from Code in CollectionSpace
For the past few months I've been working on a project to migrate a museum's collection registry to CollectionSpace. CollectionSpace is a "free, open-source, web-based software application for the description, management, and dissemination of museum collections information." ((From the answer to the first question of the CollectionSpace frequently asked questions …
· Peter Murray -
LYRASIS' "Reposervice" Setup Pushed to GitHub
Earlier this month published 'reposervice' to GitHub. Reposervice is a "self-contained" Islandora installation source tree that is intended to smooth the LYRASIS deployment of repository services between development servers, a staging server and production servers. It is a bit of a work-in-progress at the moment, but others might find it …
· Peter Murray