[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: Talden <talden_at_gmail.com>
Date: Thu, 12 Aug 2010 10:09:43 +1200

On Thu, Aug 12, 2010 at 4:22 AM, Pathy Kongo <pathykongo_at_gmail.com> wrote:
> 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

'svnmucc' (Subversion Multiple URL Command Client) can do this. It
can even do it in the same transaction as adding a file and I believe
it can do multiple revprops in a single gesture too (though obviously
they don't go into a new revision so that's less relevant).

I don't think svnmucc is in most distributions though - I have it via
a sliksvn install.

--
Talden
Received on 2010-08-12 00:10:23 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.