[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


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

2015-11-25 Thread Eduard
Hi Jousef,

If you want everything, then

fossil clone input.fossil output.fossil

You can also have an intermediary that you periodically sync with:

fossil sync -R input.fossil intermediary.fossil

Use the "--private" option in either case to also sync private branches.

Best,
Eduard

On 11/25/2015 02:47 PM, Jousef Lofstrom wrote:
> 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
>
>




signature.asc
Description: OpenPGP digital signature
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users