Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2013 17:22:54 +0400
From:      Ruslan Makhmatkhanov <cvs-src@yandex.ru>
To:        FreeBSD Ports Mailing List <ports@freebsd.org>
Subject:   Fwd: Problem with svn properties on non-ascii file
Message-ID:  <514DACAE.5040401@yandex.ru>
In-Reply-To: <514DAC37.2010909@yandex.ru>
References:  <514DAC37.2010909@yandex.ru>

next in thread | previous in thread | raw e-mail | index | archive | help


-------- Original message --------
Subject: Problem with svn properties on non-ascii file
Date: Sat, 23 Mar 2013 17:20:55 +0400
From: Ruslan Makhmatkhanov <cvs-src@yandex.ru>
To: FreeBSD Developers <developers@FreeBSD.ORG>

Hi,

I'm trying to commit update to deskutils/gourmet, that have this patch file:
https://github.com/thinkle/gourmet/commit/9ad4df6f1387df10d3bd79752cfb6fbf0c285fa4

I got this error both with using psvn and manually setting the
properties (svn propset svn:mime-type text/plain
patch-gourmet__defaults__defaults_ru.py):

"""
"svn-commit.3.tmp" 20L, 883C записано
Sending        Makefile
Sending        distinfo
Adding         files
Adding         files/patch-gourmet__defaults__defaults_ru.py
Sending        pkg-descr
Sending        pkg-plist
Transmitting file data .....svn: E165001: Commit failed (details follow):
svn: E165001: Commit blocked by pre-commit hook (exit code 1) with output:
Path
"head/deskutils/gourmet/files/patch-gourmet__defaults__defaults_ru.py"
contains binary but has svn:mime-type "text/plain"
Try application/* (application/octet-stream) or image/* instead.
== Pre-commit problem count: 1

svn: E165001: Your commit message was left in a temporary file:
svn: E165001:    '/home/rm/learn/free/004/deskutils/svn-commit.3.tmp'
"""

I believe that the problem is because of utf-8 in patch file. So it's me
who should fix something, or there is a problem with the hook itself?
Thanks.

-- 
Regards,
Ruslan

Tinderboxing kills... the drives.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?514DACAE.5040401>