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?

link|improve this question

50% accept rate
Sounds like it was not installed via the package manager, is that correct? – Tim Jan 10 at 17:56
feedback

1 Answer

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...

link|improve this answer
Don't forget to delete ubersvn linux user with: sudo userdel ubersvn – Ericsson Jan 15 at 22:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.