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

Re: rename and diff

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2007-02-12 13:58:27 CET

On Monday 12 February 2007 06:01, Dave Grundgeiger wrote:
> Hi. I'm familiar with Subversion but not an expert. I want to rename a file
> in a working copy and then produce a patch representing the rename. I'm
> doing the following:
>
> svn rename oldname.txt newname.txt
> svn diff
>
> The resulting diff contains the deletion of oldname.txt, but not the
> addition of newname.txt. Is this the intended behavior?

diff files can't represent moved/renamed files, the format simply doesn't
allow it. Same problem applies to directories (only implicitly by creating
files therein), deleting files (only via making them empty) or adding files
(only via giving them content). Further things are SVN-specific properties of
a file or OS-specific properties like permissions.

/me just wonders if that shouldn't be a FAQ...

Uli

-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 12 13:59:03 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.