Re: [fossil-users] RCS import

2014-04-02 Thread Andy Goth
On 4/1/2014 10:24 PM, Andy Goth wrote: The attached script imports an RCS repository into Fossil. It doesn't support branching nor symbolic names, and it has a few peculiarities designed to accommodate the RCS repository I just processed. I should mention that this script opens the repository

Re: [fossil-users] RCS import

2014-04-02 Thread Stephan Beal
On Wed, Apr 2, 2014 at 5:24 AM, Andy Goth andrew.m.g...@gmail.com wrote: The attached script imports an RCS repository into Fossil. It doesn't support branching nor symbolic names, and it has a few peculiarities designed to accommodate the RCS repository I just processed. LOL! When i saw

Re: [fossil-users] RCS import

2014-04-02 Thread Andreas Kupries
On Wed, Apr 2, 2014 at 10:42 AM, Andy Goth andrew.m.g...@gmail.com wrote: On 4/1/2014 10:24 PM, Andy Goth wrote: For me, the slowest part of the import was by far the RCS checkouts. Optimizing this would require writing a custom RCS checkout implementation that doesn't have to start from

Re: [fossil-users] RCS import

2014-04-02 Thread Andy Goth
On 4/2/2014 12:56 PM, Stephan Beal wrote: On Wed, Apr 2, 2014 at 5:24 AM, Andy Goth wrote: The attached script imports an RCS repository into Fossil. i'm thrilled to see someone create a tool for exporting RCS repos to fossil :). These scripts I've written, is there a public place to

Re: [fossil-users] RCS import

2014-04-02 Thread Andreas Kupries
Do you want dev access to https://core.tcl.tk/akupries/fossil2git/index ? I should rename that to 'fx' (Fossil eXtended). On Wed, Apr 2, 2014 at 11:14 AM, Andy Goth andrew.m.g...@gmail.com wrote: On 4/2/2014 12:56 PM, Stephan Beal wrote: On Wed, Apr 2, 2014 at 5:24 AM, Andy Goth wrote:

Re: [fossil-users] RCS import

2014-04-02 Thread Andreas Kupries
This script imports from RCS, and the one I wrote before imports from Fossil (haha, that's really what it does). LOL! You must really love RCS! They're not fully featured; for instance neither does branches. But they meet my minimum requirements. i didn't even know RCS could do

Re: [fossil-users] RCS import

2014-04-02 Thread Stephan Beal
On Wed, Apr 2, 2014 at 8:14 PM, Andy Goth andrew.m.g...@gmail.com wrote: These scripts I've written, is there a public place to collect, advertise, and improve them? You've done the first part ;). If you are up for this: http://fossil-scm.org/index.html/doc/trunk/www/copyright-release.html

Re: [fossil-users] RCS import

2014-04-02 Thread Andy Goth
On 4/2/2014 1:21 PM, Stephan Beal wrote: On Wed, Apr 2, 2014 at 8:14 PM, Andy Goth wrote: These scripts I've written, is there a public place to collect, advertise, and improve them? You've done the first part ;). If you are up for this:

Re: [fossil-users] RCS import

2014-04-02 Thread Stephan Beal
On Wed, Apr 2, 2014 at 8:57 PM, Andy Goth andrew.m.g...@gmail.com wrote: I've actually already signed that form, once for Fossil and once for SQLite, and I gave them to drh in person at the 18th Annual Tcl Conference (2011) in Manassas. However, this was immediately after the AlcoBOF, so I

Re: [fossil-users] RCS import

2014-04-02 Thread Richard Hipp
On Wed, Apr 2, 2014 at 2:57 PM, Andy Goth andrew.m.g...@gmail.com wrote: On 4/2/2014 1:21 PM, Stephan Beal wrote: On Wed, Apr 2, 2014 at 8:14 PM, Andy Goth wrote: These scripts I've written, is there a public place to collect, advertise, and improve them? You've done the first part ;).

