[campsite-dev] Proper svn usage
  • In the course of debugging that awful mysterious bug with
    changeset:5051, I discovered some problems with how some of the files
    have been added to svn.

    (1) Images and Binaries
    Images and Binaries should be added with a propset of mime-type, e.g.,

    svn propset 'svn:mime-type' 'image/jpeg' file.jpg

    (2) Executables
    Some files, e.g., ArticleComments.php and the .js files, were added
    with svn:executable set. Bad! To remove it, run:

    svn propdel 'svn:executable' file.php

    (You can do this recursively with -R)

    (3) A few properties that I don't think are necessary are in some, but
    not all, of the files. We should just decide. On many of the .js
    files and the stuff in javascript and include, svn:eol-style and
    svn:keywords are set. These aren't set, however, on stuff in priv.

    For more information of properties and svn, see this documentation:
    http://svnbook.red-bean.com/en/1.0/ch07s02.html#svn-ch-7-sect-2.3.5

    None of these are urgent, but it would help.

    Peter
    --
    Hartman's Brain Consulting | Openflows Networks Ltd. | Campware.org

    gpg 1024D/ED6EF59B (7D1A 522F D08E 30F6 FA42 B269 B860 352B ED6E F59B)
    gpg --keyserver pgp.mit.edu --recv-keys ED6EF59B