[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 get the source for a branch?

From: Hari Kodungallur <hkodungallur_at_gmail.com>
Date: Mon, 16 Jun 2008 17:54:27 -0700

On Mon, Jun 16, 2008 at 5:48 PM, Alfred Perlstein <bright_at_mu.org> wrote:

> Let's say I did a "svn cp FROM TO" some time ago.
>
> Now I forgot what "FROM" was.
>
> Given "TO" how do i get this information?
>
> (I'm trying to reconstruct how a branch was created.)
>
>

svn log -v --stop-on-copy TO

And look at the last log message. It should have the FROM information --
something like "(from /trunk:100)", which means it was created from rev 100
of trunk.

regards,
-Hari
Received on 2008-06-17 02:55: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.