svn update/diff handles renames confusingly
From: Daniel Quinlan <quinlan_at_pathname.com>
Date: 2004-02-15 09:36:06 CET
If a working copy of a file has been modified locally and moved in the
First, you do the update:
$ svn update
The state of the tree is then bizarre:
1. new_name_of_file and old_name_of_file both exist
After some confusion, I just copied the working copy elsewhere, updated
1. diff the working copy of the file under the new name against an old
2. diff the working copy of the file under the old name and you get back
The only way I could get a simple diff to work was to do the diff while
How do you diff a working copy of a file against a version of the file
Also, why doesn't "svn update" handle renames? After this and previous
Daniel
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.