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

SVN Move of Directory Not Showing File Moves In Log

From: Mike Schincariol <mschincariol_at_cogeco.ca>
Date: Fri, 31 Jul 2009 07:30:00 -0700 (PDT)

I was wondering if there is a way to determine which files are part of a directory move. For example, consider the following tree:

trunk
  |
  |-old_dir
      |
      |-test_file.txt

If I move old_dir using the command:
 "svn move old_dir new_dir"

I get the following tree:

trunk
  |
  |-new_dir
      |
      |-test_file.txt

However, doing an "svn log" on this change does not show that the file, test_file.txt, was moved (even though it obviously was). It only shows that the directory, old_dir, was moved to become new_dir.

In SVN, is there a way to get a listing of files that were moved as part of a directory move?

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2377414

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-31 16:34:28 CEST

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

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