Versioning: Difference between revisions

From Network Security Wiki
Content added Content deleted
(page created)
 
m (m)
Line 1: Line 1:
[[Category: ]]
[[Category:Linux]]
__TOC__
__TOC__
<br />
<br />

Revision as of 21:04, 10 July 2017


Mercurial

Installation

sudo apt-get install mercurial

Usage: cd to the config directory:

cd /etc/freeradius

Initiate HG:

hg init
hg add
hg commit
   Type a commit message. Almost anything will do.

Perform changes and check if everything is working properly and commit:

hg commit
   Type a commit message describing what was changed, and why.

If at any time the something doesn't work, revert to "known working" configuration:

hg revert --all

Subversion

        This section is under construction.

GIT

        This section is under construction.


References





{{#widget:DISQUS |id=networkm |uniqid=Versioning |url=https://aman.awiki.org/wiki/Versioning }}