Andre Spiegel <[EMAIL PROTECTED]> writes:

> I'm not sure how this interplays with Tramp, but perhaps this
> description can help you to sort it out.  In short: yes, the timestamp
> stuff is still there and is needed.  Is there a way to make it work over
> Tramp?  Or should there be a way to disable it for the Tramp case?

Ange-FTP and Tramp return (0 0) for timestamps they don't know.  So
what do you think about changing vc-workfile-unchanged-p to take this
into account?  I think the

    (if checkout-time

could be changed to

    (if (and checkout-time (not (equal lastmod '(0 0))))

and then it would work.  WDYT?

Kai


_______________________________________________
Tramp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to