Advertisement
Guest User

svn commit failure

a guest
Mar 31st, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.02 KB | None | 0 0
  1. svn ci -m "Add mirror support for the heart.Compile primitives in alphabetical order too"
  2. Adding         hrt_mirror.c
  3. Transmitting file data .svn: E165001: Commit failed (details follow):
  4. svn: E165001: Commit blocked by pre-commit hook (exit code 1) with output:
  5. /usr/lib64/subversion/contrib/hook-scripts/check-mime-type.pl:
  6.  
  7. brlcad/trunk/src/librt/primitives/hrt/hrt_mirror.c : svn:mime-type is not set
  8.  
  9.  
  10.     Every added file must have the svn:mime-type property set. In
  11.     addition text files must have the svn:eol-style property set.
  12.  
  13.     For binary files try running
  14.     svn propset svn:mime-type application/octet-stream path/of/file
  15.  
  16.     For text files try
  17.     svn propset svn:mime-type text/plain path/of/file
  18.     svn propset svn:eol-style native path/of/file
  19.  
  20.     You may want to consider uncommenting the auto-props section
  21.     in your ~/.subversion/config file. Read the Subversion book
  22.     (http://svnbook.red-bean.com/), Chapter 7, Properties section,
  23.     Automatic Property Setting subsection for more help.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement