How to uninstall ubersvn in Ubuntu?

5,471

Yes, it's not installed via the package manager, so it's going to need you to do two things to uninstall uberSVN completely (it would be good to know why you want to uninstall too?).

  1. Stop uberSVN and apache, either via the UI or by using the control script -
    "/etc/init.d/ubersvncontrol stop" and "/etc/init.d/svnservercontrol stop" (or if you must, by killing the Tomcat process).
  2. Delete all contents of /opt/ubersvn (the default install location, assuming you installed there).
  3. Delete /etc/init.d/svnservercontrol and /etc/init.d/ubersvncontrol

That will remove all traces of uberSVN...

Share:
5,471

Related videos on Youtube

Nam G VU
Author by

Nam G VU

I love to learn and try new stuff; dreaming to create ones someday!

Updated on September 18, 2022

Comments

  • Nam G VU
    Nam G VU almost 2 years

    I cannot find a good/official way to do this in Ubuntu.

    The best one I got from googling is this post.

    So how can we completely remove UberSVN after installing it?

    • Tim
      Tim over 12 years
      Sounds like it was not installed via the package manager, is that correct?
  • Admin
    Admin over 12 years
    Don't forget to delete ubersvn linux user with: sudo userdel ubersvn