Re: [fossil-users] How to pull back from a git mirror?

2015-04-24 Thread Svyatoslav Mishyn
+ How about to add a dot: Index: src/export.c == --- /home/juef/fossil/e/fossil/src/export.c~0 2015-04-24 14:44:22.013432681 +0300 +++ /home/juef/fossil/e/fossil/src/export.c 2015-04-24 14:13:35.323413908 +0300 @@ -338,12

Re: [fossil-users] How to pull back from a git mirror?

2015-04-24 Thread Svyatoslav Mishyn
(Fri, 24 Apr 12:30) Ron W: On Fri, Apr 24, 2015 at 8:26 AM, Svyatoslav Mishyn j...@openmailbox.org wrote: What am I missing ? https://cloud.openmailbox.org/public.php?service=filest=a42e1dab28fe9574bca06dca77feb8fd I made initial: git fast-export --all --export-marks=$new

Re: [fossil-users] How to pull back from a git mirror?

2015-04-24 Thread Ron W
On Fri, Apr 24, 2015 at 8:26 AM, Svyatoslav Mishyn j...@openmailbox.org wrote: What am I missing ? https://cloud.openmailbox.org/public.php?service=filest=a42e1dab28fe9574bca06dca77feb8fd I made initial: git fast-export --all --export-marks=$new $export cat $export | fossil import --git

Re: [fossil-users] How to pull back from a git mirror?

2015-04-22 Thread Svyatoslav Mishyn
(Tue, 21 Apr 12:32) Ron W: On Tue, Apr 21, 2015 at 5:27 AM, Natacha Porté nata...@instinctive.eu wrote: So a more realistic request would a procedure to backport the git commits into fossil, and a new update script to only export stuff beyond the synchronization point. Would the

Re: [fossil-users] How to pull back from a git mirror?

2015-04-22 Thread Ron W
On Wed, Apr 22, 2015 at 4:03 PM, Svyatoslav Mishyn j...@openmailbox.org wrote: lightweight (non-annotated) tags vs. annotated tags How to export tags (from fossil to git) ? I got this error, and did not get any tags error: Multiple updates for ref 'refs/tags/release' not allowed. with

[fossil-users] How to pull back from a git mirror?

2015-04-21 Thread Natacha Porté
Hello, I have been maintaining git mirrors of the fossil repositories of my personal projects, so that they can be more easily found (on github) and/or cloned. Here is the snipped of shell script I use to build the git mirror repository: cd ${GIT_REPO} git init fossil export --git -R

Re: [fossil-users] How to pull back from a git mirror?

2015-04-21 Thread Ron W
On Tue, Apr 21, 2015 at 5:27 AM, Natacha Porté nata...@instinctive.eu wrote: So to make it short, the fossil repository is a prefix of what the git mirror currently is, with the extra git nodes being generated by git. Is there any way to backport the git commits into the fossil repository