Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Prerequisits

Install Debian 7(Wheezy) or Debian 8(Jessie) i386 architecture:

...

apt-get install openssh-server


Enable root login at GUI


vi /etc/gdm3/daemon.conf

Add AllowRoot=true under the security section

Code Block
...
[security]
AllowRoot=true
...


vi /etc/pam.d/gdm3

Comment out the following line:

Code Block
...
#auth   required        pam_succeed_if.so user != root quiet_success
...


Logout and log in using root



Install Subversion

apt-get install subversion

...