Robert Spier <[EMAIL PROTECTED]> wrote:
>> > Is there a way to specify the mime-type on a filetype basis?
>> Would be good for new files.
> This is all client-side.
$ tail -5 ~/.subversion/config
[miscellany]
enable-auto-props = yes
[auto-props]
*.t = svn:mime-type=text/plain
> -R
thanks agai
> Fixed hopefully.
>
> $ find -name '*.t' | xargs svn ps svn:mime-type text/plain
> $ svn ci ...
Yes, that'll fix it.
Probably worth checking the mime-types for all the other files.
> and that dam.. check in runs for more then 10 minutes now
Ick. The network pipe is a little congested today,
Jens Rieks wrote:
On Monday 11 April 2005 13:48, Ron Blaschke wrote:
I think this is just a mime-type issue.
Yes, that seems to be the reason. I looks like all *.t files are affected.
Fixed hopefully.
$ find -name '*.t' | xargs svn ps svn:mime-type text/plain
$ svn ci ...
and that dam.. check in ru
Jens Rieks wrote:
> On Monday 11 April 2005 13:48, Ron Blaschke wrote:
>> I think this is just a mime-type issue.
> Yes, that seems to be the reason. I looks like all *.t files are affected.
> Is there a way to specify the mime-type on a filetype basis?
I think it's always the client deciding the
On Monday 11 April 2005 13:48, Ron Blaschke wrote:
> I think this is just a mime-type issue.
Yes, that seems to be the reason. I looks like all *.t files are affected.
Is there a way to specify the mime-type on a filetype basis?
jens
Nicholas Clark wrote:
> On Mon, Apr 11, 2005 at 01:43:39AM -, [EMAIL PROTECTED] wrote:
[snip]
>> Modified: trunk/t/perl/Parrot_IO.t
>> ==
>> Binary files. No diff available.
> Oops. Is this a property thing on all the
On Mon, Apr 11, 2005 at 01:43:39AM -, [EMAIL PROTECTED] wrote:
> Author: coke
> Date: Sun Apr 10 18:43:39 2005
> New Revision: 7800
>
> Modified:
>trunk/t/perl/Parrot_IO.t
> Log:
> One of the tests was explicitly checking for CVS, which we're no
> longer using. Comment out the test.
>
>