On Mon, Feb 2, 2009 at 1:54 AM, D. Richard Hipp <d...@hwaci.com> wrote:
> 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.

Don't forget that "sync" simply pulls the changes into your repo but
does not apply them to your local files. (At least, that's my
understanding.) To do that, use "update" to apply the changes to your
files.

>> 2. fossil info FILENAME gives me error message: "not a valid object
>> name: FILENAME"
>
> I'll look into this.  It might be a documentation snafu.

Or the file isn't yet added to the repo?

Try "fs add test/index.php". This is harmless if the file has already
been added (though fossil will again say "ADDED ...").

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
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