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

Re: How do I know a file has moved ?

From: Sim Tong <sim_tong7_at_yahoo.fr>
Date: Thu, 7 May 2009 13:27:11 -0700 (PDT)

Thanks

However, let's assume that I have (as an initial state.
src1/foo.c
src2/
src3/foo.c

If I move foo.c from src1 to src2, svn status will show:
!src1/foo.c
?src2/foo.c

If, at the same time I remove src3/foo.c, I will have :
!src1/foo.c
?src2/foo.c
!src3/foo.c

How will I know that foo.c moved from src1 to src2 and not from src3 ???

Sorry if my question is non-sense. I am new to SVN.

thx again

--- En date de : Jeu 7.5.09, Andy Levy <andy.levy_at_gmail.com> a écrit :

> De: Andy Levy <andy.levy_at_gmail.com>
> Objet: Re: How do I know a file has moved ?
> À: sim_tong7_at_yahoo.fr
> Cc: users_at_subversion.tigris.org
> Date: Jeudi 7 Mai 2009, 17h20
> On Thu, May 7, 2009 at 11:15, Sim Tong
> <sim_tong7_at_yahoo.fr> wrote:
> > When I look at the changeset via the command svn log
> <URL> -vq -r <revision>, I have some appended
> files.
> >
> > how do I know that these added files are actually
> added and not moved from another directory ?
> > (PS: I do not have access to svnlook history command
> as I do not have access to the SVN repository)
>
> If it's been moved, there will be a delete
> corresponding to the add,
> in the same revision.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-07 22:28:07 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.