Feb 29, 2008

Remove .svn

When we need to remove .svn from each directories in a project (Using Subversion to control code), run following command in Unix/Linux:
$ find . -name .svn -print0 | xargs -0 rm -rf

*Note
using zip to compress file/folder in Unix/Linux

$ zip -r FCH.zip FCH
$ upzip FCH.zip

Feb 1, 2008

Jdeveloper and SVN

JDeveloper with svn (Subversion)
http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/subversion/subversion.html