RE: [Subclipse-dev] why is it that if i copy/paste over a file that it is then an outgoing deletion?
From: Martinescu, Eduard <Eduard.Martinescu_at_GlobalCrossing.com>
Date: Thu, 8 May 2008 10:18:16 -0400
If I follow this discussion, I think the solution you are looking for is not 'revert' , but 'add'.
1) Delete a versioned file from project
2) Restore the file from local history via 'undo'
3) Do and 'svn add' against the file, it will change the pending state from 'delete' to 'replace'
So the solution is that if we could detect the 'undo' as such, we could issue an 'svn add' command to undo the pending delete operation.
Ed
________________________________
From: Johan Compagner [mailto:jcompagner_at_gmail.com]
On Thu, May 8, 2008 at 4:04 PM, Mark Phippard <markphip_at_gmail.com<mailto:markphip_at_gmail.com>> wrote:
> > You delete the file it is gone. Subversion does not store it for you
i just commented that i dont care about if svn has a copy of the (changed) file or not locally .
johan
|
This is an archived mail posted to the Subclipse Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.