On Sun, Oct 11, 2009 at 9:18 PM, Carl Jolly <cwjo...@gmail.com> wrote:

> [user toe ] fossil add *
> ADDED  tcldist/SRC/tcl/toe/Fedora9/8.6b.1/toe-1.0.0-tclonly.tar.gz
> ADDED  tcldist/SRC/tcl/toe/TMakefile
> ADDED  tcldist/SRC/tcl/toe/toe-1.0.0.tar.gz
> ...



> fossil: no such file:
> /opt/fossil/fossil/src/TCL/tcldist/SRC/tcl/tcl-8.6b.1/Fedora9/bwidget-1.8.0-tclonly.tar.gz
>

It's failing here because somewhere you've "add"ed that file and it doesn't
exist. Fossil doesn't care if non-fossilized objects are in the tree. In
fact it cannot care about them, or all of our ".o" files would cause each
commit to fail.

[user toe]$ cd ../bwidget/
> [user bwidget]$ fossil rm Fedora9/bwidget-1.8.0-tclonly.tar.gz
> fossil: not in the repository: Fedora9/bwidget-1.8.0-tclonly.tar.gz
>

that ../bwidget path does not coincide with the path in the error message
above.

Can you show us the output of "pwd" from each directory, plus the output of:

ls relative/path/to/file.tar.gz

:-?


> [user bwidget]$ touch
> /opt/fossil/fossil/src/TCL/tcldist/SRC/tcl/tklib/Fedora9/8.6b.1/tklib-0.4.1-tclonly.tar.gz
> [user bwidget]$ ls
> /opt/fossil/fossil/src/TCL/tcldist/SRC/tcl/tklib/Fedora9/8.6b.1/tklib-0.4.1-tclonly.tar.gz
>
> /opt/fossil/fossil/src/TCL/tcldist/SRC/tcl/tklib/Fedora9/8.6b.1/tklib-0.4.1-tclonly.tar.gz
>

Your (over)use of absolute paths here seems suspicious. There's no need to
specify absolute paths unless you're working from outside the source tree.

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