On Thu, Sep 13, 2012 at 8:28 AM, Tommaso D'Argenio <ping...@gmail.com>wrote:

> Problem is that once I go on the server, while the repository file is
> updated (check date/time above) the actual text file in the development
> folder
> is untouched and still the original version when it was created in the
> first place.
>
>
The development folder on the server is no different from one of the
development folders on the client.  (Fossil doesn't know that one machine
is a "client" and another is a "server".  They are all just computers.)  If
user Alice checks in a change out of her development folder, you wouldn't
expect user Bob's development folder to be automatically updated, would
you?  Bob needs to request that update (using "fossil update").  In the
same way, you need to run "fossil update" on the development folder on the
server, since that development folder is just another user, as far as
Fossil is concerned.


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
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