Feb
23
1. How to delete all .svn with only one command
- # find . -name ".svn" -exec rm -rf {} \;
2. SVN commit [Ref]
- If commit by enter no comments, it may show error message that some files will be ignore to add to repository. "This line, and those below, will be ignored".
- Try svn commit -m "commit message you want".
3. Subversion with Branch / Trunk [Ref]
4. SVN Client and Public/Private Key
- Use Pageant of Putty package
Final: Ubuntu Service command (Management) [Ref]
# update-rc.d SERVICE-NAME remove
Last modified on 2008-02-24 11:51




0 Trackbacks