[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SVN move

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-08-31 00:55:41 CEST

> With subclipse, Is there any way to utilize subversion's "move"
> functionality that maintains the revision history as well as any
> properties that may be associated with the file?

We capture the move event and run the svn move command on the file. What
typically confuses people is that when you run this command in Subversion
what really happens is an svn copy followed by an svn delete. So in the UI
when you commit you see an add and a delete, not a move.

However, after you commit, the Show in Resource History option should show
you the history of the file before and after the move.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
Received on Wed Aug 31 08:55:41 2005

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.