Not sure about the problems you ran into at the end, but fossil 
reconstruct is the complementary command to fossil deconstruct. It works 
on a directory full of artifacts dumped by fossil deconstruct, not on 
your source code.

If you want to add all your files quickly to a new repo, you'd do 
something like:

cd /my/source/tree
fossil new ~/fossil/my.fossil
fossil open ~/fossil/my.fossil
fossil add .
fossil commit -m "here's all my files"

-- 
Joshua Paine
LetterBlock: Web Applications Built With Joy
http://letterblock.com/
301-576-1920
_______________________________________________
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