Version Control API now mirrored on Github

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
jpetso's picture

At least for the duration of SoC 2009, we're shifting upstream development of Version Control API to Github, with regular syncs from and to Drupal CVS. Feel free to fork one or more of the modules into your own branch, commit and push your own changes without upstream approval, and send merge pull requests when the feature is done.

This move is being done because both of our SoC students as well as at the majority of mentors is fluent in Git, and the simultaneously developing branches is made a lot easier with a distributed version control system.

Here's the list of Version Control API related repositories on Github:

Also, kudos to Version Control API maintainer Sam Boyer for his drupal-git-scripts that enabled me to create and maintain those repositories.

Comments

Excellent!

marvil07's picture

Thanks for the repos!

Just a little detail: tags were not imported :-( (at least in versioncontrol repo)

upps

marvil07's picture

looking at the wrong branch :p ... starting the work!

case of the missing tags

haxney's picture

I don't see any tags in the repos, do you? I doubt it's that big of a deal, but I'd like not be losing my mind :)

not missing anymore.

jpetso's picture

You were right, the tags were indeed missing. Not anymore though, they're up now since a minute or so.

in case you were wondering

appellation-gdo's picture

Use this link to find Sam's drupal-git-scripts.