[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: Alexander Skwar <alexanders.mailinglists+nospam_at_gmail.com>
Date: Mon, 16 Aug 2010 11:40:29 +0200

Hi.

2010/8/16 Pathy Kongo <pathykongo_at_gmail.com>:
> Hi,
>
> Thank you all for you answers !
>
> I know that all propset command are done locally but it takes time because I
> call the svn command line client with the PHP exec function one after
> another. So i have to launch this function 15 times!

Dunno, but this very much sounds like a case of premature optimization.

On my smallish Linux workstation notebook, calling svn propset 200 times
on 1 file takes only 3 seconds.

  for i in $(seq 200); do svn ps svn:needs-lock $i README ; done

Doesn't sound like it's really worth to invest a lot of time into optimizing
this on the client application side.

Alexander

--
↯    Lifestream (Twitter, Blog, …) ↣ http://alexs77.soup.io/%c2     ↯
↯ Chat (Jabber/Google Talk) ↣ a.skwar_at_gmail.com , AIM: alexws77  ↯
Received on 2010-08-16 11:41:28 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.