Re: [fossil-users] fossil export to git broken for duplicate tags

2017-02-09 Thread Joerg Sonnenberger
On Thu, Feb 09, 2017 at 10:13:21AM -0500, Richard Hipp wrote: > On 2/9/17, Joerg Sonnenberger wrote: > > > > I disagree. The problem is not on the fossil side and I am not even sure > > the "specification" of fastexport disallows it. It's really a git issue. > > > > I agree with

Re: [fossil-users] fossil export to git broken for duplicate tags

2017-02-09 Thread Richard Hipp
On 2/9/17, Joerg Sonnenberger wrote: > > I disagree. The problem is not on the fossil side and I am not even sure > the "specification" of fastexport disallows it. It's really a git issue. > I agree with you, Joerg. But if the problem is going to be fixed, it will probably have to

Re: [fossil-users] fossil export to git broken for duplicate tags

2017-02-09 Thread Joerg Sonnenberger
On Thu, Feb 09, 2017 at 01:15:51PM +, Roy Marples wrote: > Hi List! > > I have a few repos which I sync to git. However, one of them I noticed > is no longer syncing tags. The fossil repo is here: > https://roy.marples.name/projects/dhcpcd > > Using fossil-1.37 > > fossil export --git

Re: [fossil-users] fossil export to git broken for duplicate tags

2017-02-09 Thread Warren Young
On Feb 9, 2017, at 6:15 AM, Roy Marples wrote: > > error: multiple updates for ref 'refs/tags/dhcpcd_6_11_3' not allowed. > git tag Fossil allows a given tag to refer to multiple checkin IDs, but Git does not, so it complains on trying to import it. At the moment, your only

[fossil-users] fossil export to git broken for duplicate tags

2017-02-09 Thread Roy Marples
Hi List! I have a few repos which I sync to git. However, one of them I noticed is no longer syncing tags. The fossil repo is here: https://roy.marples.name/projects/dhcpcd Using fossil-1.37 fossil export --git dhcpcd.fossil > dhcpcd.export git init dhcpcd-git cd dhcpcd-git git fast-import