From: Rob H. <ro...@ro...> - 2003-02-13 19:40:14
|
Hmm.. I ran into this issue before, try removing this to see if it helps - in bin/sandweb-expect, comment out line 20, it should be : set timeout 10 just put a # before that line, and do a "make install" on sandweb. Let me know if that works. The only problem is that it will not timeout for a long time if e.g. we get output that we're not expecting. There is a 5 minute timeout in Shell.pm too, but that's probably not the problem in this case ( how long does a normal checkout of this repo take? ) Thanks, rob On Thu, Feb 13, 2003 at 02:19:52PM -0500, Zoltan Farkas wrote: > > I am trying to use sandweb with a fairly large repository. > > When I am doing an update on a folder it doesn't do all the files. It > looks like there is a limit or something like that? > > If I run update several times on the same folder eventually I can update > all the files. > > --zoly > |