Re: Duplicates problem
- From: David Berg <drberg1000 gmail com>
- To: f-spot-list gnome org
- Subject: Re: Duplicates problem
- Date: Thu, 09 Nov 2006 13:03:22 -0600
Fabian Kneißl wrote:
David Berg schrieb:
The solution I had in mind was to hand edit the database, but as it
isn't a text file I'm not sure how to do that. Is there a utility I can
use to go through and just change the filenames?
cd ~/.gnome2/f-spot/
mv photos.db photos_orig.db
sqlite3 photos_orig.db .dump > photos.dump
[ edit photos.dump with a text editor ]
sqlite3 photos.db < photos.dump
It could be that you have to use "sqlite" instead of "sqlite3" for the
".dump" command. Just try it.
sqlite3 worked for me in version 0.2.1.
Thanks much.
--Dave
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]