Hello

I'd like to write a script that the user can call that will...
1. Check if the document has already been added to the repository, and
add it if not
2. Commit changes

That way, the user won't have to call two commands.

I was thinking of reading the output from "fossil.exe ls", followed by
"fossil.exe commit" (and check for either "New_Version"" or "nothing
has changed"): Is that the way to go?

Thank you.

_______________________________________________
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