Re: How to run post-commit as a backgorund process??

2010-01-07 Thread Ryan Schmidt
On Jan 6, 2010, at 23:53, Shalinda Adikari wrote: > I’m working on svn mirroring capability and I have following issue when it is > used. > > Once svnsync is configured It takes longer time than normal commit. Simply if > we can commit a file within 2s without svnsync mirroring , now it takes

Re: How to run post-commit as a backgorund process??

2010-01-07 Thread Olivier Sannier
Shalinda Adikari wrote: While going through some of the forums, I found following command to do the task. $SVNSYNC synchronize URL_TO_MIRROR_REPO --username=svnsync --password=svnsyncpassword>/dev/null 2>/dev/null& But this solution is rather different to yours one. As you mention in your repl

RE: How to run post-commit as a backgorund process??

2010-01-07 Thread Shalinda Adikari
o: users@subversion.apache.org Cc: Shalinda Adikari Subject: Re: How to run post-commit as a backgorund process?? Shalinda Adikari wrote: > Hi Team, > > I’m working on svn mirroring capability and I have following issue when > it is used. > > Once *svnsync* is configured It takes

Re: How to run post-commit as a backgorund process??

2010-01-07 Thread Didier Trosset
Shalinda Adikari wrote: Hi Team, I’m working on svn mirroring capability and I have following issue when it is used. Once *svnsync* is configured It takes longer time than normal commit. Simply if we can commit a file within 2s without svnsync mirroring , now it takes nearly 6s. Therefore,

How to run post-commit as a backgorund process??

2010-01-07 Thread Shalinda Adikari
From: Shalinda Adikari Sent: Thursday, January 07, 2010 11:15 AM To: 'iss...@subversion.tigris.org' Subject: How to run post-commit as a backgorund process?? Hi Team, I'm working on svn mirroring capability and I have following issue when it is used. Once svnsyn