Created
July 23, 2013 21:48
-
-
Save nanusdad/6066474 to your computer and use it in GitHub Desktop.
SVN : In-place import commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# svn mkdir file:///root/svn-repository/etc \ | |
-m "Make a directory in the repository to correspond to /etc" | |
# cd /etc | |
# svn checkout file:///root/svn-repository/etc ./ | |
# svn add apache samba alsa X11 | |
# svn commit -m "Initial version of my config files" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment