On Jul 24, 6:52 pm, William Stein <wst...@gmail.com> wrote:
> I can think of no reason it would be dangerous to do that.  Just
> control the files of the form worksheet.txt, since they determine the
> worksheets.
>
> I can also not think of a simpler way to accomplish this.
>
> William

Thanks them. It's done, and it looks ok:

bzr init

for i in `find . -name worksheet.txt`
do
bzr add $i
done

bar commit -m "First commit"
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to