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

how to find out from where a file has been copied

From: Paul Maier <svn-user_at_web.de>
Date: Fri, 21 Jan 2011 03:26:49 +0100

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?

Thanks for advice!
  Paul.
Received on 2011-01-21 03:27:30 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.