Pathy Kongo wrote on Wed, Aug 11, 2010 at 18:22:31 +0200:
> 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.
> 

svn commit --with-revprop=foo=bar --with-revprop=foo2=bar2 

> My question is : how can set several properties on a file using only one
> command ? ie svn propset prop1 val1 prop2 val2 *file*
> 
> Thank you in advance.
> 
> Best regards,
> 
> Pathy

Reply via email to