On Mon, Dec 29, 2014 at 12:30 PM, Richard Hipp <d...@sqlite.org> wrote:

> separate tags for each check-in.  There is probably a way to script this.
>

fossil tag add user VERSION USERNAME

should do the trick. You'd just need to feed it the list of versions, which
you can fetch with something like:

echo "select b.uuid from blob b, event e where e.objid=b.rid and
e.type='ci';" | fossil sqlite

But...


> But it would be better to change the names in git prior to import,
> probably.  Or, run the git-fast-export text through a sed script that makes
> the change prior to sending into "fossil import".
>

+1

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to