Re: [fossil-users] RCS import

2014-04-02 Thread Richard Hipp
On Wed, Apr 2, 2014 at 3:03 PM, Stephan Beal sgb...@googlemail.com wrote: On Wed, Apr 2, 2014 at 8:57 PM, Andy Goth andrew.m.g...@gmail.com wrote: I've actually already signed that form, once for Fossil and once for SQLite, and I gave them to drh in person at the 18th Annual Tcl Conference

Re: [fossil-users] RCS import

2014-04-02 Thread Andy Goth
On 4/2/2014 2:03 PM, Stephan Beal wrote: On Wed, Apr 2, 2014 at 8:57 PM, Andy Goth wrote: We have an old RCS repository with lots of useful data in it. Okay, a love for your data is healthy and normal ;). I have no love for this data, and no one else does either, but we're stuck with it.

Re: [fossil-users] RCS import

2014-04-02 Thread Richard Hipp
On Wed, Apr 2, 2014 at 2:21 PM, Stephan Beal sgb...@googlemail.com wrote: On Wed, Apr 2, 2014 at 8:14 PM, Andy Goth andrew.m.g...@gmail.com wrote: These scripts I've written, is there a public place to collect, advertise, and improve them? You've done the first part ;). If you are up for

Re: [fossil-users] RCS import

2014-04-02 Thread Andy Goth
On 4/2/2014 2:03 PM, Stephan Beal wrote: please send me your desired user name off-list and i'll get you set up after confirmation from DRH. I prefer andy, though obviously that can cause confusion. SELECT DISTINCT user FROM event ORDER BY user reveals we already have an andybradford but

Re: [fossil-users] RCS import

2014-04-02 Thread Andy Goth
On 4/2/2014 2:22 PM, Andy Goth wrote: On 4/2/2014 2:03 PM, Stephan Beal wrote: please send me your desired user name off-list and i'll get you set up after confirmation from DRH. I prefer andy, though obviously that can cause confusion. Damnit, I really meant to reply to you off-list. I

Re: [fossil-users] RCS import

2014-04-02 Thread Stephan Beal
On Wed, Apr 2, 2014 at 9:22 PM, Andy Goth andrew.m.g...@gmail.com wrote: reveals we already have an andybradford but also many first-name-only users such as bob and eric and erik. So andy should be okay. i'll give Andy Bradford a while to veto that or not before setting you up, just to

Re: [fossil-users] RCS import

2014-04-02 Thread Joerg Sonnenberger
On Tue, Apr 01, 2014 at 10:24:44PM -0500, Andy Goth wrote: The attached script imports an RCS repository into Fossil. It doesn't support branching nor symbolic names, and it has a few peculiarities designed to accommodate the RCS repository I just processed. You might consider

Re: [fossil-users] RCS import

2014-04-02 Thread David Given
On 4/2/14, 7:21 PM, Stephan Beal wrote: [...] i didn't even know RCS could do branches. My RCS phase was short-lived before upgrading to CVS. As a totally off-topic comment, one of my other hats is the part-time maintainer of the Amsterdam Compiler Kit, the ancient compiler toolchain written by

Re: [fossil-users] RCS import

2014-04-02 Thread Andy Goth
On 4/2/2014 5:57 PM, David Given wrote: I recently migrated the repo from CVS to hg (sorry). This is the first checkin: https://sourceforge.net/p/tack/tack/ci/4bea19e501ed That's actually *older* than CVS! It may even be older than RCS... RCS dates back to 1982, two years before your initial

[fossil-users] RCS import

2014-04-01 Thread Andy Goth
The attached script imports an RCS repository into Fossil. It doesn't support branching nor symbolic names, and it has a few peculiarities designed to accommodate the RCS repository I just processed. -- Andy Goth | andrew.m.goth/at/gmail/dot/com #!/usr/bin/env tclsh package require Tcl 8.6