---
title: We've turned our subversion server off
teaser:
tags: news,git
author: Chad Pytel
published_on: 2008-10-29
---

As we [announced quite a while
ago](https://thoughtbot.com/blog/moving-to-github) we moved all of our plugins
to github.  Since then, we've moved all of our client work (where we provide the
source code repo) to github as well.

We had kept our subversion server online, with nothing being updated on it (all
updates were in Git), but earlier today we shut it down completely.  If, for
some reason, you were still using the subversion instance of one of our plugins,
you'll want to get it from Git now (you would have been using an outdated one
anyway).

You can see all of the plugins on the [thoughtbot github
page](http://github.com/thoughtbot), but here are some of the most popular.

* [Shoulda](http://github.com/thoughtbot/shoulda)
* [Paperclip](http://github.com/thoughtbot/paperclip)
* [factory\_bot](http://github.com/thoughtbot/factory_bot)
* [hoptoad\_notifier](http://github.com/thoughtbot/hoptoad_notifier)
* [Squirrel](http://github.com/thoughtbot/squirrel)
* [Jester](http://github.com/thoughtbot/jester)
* [suspenders](http://github.com/thoughtbot/suspenders/tree)

While we're on the subject of Git and GitHub, I'd like to mention that paperclip
is the 18th [most watched](http://github.com/popular/watched) project on github,
while paperclip and shoulda are the 21st and 22nd [most forked
projects](http://github.com/popular/forked).  Congrats to everyone involved in
those projects, and thanks for making them successful.

Happy forking.
