3 responses to “using svn for development in symfony”

  1. Dominique

    you may want to use this :

    svn propset svn:ignore “*” log
    svn propset svn:ignore “*” cache

    it simply avoids having to type the * by hand…

    (works for me on OS X, haven’t other platform to test the command)

  2. Dominique

    of course, same goes for the symfony external reference.

    run from project root, after adding lib/vendor :

    svn propset svn:externals “symfony http://svn.symfony-project.com/tags/RELEASE_1_2_8” lib/vendor

Leave a Reply