Subversion Notes
Working copy locked
- Occasionally a project will get interrupted committing a file and a project will get locked:
Working copy '/SomeProject/trunk' locked
- To unlock the project, goto the command line and run:
svn cleanup
Export - exclude .svn
- To export from local working copy, excludes .svn files.
- Useful to prepare an archive to promote to website.
cd /tmp svn export /PATH/project/website
- This will export the website to tmp, without any of the .svn files.
- Reference: http://svnbook.red-bean.com/en/1.0/re10.html