[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:8080/cgi-bin/mailman/listinfo/fossil-users


[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 18:25:19 


___
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] Ticket editing problems

2011-09-16 Thread Jousef Lofstrom
Stephan Beal sgbeal@... 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@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Ticket editing problems

2011-09-16 Thread Jousef Lofstrom
Stephan Beal sgbeal@... writes:

...

http://localhost:8080/tvo/json/login?n=usernamep=password ==

{
fossil:afd36e987ca1f2841bd2d819e64804c1f1a9f971,
timestamp:1316185867,
resultCode:FOSSIL-1002,
resultText:Unknown Command
}
HTTP/1.0 200 OK
Date: Fri, 16 Sep 2011 15:11:07 GMT
Connection: close
X-Frame-Options: SAMEORIGIN
Cache-control: no-cache, no-store
Content-Type: application/json; charset=utf-8; charset=utf-8
Content-Length: 0

http://localhost:8080/tvo/json/stat ==

{
fossil:afd36e987ca1f2841bd2d819e64804c1f1a9f971,
timestamp:1316186057,
resultCode:FOSSIL-1002,
resultText:Unknown Command
}
HTTP/1.0 200 OK
Date: Fri, 16 Sep 2011 15:14:17 GMT
Connection: close
X-Frame-Options: SAMEORIGIN
Cache-control: no-cache, no-store
Content-Type: application/json; charset=utf-8; charset=utf-8
Content-Length: 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] Getting a check-in's info without an open checkout

2011-09-12 Thread Jousef Lofstrom
Jeff Slutter jeff@... 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,
 Jeff
 

I have a bash script called 'fslinfo' that looks like this ...

#!/bin/bash

fossil open --keep $1 /dev/null 21  fossil info $2  fossil close --force
/dev/null 21

... it might work for you?

/Jousef


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


[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 ...

invalid home directory: /root

... if I unset environment variable HOME and then restart fossil, I get ...

cannot locate home directory - please set the HOME environment variable

... this was not the case with v1.18 and earlier. Is it related to
versionable properties?

Sincerely,

Jousef L.
___
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@myhostls -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



___
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
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