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

Re: When was somethign originally added to the repo?

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-11-15 23:23:42 CET

On Nov 15, 2006, at 14:57, Jeff Barrett wrote:

> I think this is a relatively easy thing to answer, but it didn't
> seem obvious to me as I was fooling around with "svn log" and "svn
> info".
>
> How can I go about finding out when a particular file or directory
> was _originally added_ to the repository? I'm assuming if I can
> figure out the revision I've got my answer, but I haven't been able
> to figure that out easily.
>
> For example, I'd like to know when the http://svn.collab.net/repos/
> svn/branches/1.4.x/ branch was originally created. The only
> solution I can see is to do an svn log command on the entire branch
> and wait until the original entry is listed, but that takes a
> loooooong time :)

$ svn log -r1:HEAD --limit 1 --stop-on-copy http://svn.collab.net/
repos/svn/branches/1.4.x/
------------------------------------------------------------------------
r19524 | danderson | 2006-05-05 14:54:59 -0500 (Fri, 05 May 2006) | 1
line

Create the release branch for release 1.4.0.
------------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 15 23:41:40 2006

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.