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

Re: how to find out from where a file has been copied

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 21 Jan 2011 03:33:21 +0100

On Fri, Jan 21, 2011 at 03:26:49AM +0100, Paul Maier wrote:
> Hi,
>
> a question.
>
> Imagine the following:
>
> svn mv 1 a
> svn mv 2 b
> svn cp -r 456 3 c
>
> then modify the files for a while.
>
> svn st will output something like:
> D 1
> D 2
> A+ a
> A+ b
> A+ c
>
> How do I see if file "a" came from 1 or from 2?
> How do I see from which revision of file 3 came file c?
>
> After the check-in, it's clear: svn log will show it.
>
> How do I review (if it's ok what I did) BEFORE checking-in?

svn info a | grep ^Copied

Stefan
Received on 2011-01-21 03:34:05 CET

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.