Re: [fossil-users] Merging repositories

2015-07-19 Thread Steve Stefanovich
‎You could try fossil bundle export/import. I think there is an option there to ignore project id when importing. I used this to import branches, it should work with trunk as well. ‎I am not sure if this brings tickets across. -- Original Message From: Zoltán Kócsi Sent: Friday, 17 July 2015 09

Re: [fossil-users] [possible bug] pull from empty repo to empty 'open' dir deadlocks repo

2015-07-19 Thread Richard Hipp
On 7/19/15, Alexey V Gorshkov wrote: > > > On 07/19/2015 05:51 PM, Joerg Sonnenberger wrote: >> On Sun, Jul 19, 2015 at 10:45:29AM +0300, Alexey V Gorshkov wrote: >>> sorry, missformatted command sequence text >>> >>> mkdir fos >>> cd fos >>> fossil init >>> test.fossil >>> mkdir t >>> cd t fossil

Re: [fossil-users] [possible bug] pull from empty repo to empty 'open' dir deadlocks repo

2015-07-19 Thread Alexey V Gorshkov
On 07/19/2015 05:51 PM, Joerg Sonnenberger wrote: On Sun, Jul 19, 2015 at 10:45:29AM +0300, Alexey V Gorshkov wrote: sorry, missformatted command sequence text mkdir fos cd fos fossil init test.fossil mkdir t cd t fossil open ../test.fossil fossil pull ../test.fossil Assuming this is "fossil

Re: [fossil-users] Any interest in testing/merging check-in-edit branch?

2015-07-19 Thread Sergei Gavrikov
On Sat, 18 Jul 2015, Scott Robison wrote: > > Still on phone. Instead of -euser how about -author? Instinctively seems > less clumsy but it's just a knee-jerk reaction to -euser which seems both > long and short simultaneously. :) +1 I would vote for `-author' or for any not abbreviated word(s).

Re: [fossil-users] Any interest in testing/merging check-in-edit branch?

2015-07-19 Thread Sergei Gavrikov
On Sat, 18 Jul 2015, Andy Bradford wrote: > Thus said Sergei Gavrikov on Sat, 18 Jul 2015 12:10:42 +0300: > > > However, with a forest the options Fossil CLI increasingly resembles > > Git CLI :-) > > Perhaps then, ``amend'' should only have short options where ``commit'' > has short options? >

Re: [fossil-users] [possible bug] pull from empty repo to empty 'open' dir deadlocks repo

2015-07-19 Thread Joerg Sonnenberger
On Sun, Jul 19, 2015 at 10:45:29AM +0300, Alexey V Gorshkov wrote: > sorry, missformatted command sequence text > > mkdir fos > cd fos > fossil init > test.fossil > mkdir t > cd t fossil > open ../test.fossil > fossil pull > ../test.fossil Assuming this is "fossil open ../test.fossil; fossil pull

Re: [fossil-users] [possible bug] pull from empty repo to empty 'open' dir deadlocks repo

2015-07-19 Thread Michai Ramakers
Hello, On 19 July 2015 at 09:45, Alexey V Gorshkov wrote: > sorry, missformatted command sequence text > > mkdir fos > cd fos > fossil init > test.fossil > mkdir t > cd t fossil > open ../test.fossil > fossil pull > ../test.fossil > > > On 07/19/2015 10:42 AM, Alexey V Gorshkov wrote: >> >> fossi

Re: [fossil-users] [possible bug] pull from empty repo to empty 'open' dir deadlocks repo

2015-07-19 Thread Alexey V Gorshkov
sorry, missformatted command sequence text mkdir fos cd fos fossil init test.fossil mkdir t cd t fossil open ../test.fossil fossil pull ../test.fossil On 07/19/2015 10:42 AM, Alexey V Gorshkov wrote: fossil in question: This is fossil version 1.33 [9c65b5432e] 2015-05-23 11:11:31 UTC follow

[fossil-users] [possible bug] pull from empty repo to empty 'open' dir deadlocks repo

2015-07-19 Thread Alexey V Gorshkov
fossil in question: This is fossil version 1.33 [9c65b5432e] 2015-05-23 11:11:31 UTC following sequence of commands locks newly created repository -- mkdir fos cd fos fossil init test.fossil mkdir t cd t fossil open ../test.fossil fossil pull ../test.fossil -- after this com