sexta-feira, 12 de junho de 2009

svnX with https certificate

  1. Type "svn ls " in terminal
  2. Acept the certificate permanetly (p)
  3. svn should now be able to connect to your repository without problems.

Show Hidden Files

  1. Open Automator.app
  2. Select Run Shell Script from the list of available actions, and drag it into your workflow.
  3. Type the following code into the Run Shell Script text box:
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
  1. Save as a Plugin with name " ShowHiddenFiles"
  2. Now a simply right-click and Automator > ShowHiddenFiles and the Finder will restart showing all your hidden files.
  3. Repeat the process but change "FALSE" for "TRUE" and save the new plug-in as HideHiddenFiles.