I currently face a strange situation, and I have no explanation for it. Here it goes …
I provide an update site for our company, and to test that update site, I usually do a series of things. One of it is to checkout a special project from Subversion that triggers then a lot of Checkstyle and PMD rules. I use that project since at least 4 years, and it worked all the time like that:
- Create a repository location in Eclipse.
- Select there the project you want to checkout.
- Select from the menu
Check Outwhich uses then defaults to create a new (Java) project.

The resulting project looks like:

Since the new release (testing that with Eclipse 3.7 SR2 Indigo), I get now the following result:

So it looks like the builder(s) are now added to the project name (which seems ridiculous to me). Do I miss here something, is that a feature, not a bug? And is there anything I can do in the configuration of Subversive?
My current configuration is:
- Eclipse 3.7 SR2
- Windows 7 64bit
- JDK 1.7 64bit
- Subversive plugin
- Subversive SVN Team Provider 1.0.0.I20121109-1700
- Subversive SVN Connectors 3.0.0.I20121109-1700
I have added a bug to eclipse, and will document, if there is an answer.
I have added a bug at Eclipse Bugzilla, and the bug was confirmed and fixed. So will wait the bug to be resolved in the public available update site for Subversive.