-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Sonar Code Quality Testing Essentials
By :

Next, we will create a repository for our projects, configure a user named svnpackt
to have access to the repository, and import a dummy Maven project named packt-app
into the repository. The process is the same for Linux and Windows.
A Subversion repository is simply a directory in the filesystem containing repository configuration files and our project's files. To create a repository, open a terminal and enter the following command:
$ svnadmin create $PATH_REPO
Replace $PATH_REPO
with a directory, for example, /home/dev/repo
.
To verify the creation of the repository, navigate to $PATH_REPO
. The following directories should have been created:
conf
: Subversion configuration files
db
: Project data files and revisions
hooks
: Templates for useful automation commands
locks
: Logs of locked files, checked out and modified by developers
format
(file): Contains information about the repository's layout
README.txt
(file): Getting started...
Change the font size
Change margin width
Change background colour