« Return to Thread: A minor regression.

Re: A minor regression.

by Tomasz Zarna :: Rate this Message:

| View in Thread

https://bugs.eclipse.org/bugs/show_bug.cgi?id=298278#c2
--
Tomasz Zarna

|------------>
| From:      |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |Thomas Hallgren <thomas@...>                                                                                                                  |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| To:        |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |Integration Eclipse <platform-cvs-dev@...>                                                                                                |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Date:      |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |2010-02-01 17:46                                                                                                                                  |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Subject:   |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |[platform-cvs-dev] A minor regression.                                                                                                            |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|





Hi,
In Buckminster, we call on the Eclipse CVS plugin to perform check-outs.
After a successful check-out, we use the following code to 'share' the
project:

  String cvsTypeID = CVSProviderPlugin.getTypeId();
  RepositoryProvider.map(project, cvsTypeID);

The project shows up in the workspace and selecting "Team" in the
context menu displays the normal CVS choices. There is however one small
quirk. The project does not display any label decorations. This is a
regression from the behavior we had before in 3.5. I believe it occurred
between 3.6M3 and M4 but I'm not 100% sure.

Today I discovered that if I use the CVS Repository view to check out
yet another project, then suddenly all projects, including the ones
checked out by Buckminster, will display label decorations. This leads
me to believe that some initialization logic has changed. But so far I
haven't been able to figure out where.

If anyone on the CVS team has any clue what recent changes that could
cause this behavior, or any pointers that could help me with this
problem, I'd be very greatful. I'm tracking this here:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=298278

Thanks,
Thomas Hallgren

_______________________________________________
platform-cvs-dev mailing list
platform-cvs-dev@...
https://dev.eclipse.org/mailman/listinfo/platform-cvs-dev



_______________________________________________
platform-cvs-dev mailing list
platform-cvs-dev@...
https://dev.eclipse.org/mailman/listinfo/platform-cvs-dev

 « Return to Thread: A minor regression.