RHCA Study Notes
These are my RHCA study notes, feel free to use them but do not expect them to be 100% accurate!
Tuesday, 8 March 2011
Set up an SVN version control repository
Install SVN
[root@dhcp ~]# yum install subversion -y
Create local repo
[root@dhcp ~]# svnadmin create /var/svn/repo
Import files
[root@dhcp ~]# svn import -m "initial import" /etc
file:///var/svn/repos/config
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment