Page 1 of 1

Subeclipse is very slow.

Posted: Sun Apr 15, 2012 12:43 pm
by JMD
Hey i used to use the new eclipse myllin something (dont know how to spell it exactly) subeclispe downloaded from the eclipse install section, anyway now im back to subeclipse tigris and its a lot slower than myllin especially when i update to head. Before with mylin its was super fast, any ideas? I tried increasing the memory on eclipse.ini but didnt made a difference.

Re: Subeclipse is very slow.

Posted: Sun Apr 15, 2012 2:37 pm
by jurchiks
there are two SVN plugins for Eclipse - subclipse and subversive. Mylin has nothing to do with SVN: http://www.eclipse.org/mylyn/
If you don't like the one you're using right now you can always just uninstall it and install the other one (subclipse is only available via their own update site (but only they have SVN 1.7 support), subversive can be installed from the "collaboration" subcategory of the "/releases/helios[or juno]" update site found in "Help -> Install new software" (step 1 & 4 from here: http://www.eclipse.org/subversive/docum ... nstall.php))

Re: Subeclipse is very slow.

Posted: Sun Apr 15, 2012 3:10 pm
by JMD
When i said Mylin i meant subversive, im just wondering why subclipse is so slower.

Re: Subeclipse is very slow.

Posted: Sun Apr 15, 2012 5:02 pm
by MELERIX
subclipse is not slow.

Re: Subeclipse is very slow.

Posted: Sun Apr 15, 2012 5:12 pm
by JMD
Well its slow only when i am updating to head.

Re: Subeclipse is very slow.

Posted: Sun Apr 15, 2012 6:32 pm
by jurchiks
Isn't slow for me; I usually do sync though, I don't update everything at once.

Re: Subeclipse is very slow.

Posted: Mon Apr 16, 2012 2:38 pm
by BiggBoss
its fine for me, but with some bugs for private svns. you can try with tortoise maybe?

Re: Subeclipse is very slow.

Posted: Mon Apr 16, 2012 3:09 pm
by JMD
BiggBoss wrote:its fine for me, but with some bugs for private svns. you can try with tortoise maybe?
I used to use tortoise but with tortoise applying patches didnt work for some reason so i switched to eclipse. I guess i can switch back to submersive.

Re: Subeclipse is very slow.

Posted: Mon Apr 16, 2012 5:27 pm
by MELERIX
Subversive is on incubation status and have some issues, so is not recommended to be used in production yet.

Re: Subeclipse is very slow.

Posted: Tue May 01, 2012 10:15 pm
by MELERIX
JMD wrote:When i said Mylin i meant subversive, im just wondering why subclipse is so slower.
probably you were having this issue: http://subclipse.tigris.org/issues/show_bug.cgi?id=1402

anyway was fixed today with the release of Subclipse 1.8.9 ;)

http://subclipse.tigris.org/subclipse_1 ... anges.html
• Fix potential loop when refreshing status cache. (1402)
so, just update you Subclipse to 1.8.9 to solve the issue ;)

Re: Subeclipse is very slow.

Posted: Tue May 01, 2012 11:05 pm
by JMD
MELERIX wrote:
JMD wrote:When i said Mylin i meant subversive, im just wondering why subclipse is so slower.
probably you were having this issue: http://subclipse.tigris.org/issues/show_bug.cgi?id=1402

anyway was fixed today with the release of Subclipse 1.8.9 ;)

http://subclipse.tigris.org/subclipse_1 ... anges.html
• Fix potential loop when refreshing status cache. (1402)
so, just update you Subclipse to 1.8.9 to solve the issue ;)
Thanks.