I cloned the git repo and only received the following four files. Is this correct? The version file contains 2.0-BETA8. The README.txt just directs me to the project website at Harvard which is pretty much useless.
openscholar.make
openscholar.profile
README.txt
UPGRADE.txt
VERSION.txt
What's up with Git access?
Comments
Comment #1
ferdi commentedWhat are you trying to do ?
Comment #2
clayball commentedI'm trying to clone the repository... like I can do with the Drupal project or the Views project etc.
Comment #3
ferdi commentedYes, you are getting the right files. It's a make file that you use with drush (http://drupal.org/project/drush_make).
The make file is not well maintained though. You can get the latest code from github https://github.com/openscholar/openscholar
or from our web site http://openscholar.harvard.edu/download
thanks!
Comment #4
clayball commentedThanks for the info.
Some documentation on this would be great.