Revision: 19262
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 20, 2009 03:56 by jmiller
Initial Code
cd ~/path/to/old/directory svn mkdir new_directory for file in *; do svn move "$file" new_directory; done
Initial URL
Initial Description
This is useful if you do not currently have a trunk/branch structure and would like to move everything into a new trunk.
Initial Title
Move entire folder with SVN
Initial Tags
svn
Initial Language
SVN