Organize SVN

Tuesday, October 13, 2009

If you forgot to create /trunk, /tags and /branches
you can perform this actions to fix it:

1.svn co /path/to/your/repo/   project
2. cd path/to/your/project
3. svn mkdir trunk
4. for f in *; do svn mv $f trunk; done 
5. svn mkdir branches tags
6.svn commit -m "Created svn layout"

0 комментария(ев):