Install

Setting up Subversion Version control in Ubuntu

Setting up Subversion Version control in Ubuntu

Install SVN Version Control Service under Ubuntu

  1. Download and Install. # apt-get install subversion.
  2. Creating directories. # mkdir /home/svn # mkdir /home/svn/repository # chmod -R 777 /home/svn/repository.
  3. Creating warehouses. # svnadmin create /home/svn/repository. ...
  4. IV. Modify Profile. ...
  5. V. Start svn Service. ...
  6. Testing on Client. ...
  7. Set the power-on self-start. ...
  8. Hook.

How To Share Folders Between VirtualBox And Windows Host Machine
You can add the shared folder to your virtual machine with it running or stopped. We're going to mount the shared folder with our Ubuntu machine runni...
Display System Uptime On Start Screen In Windows 8
See the system up time on Windows 8.1 and Windows 8 Start the Task Manager by pressing Ctrl+Shift+Esc. If you are using the new Task Manager, switch t...
How To Create Kaspersky Rescue USB Drive
How to write an image of Kaspersky Rescue Disk in the ISO mode using Rufus Open Rufus. Select the USB drive. Click Select and find the Kaspersky Rescu...