[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn update slow / post-commit issues

From: Joe Stump <joe_at_joestump.net>
Date: 2005-03-22 22:24:27 CET

OK, I've fixed my post-commit issues, but I'm still seeing HORRIFIC
update times over DAV. In fact, they're timing out now. Is anyone using
svn over DAV with a repository as big as mine (~220MB)? How long do
your updates take?

Thanks!

--Joe

--
Joseph C. Stump
joe@joestump.net
http://www.joestump.net
On Mar 22, 2005, at 12:32 PM, Robert Mohr wrote:
> On Tue, 22 Mar 2005 12:16:23 -0800, Joe Stump <joe@joestump.net> wrote:
>> Hey all,
>>
>> Just set up subversion and I'm noticing a few problems. I work for a
>> web company with a typical dev/live setup. I'd like post-commit to
>> update our dev sites, but I'm having problems - the email sends out
>> just fine, but this fails:
>>
>> # set up our charset/locales
>> export LANG=en_US.ISO-8859-1
>> export LC_CTYPE=en_US.ISO-8859-1
>> cd /var/www && /usr/bin/svn update > /tmp/svn.log
>>
>> Any ideas?
>
> I assume /tmp/svn.log isn't showing anything useful, so try running
> this command instead:
>
> cd /var/www && /usr/bin/svn update > /tmp/svn.log 2&>1 #redirects
> STDERR to STDOUT
>
> Also see <http://subversion.tigris.org/faq.html#website-auto-update>.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 22 22:27:07 2005

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.