Skip to content

Instantly share code, notes, and snippets.

@nanusdad
Created July 23, 2013 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nanusdad/6066474 to your computer and use it in GitHub Desktop.
Save nanusdad/6066474 to your computer and use it in GitHub Desktop.
SVN : In-place import commands
# 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