[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: Ryan Schmidt <subversion-2010b_at_ryandesign.com>
Date: Wed, 11 Aug 2010 15:40:25 -0500

On Aug 11, 2010, at 11:22, Pathy Kongo wrote:

> 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

The command line client is really designed to be used by people. For use in a script, you're probably better off using one of the many available language bindings (perl, python, php, etc.). They should provide you with more flexibility to do what you want.
Received on 2010-08-11 22:41:11 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.