[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Question about propset

From: <cmpilato_at_collab.net>
Date: 2002-08-22 15:58:54 CEST

"Drew Jetter" <ajetter1@cox.net> writes:

> ------=_NextPart_000_001C_01C249AF.86860630
> Content-Type: text/plain;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> Hi, I just recently stumbled upon this project, and I have to say, it =
> seems very cool. I have one question though....I would like to set a =
> number of files as binary files. For instance, all my .dfm files. What =
> is the best way to go about doing this? I would like to be able to do =
> this:
>
> svn propset svn:mime-type binary/binary *.dfm
>
> But that gives me an error. Does that mean I have to type the command =
> for each and every .dfm file? Thanks in advance to anyone replying to =
> this....

First of all, it might be useful to the rest of the list to know what
error you received -- there could be a bug that we need to address.

Secondly, if you are using a Windows box, I believe there is a known
issue with wildcards (like *.dfm) not working properly.

Finally, binary/binary isn't a real mimetype, to the best of my
knowledge. Subversion internally uses "application/x-octet-stream"
for its binary files.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 22 15:57:59 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.