Re: [viewvc-users] rebuild adds parent directory
Steven Gale <[email protected]> Mon, 25 Nov 2013 21:46:49 +0200
| Newsgroups | gmane.comp.version-control.cvs.viewcvs.user |
|---|---|
| Message-ID | <CAGLXu-yYqFUgsUEqSX5ZubRd+AbCVFgDJsZ81aP9Zp23SPYt=w@mail.gmail.com> |
Hi Mike, Sure I can try to debug it. Can you give me some pointers where I should set breakpoints and what variables to look at? Thanks, Steve On Mon, Nov 25, 2013 at 5:30 PM, C. Michael Pilato <[email protected]>wrote: > On 11/07/2013 10:42 AM, Steve Gale wrote: > > Hi Mike, > > > > Thanks again for your help. > > > > My repository has thousands of directories, so I cannot use the the same > query that you did. Instead I took the first 8 characters of DIR and then > grouped them. > > > > Note that the parent directory (named "cvsroot", the one above CVSROOT) > *does* appear in my list, unlike yours. > > > > > > mysql> select count(*), substr(dir, 1, 8) from dirs group by substr(dir, > 1, 8); > > [...] > > Steve, > > I've still not been able to identify what's going on here or to > reproduce the problem myself. Are you able to debug the Python on your > end of things to determine what's happening? > ------------------------------------------------------ http://viewvc.tigris.org/ds/viewMessage.do?dsForumId=4255&dsMessageId=3069233 To unsubscribe from this discussion, e-mail: [[email protected]].