[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [RFE] Re: rename and diff

From: Dave Grundgeiger <dave.grundgeiger_at_codenouveau.com>
Date: 2007-02-12 16:46:14 CET

Vincent Lefevre
> When there is an
> addition, svn does show the addition. Now, the rename is just a
> copy + a delete. The delete is shown as expected. When there is a
> copy, svn shows the diff against the old version; when there are
> no diffs (i.e. one just has a copy, not a copy + modifications),
> svn doesn't show anything. I wonder if svn shouldn't output:

Yes, you're right. If I do this:

svn add newFile.txt
svn diff

I get output, but if I do this:

svn copy oldFile.txt newFile.txt
svn diff

I get no output, even though the status on newFile.txt is "Added."

Including --notice-ancestry on the diff made no difference.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 12 16:47:10 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.