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 » is it possible to install svn plugin on MB8.0 on windows os

Post new topic  Reply to topic
 is it possible to install svn plugin on MB8.0 on windows os « View previous topic :: View next topic » 
Author Message
kumar.MBMQ
PostPosted: Wed Nov 13, 2013 5:04 am    Post subject: is it possible to install svn plugin on MB8.0 on windows os Reply with quote

Voyager

Joined: 06 May 2011
Posts: 93

is it possible to install svn plugin on MB8.0
WMB broker toolkit 8.0.0.0 (i.e. based on eclipse 3.6) with extra installation of Tigris Subclipse SVNclient 1.8.11 and mylyn-3.7.1.v20120425-0100.


Sorry,
if i posted in wrong topic.
Back to top
View user's profile Send private message
dogorsy
PostPosted: Wed Nov 13, 2013 5:25 am    Post subject: Reply with quote

Knight

Joined: 13 Mar 2013
Posts: 553
Location: Home Office

yes. But please upgrade your WMB to the latest fixpack.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Wed Nov 13, 2013 6:15 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

It depends entirely on the level of eclipse that the releases of SVN and mylyn require.
Back to top
View user's profile Send private message
kumar.MBMQ
PostPosted: Wed Nov 13, 2013 10:10 pm    Post subject: Missing requirement: Subclipse Integration for Mylyn 3.x Reply with quote

Voyager

Joined: 06 May 2011
Posts: 93

i tried with install new Software option available in MB Toolkit 8.0 but below error pops up .
being installed: Subclipse Integration for Mylyn 3.x (Optional) 3.0.0 (org.tigris.subversion.subclipse.mylyn.feature.group 3.0.0)
Missing requirement: Subclipse Integration for Mylyn 3.x (Optional) 3.0.0 (org.tigris.subversion.subclipse.mylyn.feature.group 3.0.0) requires 'org.eclipse.mylyn.tasks.core [3.0.0,4.0.0)' but it could not be found
.
i could not install the svn plugin completely. here is the link http://subclipse.tigris.org/update_1.8.x .
please suggest.
Details :
MB8.0.
Windows 7 enterprise os.
Back to top
View user's profile Send private message
smdavies99
PostPosted: Wed Nov 13, 2013 10:28 pm    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

You have to install each bit separately. Trying to do everything at once will fail.
Remove all the options until you get back to basics, i.e. SVN only.

Don't install the sources.

This whole thing is a pain in the posterior. I have given up with it and I now integrate the TK with SVN using files and Tortoise.
This requires a little more discipline but for me it works very well.
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
kumar.MBMQ
PostPosted: Thu Nov 14, 2013 7:45 am    Post subject: is it possible to install svn plugin on MB8.0 Reply with quote

Voyager

Joined: 06 May 2011
Posts: 93

could you please tell how did you integrate the TK with SVN using files and Tortoise ?

thanks,
Back to top
View user's profile Send private message
smdavies99
PostPosted: Thu Nov 14, 2013 10:47 am    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

I don't integrate SVN via Tortoise into the TK.

What I do is checkout the projects with Tortoise. This copies the files to a local directory.
Then I import the projects into my workspace and go from there.

Sure it resuires a good deal of manual work but I often work totally disconnected from the SVN server in various parts of the world. So having local copies works fine for me.

For example I have just checked out all the files for a site and I'm just off to the airport to travel 12+ hours to site. When I get back I'll update SVN with the changes I've made in the meantime.

This method of working works for me. It may not for everyone.
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
Vitor
PostPosted: Thu Nov 14, 2013 10:54 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

smdavies99 wrote:
This method of working works for me. It may not for everyone.


I support and endorse your right to select your own working practices.

By contrast, I pull the files down via Toolkit using my SVN plugin onto the local workspace. I work on them when disconnected (network failure, server power failure, heavy traffic on the I-71) and check them back in when I connectivity.

I offer no evidence that one method is better than the other.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
joebuckeye
PostPosted: Thu Nov 14, 2013 11:09 am    Post subject: Reply with quote

Partisan

