I'm a newbie to fossil SCM, but familiar with CVS and SVN.
Now I run fossil in autosync mode. I have 2 questions?

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"

2. fossil info FILENAME gives me error message: "not a valid object
name: FILENAME"

# ln -s /usr/local/bin/fossil /usr/local/bin/fs
# So I type "fs" instead of "fossil"

[tkos...@biuro3 html-tkosiak]$ fs version
This is fossil version [cd965de682] 2009-01-24 10:44:43 UTC
[tkos...@biuro3 html-tkosiak]$ fs help info
Usage: fs info ?ARTIFACT-ID|FILENAME?

With no arguments, provide information about the current tree.
If an argument is specified, provide information about the object
in the respository of the current tree that the argument refers
to.  Or if the argument is the name of a repository, show
information about that repository.
[tkos...@biuro3 test]$ fs info
repository:   /home/tkosiak/kompas-sart.fossil
local-root:   /var/www/html/tkosiak/
project-code: eeeac7a961803249524968ed28638638f21b0507
server-code:  1308c8dfaeb6bd5d0d8d525668ab85ccea1eb3f2
checkout:     5669db24c2431b83409c25cc01ad1a56610c4471
parent:       b3c8076bf941e3705f40d670acb6e4c41333926f
tags:         trunk
[tkos...@biuro3 test]$ fs info index.php
fs: not a valid object name: index.php
[tkos...@biuro3 test]$ ls -l index.php
-rw-r--r-- 1 tkosiak biuro 2586 2009-02-02 01:03 index.php
[tkos...@biuro3 test]$ cd ..
[tkos...@biuro3 test]$ fs ls
[...]
UNCHANGED test/db.php
[..]
[tkos...@biuro3 html-tkosiak]$ fs info test/index.php
fs: not a valid object name: test/index.php
_______________________________________________
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