On 02/04/2011 04:11 PM, Ondrej Nemecek wrote:
> Is there some simple way to list files changed between two versions?
> Then can be upload procedure easily scripted (using common
> command-line ftp client).

`fossil update -n VERSION`

shows a list of file changes made when updating to VERSION from the 
current VERSION, but does not actually make any changes. Since you can 
also 'update' to revisions in the past, you can use this to see the 
differences between a past revision and the current. (Though you'd have 
to reverse the add/remove logic if you keep on the current version and 
parse the output of updating to the past version.)


-- 
Joshua Paine
LetterBlock: Web applications built with joy
http://letterblock.com/
301-576-1920
_______________________________________________
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