File: README

package info (click to toggle)
khronos-opencl-man 1.0~svn33624-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,380 kB
  • sloc: xml: 58,847; makefile: 603; ruby: 183; sh: 22
file content (13 lines) | stat: -rw-r--r-- 606 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
SVN objects to checking in these files due to some property of the .xml
file type it assumes. So first check them in via
    svn add --force *
then force proper attributes:
    svn propset --force svn:mime-type application/xml *.xml
    svn propset --force svn:eol-style native *.xml
and in the xhtml/ subdirectory:
    cd xhtml
    svn propset svn:mime-type text/html *.html
    svn propset svn:mime-type text/plain *.css *.xsl Makefile *.rb
    svn propset svn:mime-type image/jpeg *.jpg
    svn propset svn:mime-type image/gif *.gif
    svn propset svn:eol-style native *.html *.css *.xsl Makefile *.rb