Update on my previous tree conflict scenario
From: Mark Phippard <markphip_at_gmail.com>
Date: Fri, 14 Nov 2008 14:45:22 -0500
Julian asked me to look at my previous scenario with current trunk.
As a refresher it was a relatively simple case. I have local edits to
$ svn up
OK, so we have created a tree conflict and we have left
$ svn diff | vim
Just verified I see diffs. In this case, diff shows me the edits in
I am not exactly sure what to do, so I am going to try some stuff:
$ svn resolved trunk/src/com/acme/ui/editors/ColorManager.java
Not really what I wanted. I wanted to essentially delete my local
$ svn up
Tree conflict was put back. This is kind of good. I think it shows
$ svn revert trunk/src/com/acme/ui/editors/ColorManager.java
This probably makes sense. Revert left the file as a versioned file
$ svn up
And now svn up just removes it. It was good that it knew not to
So I think there is some confusion still about what to do, but overall
-- Thanks Mark Phippard http://markphip.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: dev-help_at_subversion.tigris.orgReceived on 2008-11-14 20:45:38 CET |
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.