I am experiencing the same problem when inspecting the user's changes via the 
command line.  "fossil timeline <rev> -n 1 -t ci -showfiles" describes renamed 
files as "DELETED".  I would like to see the newly named file as "ADDED" or the 
original file described as renamed and tell me the new name.  "fossil changes" 
has similar problems with reporting renamed files.  It would also be nice if 
the behaviour between these two commands were more similar.

Cheers,
Derrick



________________________________
 From: Richard Hipp <[email protected]>
To: Fossil SCM user's discussion <[email protected]> 
Sent: Monday, 17 December 2012, 8:39
Subject: Re: [fossil-users] File moves reported in commit as file deletion!
 




On Sun, Dec 16, 2012 at 11:56 PM, K <[email protected]> wrote:

Hello,
>
>I've done a number of fossil mv file.h source/code/ today, then issued a 
>commit. The check-in reports that all of the files I've moved have been 
>deleted and renamed.
>
>For example:
>
>"Deleted foo.c version [0e52b8b63a1e8c0d]
>
>Name change from from foo.c to source/code/foo.c."
>
>Why is a file I moved using "fossil mv", then on the file system, being 
>reported as deleted? Now when I look at the history of the 'new' files, they 
>don't show their entire history.
>

The page you are looking at is probably looking at the history of files name 
"source/code/foo.c".  This is different from the history of a particular file 
that is currently named "foo.c" but was formerly call by one or more different 
names.
 

>What is going wrong please?
>
>^K
>_______________________________________________
>fossil-users mailing list
>[email protected]
>http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>


-- 
D. Richard Hipp
[email protected]

_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to