Skip to main content

Subclipse Not Working with Eclipse 3.7 (Indigo) on Fedora 17

Hi Everybody,
I believe that most of the Eclipse lovers might have come across this issue by now. Couple of days back I moved to Fedora 17. As expected it was nice.

But SVN function was broken on my Eclipse. Reason was all the svn libraries has been upgraded to version 1.7.5. Therefore all of the tools written to work with svn 1.6 libraries are useless now.

You have to upgrade your Subclipse to version 1.8.7. To do so first you have to uninstall the old Subclipse and related plug-ins from Eclipse and reinstall them using the Marketplace client which is so easy. Make sure you install the JavaHL Native Library Adapter (v1.7.4) for SVN too.

You May easily do it with Yum (on RedHat based) or Aptitude (On Dabian based)
  • Fedora users need to install the subversion-javahl package ( # yum install subversion-javahl )
  • Debian (Ubuntu) users need to install the libsvn-java package ( # aptitude install libsvn-java )

Not just that. If you are planing to stick to SVN 1.7 then you have to upgrade all your old working copies to the new version. This is so easy. Just do the following on the command prompt or Using Eclipse.

Using command prompt:
svn upgrade

Using Eclipse:
Right click on your project -> Team -> Upgrade (You can find this at the bottom of the right click menu)

Cheers.

Comments

Popular posts from this blog

Ruby, Easy Development.

Hi guys, Everything under this article ( here i have mentioned very few things ) is absolutely true and exercised..... because I am new to this language and I learned it very fast that I learned other languages and there are more to cover too.... If you are having basic theoretical knowledge on 'Object Oriented' concepts you are most welcome to Ruby..., You won't take more than 2 days to learn basic of the Ruby language. You will realise it once you are there...... Have fun with Ruby....., Ruby; Ruby is a Ob ject Oriented Pro gramming language which is created by Yukihiro Matsumoto (Matz) . He has often said that he is “ trying to make Ruby natural, not simple, ” in a way that mirrors life. It was first released on 1995. Since that growth of the Ruby language was unstoppable. This marvelous, handy and artful language is absolutely free, not only free of charge but its free to use. You will feel like flying on the free sky when you develop applications with Ruby. In...

Graphical Grub/Boot Screen Not Coming Up?

If you are a Fedora user you might have experienced that the nice and cool graphical grub menu we had in Fedora 18 is missing in Fedora 19. Wanna get it back? OK. Follow these steps as root user. Check if the /boot/brug2/themes/system/theme.txt is available. If not issue the following command yum install grub2-starfield-theme Open /etc/defaults/grub Add/Change the value of GRUB_TERMINAL_OUTPUT  to "gfxterm" Add/Change the value of GRUB_THEME to "/boot/grub2/themes/system/theme.txt" So the final out put would be something like this. Note the highlighted lines. GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="gfxterm" GRUB_CMDLINE_LINUX="rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0 vconsole.keymap=us $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) rd.luks=0 vconsole.font=latarcyrheb-sun16 rd.lv...

Visio and ERD

Hi Guys, Go through the following videos to gain good knowledge in ERD modeling in MS Visio. Creating Entities Linking Sub-Types Further Refining the Relationships Hope you all had a good time watching this.....!!! Thanks the original author, I just found them................. :-)