[fossil-users] Feature Request: Search Technotes

2017-01-18 Thread Chris Rydalch
I really like the concept of technotes, but it'd be super useful if
technotes could be included in search results. I find technotes are
convenient for adding information and reminders, sort of a work-journal,
but I really miss not having that information show up in search results.

Could they be added to search? Perhaps there was/is a technical reason
technotes aren't currently included, in which case sorry for the bother!

Thanks!
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] Problem with Fossil compilation on Windows

2017-01-18 Thread Richie Adler
Windows 7 Ultimate 64 bit
gcc (x86_64-win32-seh-rev0, Built by MinGW-W64 project) 5.3.0

Running this:

C:\Prog\MinGW\msys\1.0\bin\make.exe -e -f win\Makefile.mingw clean
SET FOSSIL_ENABLE_JSON=1
C:\Prog\MinGW\msys\1.0\bin\make.exe -e -f win\Makefile.mingw

Generates these errors:

src/../compat/zlib/libz.a(deflate.o):deflate.c:(.text+0x745): undefined
reference to `longest_match'
src/../compat/zlib/libz.a(deflate.o):deflate.c:(.text+0x1414): undefined
reference to `longest_match'
src/../compat/zlib/libz.a(deflate.o):deflate.c:(.text+0x1cb0): undefined
reference to `match_init'
src/../compat/zlib/libz.a(deflate.o):deflate.c:(.text+0x3fdd): undefined
reference to `match_init'
src/../compat/zlib/libz.a(deflate.o):deflate.c:(.text+0x43e9): undefined
reference to `match_init'
src/../compat/zlib/libz.a(inflate.o):inflate.c:(.text+0x2093): undefined
reference to `inflate_fast'
collect2.exe: error: ld returned 1 exit status
make: *** [fossil.exe] Error 1

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Bug report. fossil changes --differ does not work

2017-01-18 Thread Anton Polonskiy
Thank you.

BTW. I don't see checksums of versions 1.36 and 1.37 here
http://www.hwaci.com/fossil_download_checksums.html

On Wed, Jan 18, 2017 at 2:41 PM Richard Hipp  wrote:

> On 1/18/17, Anton Polonskiy  wrote:
> > Hi Richard! I have found a bug in fossil 1.37.
>
> Glad to see the mailing list is going again.  My reboot must have worked.
>
> Thanks for the bug report.  Now fixed on trunk.
>
> >
> > Steps to reproduce:
> >
> > $ fossil version
> > This is fossil version 1.37 [1669115ab9] 2017-01-16 20:58:54 UTC
> >
> > $ fossil new bug.fossil
> > project-id: 1757131b1f9f02f15008d7ec1a8f75f4c4955762
> > server-id: 08494d364af82b49b5cb72f81d5933e2f5716327
> > admin-user: xxx (initial password is "xxx")
> >
> > $ fossil open bug.fossil
> > project-name: 
> > repository: /tmp/tmp.s6XePikF0Z/bug.fossil
> > local-root: /tmp/tmp.s6XePikF0Z/
> > config-db: /home/xxx/.fossil
> > project-code: e569a99dd4830a3ca443d3d8fe8a2f56b43c6e28
> > checkout: 9b7ff3a1bbafc8f89caad0b2a698ea2ffbbf4260 2017-01-17 13:21:43
> UTC
> > tags: trunk
> > comment: initial empty check-in (user: xxx)
> > check-ins: 1
> >
> > $ fossil changes --differ
> > SQLITE_ERROR: SELECTs to the left and right of UNION ALL do not have the
> > same number of result columns
> > fossil: SELECTs to the left and right of UNION ALL do not have the same
> > number of result columns
> > SELECT pathname, '' as mtime, 0 as size, deleted, chnged, rid,
> > coalesce(origname!=pathname,0) AS renamed, 1 AS managed FROM vfile LEFT
> > JOIN blob USING (rid) WHERE is_selected(id) AND (chnged OR deleted OR
> rid=0
> > OR pathname!=origname) UNION ALL SELECT pathname, '', 0, 0, 0, 0, 0, 0, 0
> > FROM sfile WHERE pathname NOT IN
> >
> ('_FOSSIL_','_FOSSIL_-journal','_FOSSIL_-wal','_FOSSIL_-shm','.fslckout','.fslckout-journal','.fslckout-wal','.fslckout-shm','.fos','.fos-journal','.fos-wal','.fos-shm','bug.fossil','bug.fossil-journal','bug.fossil-wal','bug.fossil-shm')
> > ORDER BY pathname
> >
>
>
> --
> D. Richard Hipp
> d...@sqlite.org
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Bug report. fossil changes --differ does not work

