~pythoneers/ubuntu/lucid/subversion/ltsppa

« back to all changes in this revision

Viewing changes to subversion/mod_dav_svn/liveprops.c

  • Committer: Max Bowsher
  • Date: 2009-11-17 03:07:29 UTC
  • mfrom: (0.3.4 sid)
  • Revision ID: maxb@f2s.com-20091117030729-l4vnv5evgeknvi8l
* Merge from debian unstable (LP: #483953), remaining changes:
  - Create pot file on build.
  - Build a python-subversion-dbg package.
  - (Build-)depend on default-jre-headless/-jdk.
  - Do not apply java-build patch.
  - Don't build for python2.4, not in main.
  - debian/rules: Manually create the doxygen output directory, otherwise
    we get weird build failures when running parallel builds.
  - Disable the serf backend because serf is in universe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
466
466
                     && resource->info->r->content_type)
467
467
              mime_type = resource->info->r->content_type;
468
468
            else
469
 
              mime_type = "application/octet-stream";
 
469
              mime_type = "text/plain";
470
470
 
471
471
            if ((serr = svn_mime_type_validate(mime_type, p)))
472
472
              {