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