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

RE: Setting multiple properties with on command

From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Wed, 11 Aug 2010 12:47:55 -0400

> Hello,
>
> I develop a web-based application that send command to a subversion
> Server using the Subversion command line client svn
> I create several files and use the svn propset command to add
> properties on files. There is a lot of properties (almost 15 by
> file), so it takes a lot of time.
>
> My question is : how can set several properties on a file using
> only one command ? ie svn propset prop1 val1 prop2 val2 file
>

I'm not sure there is a way to do this... I checked the CLI doc and you can pass a file in but it seems like it is only for a single property.

Have you considered setting up auto-props and mime-type mappings?

BOb
Received on 2010-08-11 18:48:32 CEST

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

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