[fossil-users] fossil bundle export of all artifact types ...

2015-11-25 Thread Jousef Lofstrom
How can I export file *and* non-file artifacts (tickets, wiki-pages) into a bundle for import into another repo (offline synchronization) ? Many thanks, Jousef ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8

Re: [fossil-users] Ticket editing problems

2011-09-16 Thread Jousef Lofstrom
Stephan Beal writes: ... http://localhost:8080/tvo/json/cap ==> { "fossil":"afd36e987ca1f2841bd2d819e64804c1f1a9f971", "timestamp":1316186243, "resultCode":"FOSSIL-1002", "resultText":"Unknown Command" } HTTP/1.0 200 OK Date: Fri, 16 Sep 2011 15:17:23 GMT Connect

Re: [fossil-users] Ticket editing problems

2011-09-16 Thread Jousef Lofstrom
Stephan Beal writes: ... http://localhost:8080/tvo/json/login?n=username&p=password ==> { "fossil":"afd36e987ca1f2841bd2d819e64804c1f1a9f971", "timestamp":1316185867, "resultCode":"FOSSIL-1002", "resultText":"Unknown Command" } HTTP/1.0 200 OK Date: Fri, 16 Sep 2

Re: [fossil-users] Ticket editing problems

2011-09-16 Thread Jousef Lofstrom
Stephan Beal writes: ... I cloned http://www.fossil-scm.org/ and built on 32 bit CentOS 5 and now have ... "Fossil version 1.19 [9f5c40cbe7] 2011-09-16 11:19:08". Alas, with the same result. /Jousef ___ fossil-users mailing list fossil-users@list

[fossil-users] Ticket editing problems

2011-09-16 Thread Jousef Lofstrom
I have a user with limited access. The account can only handle wiki, attachments and tickets. But I am unable to modify tickets in the web gui as no clickable links are active. Here is the permission string "bcfjkmnrtw". Did I miss something? /Jousef Fossil version 1.19 [6517b5c857] 2011-09-01

Re: [fossil-users] Getting a check-in's info without an open checkout

2011-09-12 Thread Jousef Lofstrom
Jeff Slutter writes: > > (Via the command line interface...) > > The 'timeline' command can take a -R argument to specify a repository. > It reports a set of information (time, user, check-in id, comment, > etc.), but I do not see it reporting the parent(s) of a check-in > > ... > > Thanks, >

Re: [fossil-users] Issues with 1.19 ...

2011-09-07 Thread Jousef Lofstrom
Right on ... that solved it. Many thanks for the help! /Jousef ___ 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] Issues with 1.19 ...

2011-09-07 Thread Jousef Lofstrom
That re/pattern couldn't be found ... fossil help set | grep -ci syml ==> 0 /Jousef ___ 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] Issues with 1.19 ...

2011-09-07 Thread Jousef Lofstrom
myself@myhost>ls -ld /root drwxr-x--- 8 root root 4096 Aug 24 15:40 /root myself@myhost> mount|grep "bind"|grep "root" myself@myhost> ... '/root' is not a symlink and not bound (mount bind) to another location, just a normal directory. /Jousef ___ fo

[fossil-users] Issues with 1.19 ...

2011-09-07 Thread Jousef Lofstrom
I have fossil started this way in /etc/rc.local ... /usr/local/bin/fossil server /home/myself/project/ & ... thus running with uid 'root' but targeting fossil archives owned by user 'myself' in directory '/home/myself/project' In the web ui when I select [Admin] -> [Settings] I now get ...