Hi.

2010/8/16 Pathy Kongo <pathyko...@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/     ↯
↯ Chat (Jabber/Google Talk) ↣ a.sk...@gmail.com , AIM: alexws77  ↯

Reply via email to