[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: Bert Huijben <bert_at_qqmail.nl>
Date: Fri, 13 Aug 2010 15:39:49 +0200

> -----Original Message-----
> From: Daniel Shahaf [mailto:d.s_at_daniel.shahaf.name]
> Sent: vrijdag 13 augustus 2010 0:25
> To: Pathy Kongo
> Cc: users_at_subversion.apache.org
> Subject: Re: Setting multiple properties with on command
>
> 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

This sets revision properties on the revision you are creating, not
versioned properties on the specified file.

        Bert
Received on 2010-08-13 15:41:56 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.