Ran into an inability to configure subclipse with eclipse on my Ubuntu 10.10 (Maverick) with Apache2 and Subversion.
Read a post that some dependencies were missing in the eclipse>ubuntu>respositories and that I should try downloading eclipse direct from tigris > and then upgrade software packages from their site. (Anyone else have/had this problem?)
Downloaded the elcipse tar.gz file and - UNFORTUNATELY - unpacked it in the wrong directory. Thought I could simply remove that directory (sudo rmdir --ignore-fail-on-non-empty directoryname) but it does not delete even though no error.
Read a post to check if the directory is mounted (df -h directoryname) and sure enough it is:
Code:
Filesystem Size Used Avail Use%
Mounted on /dev/sda8 108G 7.3G 95G 8% /
Tried to umount the directory (umount /home/directoryname) and I get this response:
umount: /home/directoryname is not mounted (according to mtab)
Cannot un-mount and cannot delete the directory (in order to upack the tar.gz again - correctly).
Any thoughts?