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
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
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
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,
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