How to structure git repositories for project?
- by littledynamo
I'm working on a content synchronisation module for Drupal. There is a server module, which sits on ona website and exposes content via a web service. There is a also a client module, which sits on a different site and fetches and imports the content at regular intervals.
The server is created on Drupal 6. The client is created on Drupal 7. …