| [Subclipse-dev] [svnclientadapter] Generating a diff for a renamed file as a full delete-create
From: Robert Munteanu <robert.munteanu_at_gmail.com>
 Date: Wed, 5 Oct 2011 14:02:18 +0300 
Hi,
 I am developing an Eclipse plugin (
 package com.example;
 public class Second {
 }
 to Third:
 package com.example;
 public class Third {
 }
 I would expect the diff to show that Second.java has all lines deleted
 Index: src/com/example/Third.java
 -public class Second {
  }
 I am currently using  svnClient.createPatch(changes,
 What are my options of generating a delete-create diff for a renamed file?
 Thanks,
 Robert
 -- Sent from my (old) computer ------------------------------------------------------ http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1043&dsMessageId=2850181 To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_subclipse.tigris.org].Received on 2011-10-05 13:32:53 CEST | 
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.