First page Back Continue Last page Overview Graphics
Systems Administration (3/4)
- Checkout a working copy:
cd ..
rm -rf config-files
svn co \
file:///data/svnroot/config-files
- Make a change to a file:
cd config-files/trunk
vim etc/make.conf
sudo cp etc/make.conf /etc/make.conf
- Test the change
- Commit the new revision:
svn commit -m 'added “sse2” to USE' \
etc/make.conf
Notes: