[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: Roman Neuhauser <neuhauser_at_bellavista.cz>
Date: 2002-08-22 16:01:51 CEST

> From: "Drew Jetter" <ajetter1@cox.net>
> To: <dev@subversion.tigris.org>
> Date: Thu, 22 Aug 2002 07:42:54 -0500
> Subject: Question about propset
 
    hi, please, break your lines at about 72 characters, please.

> 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....

    a workaround:

    % for f in *.dfm; do svn propset svn:mime-type binary/binary $f; done

-- 
FreeBSD 4.6-STABLE
3:59PM up 1 day, 21:52, 11 users, load averages: 0.00, 0.05, 0.06
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 22 16:02:38 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.