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

Re: [TSVN] detecting a shell copied/moved subtree

From: Hiroharu Tamaru <tamaru_at_myn.rcast.u-tokyo.ac.jp>
Date: 2005-06-21 12:40:01 CEST

Hi. Sorry to bother you again.

What if the 'mv' was a 'cp -r' ?

{1}> svn co file:///path/to/the/repository work
A work/a
A work/a/file
Checked out revision 1.
{2}> cd work
{3}> svn st -v
                1 1 tamaru .
                1 1 tamaru a
                1 1 tamaru a/file
{4}> cp -r a x
{5}> svn st -v
? x
                1 1 tamaru .
                1 1 tamaru a
                1 1 tamaru a/file

At Mon, 20 Jun 2005 18:24:33 +0200, SteveKing wrote:
> Hiroharu Tamaru wrote:
...
> > Running "Check for Modifications" will not show x/ as
> > non-versioned (as opposed to the case for the status command
> > in command-line client).
>
> But it tells you that 'a' is missing. That's how you can spot that you
> did something wrong.

Is there a way to notice this mistake as in the mv case?

Thank you.

-- 
Hiroharu Tamaru
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Jun 21 12:40:29 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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