Firstly, apologies for getting mail-list twice in original To: line: dunno how that happened. |On 12/22/06, David Tweed <tweed314@yahoo.co.uk> wrote: |> Sidenote: I'm moving the database from the old format to the new one by repeatedly unpacking |> the old database for snapshot X, git-add'ing any file names which have _never_ been in any snapshot |> before, git-commit -a, git-tag, then remove all the files unpacked by the |> old database and move onto snapshot X+1. This takes less than a second per snapshot. | |Not sure how large your snapshots are -- a second sounds like a long |time for git operations. While it is a bit more complex, you _can_ |operate directly on the index, and the "snapshot" never needs to hit |the disk as such during your migration. By trying to be brief I was a rather cryptic. What I was trying to say was: Running the git commands earlier in the message in a script, I see certain files are not present from the git tree generated by a commit at a time when I know the file I'd previously git-added "reappears" in the working directory. I'm hypothesising that this is because when the file disappears the machinery in git discards the `track this file name' information. However, I haven't (and would prefer not to) dig into the git code to check that's the correct explanation. If this is why the files aren't being tracked I can try to script around the issue by git-adding all the files I want tracked by the snapshot before the git-commit -a. To help anyone thinking about if the explanation is right, the working directory is repeatedly being wiped and refilled from my old backup system with a second, so often all files have both creation and modification times set to the current second regardless of whether the content has changed. This is a really weird thing to do and might in some way be responsible for the untracked file (cf racy-git). Most of the maybe half-second overhead is coming from my script unpacking the files with gzip from my old database; git seems more than fast enough. |Have a look at how the cvsimport script works for an example. As it's my personal db which I'll only convert once if I can just make replaying work I don't need anything more complicated; I've only got 2000-odd snapshots of 2500-odd files. However, the temporarily disappearing file issue is one I think I'll face with any cron-based commiting strategy and so need to solve. cheers, dave tweed ___________________________________________________________ Yahoo! Photos
| Oren Laadan | [RFC v2][PATCH 1/9] kernel based checkpoint-restart |
| Luiz Fernando N. Capitulino | 2.6.{26.2,27-rc} oops on virtualbox |
| Tomasz Kłoczko | Is it time for remove (crap) ALSA from kernel tree ? |
| Linus Torvalds | Linux 2.6.27-rc8 |
git: | |
| Linus Torvalds | Re: cleaner/better zlib sources? |
| Jon Smirl | Re: [PATCH] RFC: git lazy clone proof-of-concept |
| Jan-Benedict Glaw | Re: parsecvs tool now creates git repositories |
| Matthieu Moy | git push to a non-bare repository |
| James Hartley | scp batch mode? |
| Alexey Suslikov | OT: OpenBSD on Asus eeePC |
| Karel Kulhavy | lookup option in /etc/resolv.conf ignored |
| Kevin Neff | Patching a SSH 'Weakness' |
| Volker Armin Hemmann | build error with 2.6.27.6+reiser4+ehci-hub patch. ERROR: "mii_ethtool_gset" [drive... |
| Denys Fedoryshchenko | RESEND, HTB(?) softlockup, vanilla 2.6.24 |
| Corey Hickey | [PATCH 05/10] Add divisor. |
| Scott Wood | [PATCH 1/9] fs_enet: Whitespace cleanup. |
| Why does uClinux 2.6.18 bootup block SuperIO UART IRQs that BIOS configured | 39 minutes ago | Linux kernel |
| USB statistics | 2 hours ago | Linux kernel |
| Block Sub System query | 6 hours ago | Linux kernel |
| kernel module to intercept socket creation | 7 hours ago | Linux kernel |
| Image size changing during each build | 7 hours ago | Linux kernel |
| Soft lock bug | 12 hours ago | Linux kernel |
| sysctl - dynamic registration problem | 18 hours ago | Linux kernel |
| Question on swap as ramdisk partition | 21 hours ago | Linux kernel |
| serial driver xmit problem | 1 day ago | Linux kernel |
| Generic Netlink subsytem | 1 day ago | Linux kernel |