Joined: 24 Aug 2007
Posts: 365
Location: Columbus, OH

smdavies99 wrote:
I don't integrate SVN via Tortoise into the TK.

What I do is checkout the projects with Tortoise. This copies the files to a local directory.
Then I import the projects into my workspace and go from there.


This is what I do. I couldn't get the Subclipse plugin to work correctly for me so gave up and handle as smdavies does. Some of my co-workers have the plugin working and interact with SVN that way.

It's a habit for me now so I don't feel like I am missing out on anything. Sort of like how I don't use the debugger and don't miss it.
Back to top
View user's profile Send private message
smdavies99
PostPosted: Thu Nov 14, 2013 12:10 pm    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

joebuckeye wrote:


It's a habit for me now so I don't feel like I am missing out on anything. Sort of like how I don't use the debugger and don't miss it.


Strange how some of us eschew the debugger....

Heavy traffic on the I-71 is not (IMHO) disconnected. How about not being able to setup a PVN network to your SVN server because the country you are in won't let it through its national firewall.

Must fly, literally.
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
joebuckeye
PostPosted: Thu Nov 14, 2013 12:38 pm    Post subject: Reply with quote

Partisan

Joined: 24 Aug 2007
Posts: 365
Location: Columbus, OH

Vitor wrote:
heavy traffic on the I-71


Just saw this.

Here in Ohio we would just say 'heavy traffic on I-71' or 'heavy traffic on 71', not sure where the 'the' came from before interstate names.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Thu Nov 14, 2013 12:50 pm    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

joebuckeye wrote:
Vitor wrote:
heavy traffic on the I-71


Just saw this.

Here in Ohio we would just say 'heavy traffic on I-71' or 'heavy traffic on 71', not sure where the 'the' came from before interstate names.


He's a dang furriner.
Back to top
View user's profile Send private message
Vitor
PostPosted: Thu Nov 14, 2013 1:35 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

mqjeff wrote:
joebuckeye wrote:
Vitor wrote:
heavy traffic on the I-71


Just saw this.

Here in Ohio we would just say 'heavy traffic on I-71' or 'heavy traffic on 71', not sure where the 'the' came from before interstate names.


He's a dang furriner.


And has not yet gone completely native.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Thu Nov 14, 2013 1:55 pm    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Vitor wrote:
mqjeff wrote:
He's a dang furriner.


And has not yet gone completely native.

With just a little more work, I'm sure you can add in the 't' any day now.

kumar.MBMQ - you need the right version of SVN plugins for the version of Eclipse used by Toolkit. You can't just grab the latest SVN plugins and cross your fingers. It is possible to install them into Toolkit and use them from within the team sharing functions. But as smdavies99 says, it's not always a straight forward approach.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Sat Nov 16, 2013 2:39 am    Post subject: Re: Missing requirement: Subclipse Integration for Mylyn 3.x Reply with quote

Grand High Poobah

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

kumar.MBMQ wrote:
i tried with install new Software option available in MB Toolkit 8.0 but below error pops up .
being installed: Subclipse Integration for Mylyn 3.x (Optional) 3.0.0 (org.tigris.subversion.subclipse.mylyn.feature.group 3.0.0)
Missing requirement: Subclipse Integration for Mylyn 3.x (Optional) 3.0.0 (org.tigris.subversion.subclipse.mylyn.feature.group 3.0.0) requires 'org.eclipse.mylyn.tasks.core [3.0.0,4.0.0)' but it could not be found
.
i could not install the svn plugin completely. here is the link http://subclipse.tigris.org/update_1.8.x .
please suggest.
Details :
MB8.0.
Windows 7 enterprise os.

You need to install the required plug in mylyn tasks.core first. This is independent of the SVN plugin and only needed if installing the mylyn component of SVN. If you do not select the mylyn component of svn the installation of the svn plugin goes fine. Of course you will not hava access to SVN-mylyn features...

You also checked the SVN plugin at the root level. Click the + sign and open up showing the subcomponents. You can then deselect the mylyn component...
Have fun
_________________
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 » is it possible to install svn plugin on MB8.0 on windows os
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.