Cannot commit code
Mikael Magnusson
mikma264 at gmail.com
Wed Nov 22 19:25:49 CET 2006
Athanasios Karapantelakis wrote:
> This is the error I am getting (currently dont have access to a posix
> machine so I tried to check in the code with a windows client):
>
> http://img50.imageshack.us/img50/1350/commiterrorah1.jpg
>
> Does the limitation apply only to the e-mail size, or the commit size as
> well ?
E-mail size only, I think.
Are *.vcproj files or directories? If files, try to set the mime type of
those to application/octet-stream if they are binary files or text/plain
if text files.
All files in the svn repository should have a mime type. Text files
should have text/plain, and should also have svn:eol-style property set
to "native". The eol style setting makes sure, that line ending style
won't change in future commits to the file. It's a pain checking the
commit history when one commit adds <CR>:s to all lines, and the second
removes them.
Mikael
More information about the Minisip-devel
mailing list