2017-01-18 Thread Richard Hipp
On 1/18/17, Anton Polonskiy  wrote:
> Hi Richard! I have found a bug in fossil 1.37.

Glad to see the mailing list is going again.  My reboot must have worked.

Thanks for the bug report.  Now fixed on trunk.

>
> Steps to reproduce:
>
> $ fossil version
> This is fossil version 1.37 [1669115ab9] 2017-01-16 20:58:54 UTC
>
> $ fossil new bug.fossil
> project-id: 1757131b1f9f02f15008d7ec1a8f75f4c4955762
> server-id: 08494d364af82b49b5cb72f81d5933e2f5716327
> admin-user: xxx (initial password is "xxx")
>
> $ fossil open bug.fossil
> project-name: 
> repository: /tmp/tmp.s6XePikF0Z/bug.fossil
> local-root: /tmp/tmp.s6XePikF0Z/
> config-db: /home/xxx/.fossil
> project-code: e569a99dd4830a3ca443d3d8fe8a2f56b43c6e28
> checkout: 9b7ff3a1bbafc8f89caad0b2a698ea2ffbbf4260 2017-01-17 13:21:43 UTC
> tags: trunk
> comment: initial empty check-in (user: xxx)
> check-ins: 1
>
> $ fossil changes --differ
> SQLITE_ERROR: SELECTs to the left and right of UNION ALL do not have the
> same number of result columns
> fossil: SELECTs to the left and right of UNION ALL do not have the same
> number of result columns
> SELECT pathname, '' as mtime, 0 as size, deleted, chnged, rid,
> coalesce(origname!=pathname,0) AS renamed, 1 AS managed FROM vfile LEFT
> JOIN blob USING (rid) WHERE is_selected(id) AND (chnged OR deleted OR rid=0
> OR pathname!=origname) UNION ALL SELECT pathname, '', 0, 0, 0, 0, 0, 0, 0
> FROM sfile WHERE pathname NOT IN
> ('_FOSSIL_','_FOSSIL_-journal','_FOSSIL_-wal','_FOSSIL_-shm','.fslckout','.fslckout-journal','.fslckout-wal','.fslckout-shm','.fos','.fos-journal','.fos-wal','.fos-shm','bug.fossil','bug.fossil-journal','bug.fossil-wal','bug.fossil-shm')
> ORDER BY pathname
>


-- 
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] Bug report. fossil changes --differ does not work

2017-01-18 Thread Anton Polonskiy
Hi Richard! I have found a bug in fossil 1.37.

Steps to reproduce:

$ fossil version
This is fossil version 1.37 [1669115ab9] 2017-01-16 20:58:54 UTC

$ fossil new bug.fossil
project-id: 1757131b1f9f02f15008d7ec1a8f75f4c4955762
server-id: 08494d364af82b49b5cb72f81d5933e2f5716327
admin-user: xxx (initial password is "xxx")

$ fossil open bug.fossil
project-name: 
repository: /tmp/tmp.s6XePikF0Z/bug.fossil
local-root: /tmp/tmp.s6XePikF0Z/
config-db: /home/xxx/.fossil
project-code: e569a99dd4830a3ca443d3d8fe8a2f56b43c6e28
checkout: 9b7ff3a1bbafc8f89caad0b2a698ea2ffbbf4260 2017-01-17 13:21:43 UTC
tags: trunk
comment: initial empty check-in (user: xxx)
check-ins: 1

$ fossil changes --differ
SQLITE_ERROR: SELECTs to the left and right of UNION ALL do not have the
same number of result columns
fossil: SELECTs to the left and right of UNION ALL do not have the same
number of result columns
SELECT pathname, '' as mtime, 0 as size, deleted, chnged, rid,
coalesce(origname!=pathname,0) AS renamed, 1 AS managed FROM vfile LEFT
JOIN blob USING (rid) WHERE is_selected(id) AND (chnged OR deleted OR rid=0
OR pathname!=origname) UNION ALL SELECT pathname, '', 0, 0, 0, 0, 0, 0, 0
FROM sfile WHERE pathname NOT IN
('_FOSSIL_','_FOSSIL_-journal','_FOSSIL_-wal','_FOSSIL_-shm','.fslckout','.fslckout-journal','.fslckout-wal','.fslckout-shm','.fos','.fos-journal','.fos-wal','.fos-shm','bug.fossil','bug.fossil-journal','bug.fossil-wal','bug.fossil-shm')
ORDER BY pathname
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users