>> 1. How can I see if I need to update my working checkout - are there
>> any changes made by other users. Can I list what files will be updated
>> during update. Something like running "cvs update -n" or "svn status
>> -u"
>
> The "fossil sync" command will pull down any change from the central
> repository into your local repository.  Then you can run "fossil
> timeline" to see what if anything has changed, or better "fossil ui"
> to bring up a web GUI to let you see the current status of the
> repository.

I have to agree with Thomasz and Steve.  I'd like to know what _files_
have changed, even after a sync.

Showing the timeline doesn't tell me individual files that would be
updated.  It would be nice to have a `--dry-run' option to `update'.

--Jas
_______________________________________________
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