Plugins source code repositor(y|es)

I’d like to go through some plugin code, especially the Validator plugin. I have browsed through the main JOSM repository but I suppose the plugins are not developed from there. Is there a central plugin version control repository, or is each plugin developed in individual repos? Could someone point me towards the Validator repo?

Thanks!

Hi, from the JOSM developer tips: http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins ,

check out the plugins directory from the OSM SVN tree:

svn co http://svn.openstreetmap.org/applications/editors/josm josm

You will need to create an OSM SVN account to check your changes back in.

Thanks, that’s what I was looking for!