Return to Snippet

Revision: 19262
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