RE: another merging issue
From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Thu, 2 Sep 2010 10:36:22 -0400
> reading the last discussion about conflict merges reminded me of a
I don't think anything is wrong. When you do an "Update" and changes to a dirty file are merged into your working copy there is really no easy way to see the diffs. What you should do if you commit and it fails due to out of date WC file then do a Diff with URL at that point. This will show you the diff between what you have and what is in the repository.
You could try a BLAME but I'm not sure what that will show on a working copy.
You can also do a diff in the repository (log viewer) of the HEAD and the previous revision to see what changes that were made and merged into your source.
Of course, if you just DIFF your file would you not remember what changes YOU made and what changes are there that you didn't make?
BOb
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org]. |
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.