ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Import from CVS Error

Post new topic  Reply to topic
 Import from CVS Error « View previous topic :: View next topic » 
Author Message
gerardG
PostPosted: Tue Oct 15, 2024 3:48 am    Post subject: Import from CVS Error Reply with quote

Newbie

Joined: 15 Oct 2024
Posts: 2

Hi,
We still use CVS for version control of our source code.
I downloaded IBM ACE 12.0.12.6 for Windows and noticed that the following option was no longer available:
File - Import... - CVS - Projects from CVS

I found a link to the Eclipse website of an add-on for a CVS integration.
This is my first ever post to this forum so I can't post the eclipse URL/link (rules of the forum), but there is a "Guide to install CVS integration on Eclipse 2018-12" available online.

After installing, the option to import projects from CVS is now available in the Toolkit again.
I can now successfully connect to my CVS repository, I can select the Module I want to checkout, but when I click on Finish (to do the import), I get this error:

An internal error occurred during: "Checking out 'project_name' from CVS".
org/eclipse/team/internal/core/subscribers/BatchingLock$ThreadInfo.<init>(Lorg/eclipse/team/internal/core/subscribers/BatchingLock;Lorg/eclipse/team/internal/core/subscribers/BatchingLock$IFlushOperation;)V (loaded from file:/C:/Program Files/IBM/ACE/12.0.12.6/tools/plugins/org.eclipse.team.core_3.9.300.v20220204-0611.jar by org.eclipse.osgi.internal.loader.EquinoxClassLoader@f640a6c2[org.eclipse.team.core:3.9.300.v20220204-0611(id=1216)]) called from class org.eclipse.team.internal.ccvs.core.syncinfo.ReentrantLock$CVSThreadInfo (loaded from file:/C:/Program Files/IBM/ACE/12.0.12.6/tools/../../../../../Users/my_username/AppData/Local/IBM/ACET12-config/12.0.12.6/plugins/org.eclipse.team.cvs.core_3.4.100.v20170128-0234.jar by org.eclipse.osgi.internal.loader.EquinoxClassLoader@9c3e8f6c[org.eclipse.team.cvs.core:3.4.100.v20170128-0234(id=1419)]).

Anyone know what the problem might be?
Many thanks
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Tue Oct 15, 2024 8:53 pm    Post subject: Re: Import from CVS Error Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20736
Location: LI,NY

gerardG wrote:
Hi,
We still use CVS for version control of our source code.
I downloaded IBM ACE 12.0.12.6 for Windows and noticed that the following option was no longer available:
File - Import... - CVS - Projects from CVS

I found a link to the Eclipse website of an add-on for a CVS integration.
This is my first ever post to this forum so I can't post the eclipse URL/link (rules of the forum), but there is a "Guide to install CVS integration on Eclipse 2018-12" available online.

After installing, the option to import projects from CVS is now available in the Toolkit again.
I can now successfully connect to my CVS repository, I can select the Module I want to checkout, but when I click on Finish (to do the import), I get this error:

An internal error occurred during: "Checking out 'project_name' from CVS".
org/eclipse/team/internal/core/subscribers/BatchingLock$ThreadInfo.<init>(Lorg/eclipse/team/internal/core/subscribers/BatchingLock;Lorg/eclipse/team/internal/core/subscribers/BatchingLock$IFlushOperation;)V (loaded from file:/C:/Program Files/IBM/ACE/12.0.12.6/tools/plugins/org.eclipse.team.core_3.9.300.v20220204-0611.jar by org.eclipse.osgi.internal.loader.EquinoxClassLoader@f640a6c2[org.eclipse.team.core:3.9.300.v20220204-0611(id=1216)]) called from class org.eclipse.team.internal.ccvs.core.syncinfo.ReentrantLock$CVSThreadInfo (loaded from file:/C:/Program Files/IBM/ACE/12.0.12.6/tools/../../../../../Users/my_username/AppData/Local/IBM/ACET12-config/12.0.12.6/plugins/org.eclipse.team.cvs.core_3.4.100.v20170128-0234.jar by org.eclipse.osgi.internal.loader.EquinoxClassLoader@9c3e8f6c[org.eclipse.team.cvs.core:3.4.100.v20170128-0234(id=1419)]).

Anyone know what the problem might be?
Many thanks

It could well be that you have the wrong plugin version for your version of eclipse.
Did you look at https://www.google.com/search?q=cvs+plugin+for+eclipse&oq=cvs+plugin+for+eclipse&ie=UTF-8?

This seems to be the latest news for the CVS plugin:
Gregg Saffell wrote:
There is an "update site" URL noted in the readme of https://github.com/JAndrassy/org.eclipse.team.cvs, namely, https://storage.googleapis.com/eclipse-cvs-plugin/. You can use that to install it. I found I had to uncheck "Group items by category" and was then able to complete the installation.

My sincerest thanks J. Andrassy migrating to Git has been on our to-do list for a decade now and you have given us just a little more breathing room.



_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
gerardG
PostPosted: Wed Oct 16, 2024 12:52 am    Post subject: Reply with quote

Newbie

Joined: 15 Oct 2024
Posts: 2

That was it fjb_saper. I was installing an older plugin. I installed the plugin from the eclipse link you referenced, and importing from CVS is working again in the Toolkit.

I hadn't found that information when I searched for a solution. I'll try to be more thorough in the future! We can continue to use CVS for now which is great, but will need to consider migrating to Git. Thanks for your help!
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Wed Oct 16, 2024 2:43 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20736
Location: LI,NY

gerardG wrote:
That was it fjb_saper. I was installing an older plugin. I installed the plugin from the eclipse link you referenced, and importing from CVS is working again in the Toolkit.

I hadn't found that information when I searched for a solution. I'll try to be more thorough in the future! We can continue to use CVS for now which is great, but will need to consider migrating to Git. Thanks for your help!

Glad it worked for you. Happy coding
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Import from CVS Error
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.