Configure the repository and define the repositoryusernames


You have been asked to install an SVN repository on a server. The SVN will be remotely accessed using thesvnserve dæmon that is supplied with SVN (please note that this is not the most secure way to access an SVN repository)

Install the distributed revision control systemsubversion from the Debian package of the same name. After installation you will need to configuresubversion to be usable.

Tasks that will need to be done:

a. Install thesubversion package.

b. Write and install asystemdservice file to automatically start and stopsvnserve (the subversion server) at boot/shut-down (in dæmon mode- do not useinetd mode, do not use anssh encrypted tunnel).

Show usingsystemctl that you can successfully start and stop the service.

c. Create an SVN repository at /var/lib/svn/

d. Configure the repository and define the repositoryusernames and passwords.

e. Implement configuration and runtime options that in-crease security-explaining why your choices increase security.

f. Test your configuration, repository and running server by creating a project in the repository. Show that you can check in and check out documents from the repository. (Note: this is supposed to be a remote repository so all tests must be done via a network connection.)

Notes:

a. Explain in your own words each operation you needed to per-form to get the Subversion system working. Your descriptions of each operation need to show you understand the purpose of the operation.

b. Access to the repository must be via the networked server. This means that the URL must beginsvn://localhost/ or if you are on the host machine using the guest machine's IP number. The SVN client can access the repository directly from the file-system-but that does not demonstrate that the server is up and running and is useless for distributed revision control.

c. Do not explain how you installed packages!

d. List all resources used in answering the question.

Request for Solution File

Ask an Expert for Answer!!
Computer Networking: Configure the repository and define the repositoryusernames
Reference No:- TGS01260479

Expected delivery within 24 Hours