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

Interesting behavior on "svn move"

From: Kedar Sovani <ksovani_at_kernelcorp.com>
Date: 2005-05-09 17:52:10 CEST

Hi,

        "svn log -r" does not seem to work across "svn move". The constraint
seems to be:
* The *target* path should be entered, for a revision *after* the move.
* While the *original* path should be entered for a revision *before*
the move.
E.g.
        svn log -r <rev_before_move> /path/to/orig_file/ [ works ]
 
        svn log -r <rev_after_move> /path/to/moved_file [ works ]
But,
        svn log -r <rev_before_move> /path/to/moved_file [ FAILS ]

But, simply running "svn log" (without any revision number) on the
*moved* file shows all the logs, right through the "move" operation.

Is something going wrong with my repo, or is it a defined behavior (or
known bug)?

Kedar.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 9 18:32:03 2005

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.