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

Re: The case of the disappearing project

From: David Weintraub <qazwart_at_gmail.com>
Date: Mon, 8 Jun 2009 10:17:01 -0400

You should be able to simply do a "svn log -v" on the root of the Subversion
repository, and sooner or later turn up a path to the project. You have to
make sure you start with the root of the repository, or else you could miss
something. Copies, deletes, and renames of directories or files can produce
two files or directories with the same name located in the same directory,
but are actually two different objects in Subversion, and thus won't be
listed in the Subversion log. By going from the repository root, you'll see
everything that happened.

Another possibility is to use revision pegging. That will give you the
repository on a particular date. For example, if you know that the project
was around on May 1, you could do something like this (Assuming your
repository structure is like this and your project was named "foo":

    $ svn log -v http://subversion/svn/projects/foo@'{2009-05-01}'

That should give you a log of that project as your repository looked on May
1, 2009. If the project was deleted after May 1, this will show you when and
who deleted it.

On Mon, Jun 8, 2009 at 9:58 AM, Gerard Marcel <men.makaron_at_gmail.com> wrote:

> I have a project that disappeared in svn and I am trying to get more
> details such as: date of deletion, and other pertinent information. So far
> svn log has not revealed enough information. The project was last checked
> on May 1. I am using svn 1.5.5 on debian lenny. The clients are eclipse
> with svn's latest plugin. Does anyone know how to get more information
> about the possible deletion?
>
>
>
> TIA,
>
>
> GM
>

-- 
David Weintraub
qazwart_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2360298
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-08 16:18: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.