If you drag it from one folder to another, right click on the folder you dragged it to, and go to "team" -> "commit", it preserves history.
I know, not very intuitive but it does work ;) Dennis Byrne >-----Original Message----- >From: Mike Kienenberger [mailto:[EMAIL PROTECTED] >Sent: Wednesday, March 29, 2006 07:43 PM >To: 'MyFaces Dev mailing list' >Subject: Moving a file with svn under Windows. > >I'm on windows, and I'm trying to find a way to move > >IMPL: >src/main/java/org/apache/myfaces/application/ComponentNotFoundException.java > >to > >SANDBOX: >src/main/java/org/apache/myfaces/custom/ajax/api/ComponentNotFoundException.java > >without losing history. > >I don't see any way to do it from TortoiseSVN, and (I'm guessing) >Eclipse seems like it's going to do a file remove followed by a file >add rather than an SVN move. > >[Note: SANDBOX: >src/main/java/org/apache/myfaces/custom/ajax/api/AjaxDecodePhaseListener.java >contains the only reference to ComponentNotFoundException which is why >I'm moving it here] >
