Re: [viewvc-users] rebuild adds parent directory
"C. Michael Pilato" <[email protected]> Mon, 25 Nov 2013 10:30:05 -0500
| Newsgroups | gmane.comp.version-control.cvs.viewcvs.user |
|---|---|
| Message-ID | <52936CFD.1070808__497.415048494254$1385393415$gmane$org@collab.net> |
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=3069216 To unsubscribe from this discussion, e-mail: [[email protected]].