You're viewing a single post. I have much more to say! The main blog page is a good starting point.

JHBuild and SVN account

The following is repeatedly coming up on mailing lists and IRC. Hopefully this blog post reaches more people…

Before the Subversion migration you had to use this line in your ~/.jhbuildrc to have JHBuild use your CVS account settings:

repos['gnome.org'] = ':ext:wbolster@cvs.gnome.org:/cvs/gnome'

Now that we have Subversion, you should use this line:

repos['svn.gnome.org'] = "svn+ssh://wbolster@svn.gnome.org/svn/"

Don’t forget to change your username!