Hi.
2010/8/16 Pathy Kongo :
> 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 ver
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!
I thought it would take less time with only one command...
I
> -Original Message-
> From: Daniel Shahaf [mailto:d...@daniel.shahaf.name]
> Sent: vrijdag 13 augustus 2010 0:25
> To: Pathy Kongo
> Cc: users@subversion.apache.org
> Subject: Re: Setting multiple properties with on command
>
> Pathy Kongo wrote on Wed, Aug 11
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
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
On Thu, Aug 12, 2010 at 4:22 AM, Pathy Kongo wrote:
> 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 proper
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 1
> 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 tim
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.
My que