Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>from <a href="http://subversion.tigris.org/svn_1.4_releasenotes.html" rel="nofollow noreferrer">http://subversion.tigris.org/svn_1.4_releasenotes.html</a>:</p> <blockquote> <p>svn blame --force Displays the output of blame, even if the file is binary.</p> </blockquote> <p>It looks like this is not a NetBeans-specific problem, but something related to how svn handles Your .js files. It would be good to add a proper tag to this question.</p> <p>from <a href="http://subversion.tigris.org/faq.html#binary-files" rel="nofollow noreferrer">http://subversion.tigris.org/faq.html#binary-files</a>:</p> <blockquote> <p>Subversion just looks at the first 1024 bytes of the file; if any of the bytes are zero, or if more than 15% are not ASCII printing characters, then Subversion calls the file binary. (...) Subversion treats the following files as text: (...) Files with a svn:mime-type starting "text/"</p> </blockquote> <p>If Your javascript file contains binary data, You might consider moving it to the end of the file.</p> <p>There is a chance that the property is set to " text/javascript" or something that looks like text/javascript to human, but not to the svn.</p> <p>There is a chance that the file used to be binary, but it's not anymore, however You have updated Your repository while not having write access to .svn/ directory (and svn still 'thinks' the file is binary).</p> <p>There is a chance You have changed the property to the right one, but have not commited it yet.</p> <p>Finally, the most powerfull solution to svn problems I have ever encountered was to copy the file, delete it the from svn, commit, add the file back (from the copy) and commit. Beware: You loose change history by doing so.</p> <p>I wish You good luck on finding out what has caused this problem!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload