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

ferdi’s picture

What are you trying to do ?

clayball’s picture

I'm trying to clone the repository... like I can do with the Drupal project or the Views project etc.

ferdi’s picture

Yes, 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!

clayball’s picture

Thanks for the info.

Some documentation on this would be great.