Twelve Dozen

Just another WordPress weblog

Outputting from SVN

http://www.e-moxie.com/resources/tips/tip-copy-folder-without-hidden-svn/
This provides a real time saver and an issue that I’ve been wrestling with recently.
A tip for MAC/Linux users using SVN.
One of the issues that I was running into when developing websites using SVN was that I wanted to copy an existing folder from one site to another one but when copying the folders would [...]

  • 0 Comments
  • Filed under: svn
  • Website Launch Check List

    http://www.e-moxie.com/resources/news/13-steps-to-a-successful-website-launch/
    Plus 7 more
    http://www.graphic-euphoria.co.uk/category/findability-seo
    This provides a big help. I think I’ll compare it to the check list that I use and see if I can refine it. I’ll post the result soon.

    Tar

    tarball
    command is:
    tar cvf other-files.tar.gz jscript sales ecom orders user css

  • 0 Comments
  • Filed under: command line
  • 14 best practice SEO techniques

    http://www.compassdesigns.net/joomla-blog/14-modern-seo-best-practices-for-2009.html

  • 0 Comments
  • Filed under: seo
  • Removing svn files

    The command line again is there to save the day.
    rm -rf `find . -type d -name .svn`
    This code will search through your current directory and remove all .svn folders.

  • 0 Comments
  • Filed under: command line
  • Learning GREP

    This is a really get site for getting started with GREP.
    http://www.thegeekstuff.com/2009/03/15-practical-unix-grep-command-examples/
    Recently I’ve found out how powerful GREP can be. I’ve used it find text in files, which saved me a ton of time searching through files for a php variable.

  • 0 Comments
  • Filed under: command line
  • http://tuts4tech.net/2009/06/19/how-to-install-wordpress/

  • 0 Comments
  • Filed under: command line