On Wed, Feb 17, 2016 at 11:27 AM, Zoltán Kócsi <zol...@bendor.com.au> wrote:

> I have two questions. I looked at the archives, but only one of the
> issues I found some mentioning of, and even that was not clear-cut.
>
> 1. How do you merge only certain files?
>

AFAIR, you can't. Commit will refuse to commit a partial merge, if i recall
correctly.


> 2. Does fossil store the mtime for the files?
> If yes, is there any way to obtain it?


It doesn't, actually. It _calculates_ the mtime based on the time of the
commit containing it. Thus the mtime for all files aligns to time of the
commit which last included that file.

For various reasons I'd need to
> get a tree with the actual modification times (there are external
> dependencies that fossil doesn't and actually can't understand)


You can't - you can only get these synthesized times. Fossil doesn't
note/remember the filesystem-level times.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
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