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

Re: Dropping Subversion

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2004-04-02 19:31:11 CEST

I would probably first try to use hooks to just capture and store the info
outside of Subversion.

How would your idea allow me to get a list of all of the file versions for
a given issue. Wouldn't I have to dump the entire repository to a file and
then grep that?

Seems like there could be better ways to do this.

Mark

      To&nbsp;&nbsp; dev@subversion.tigris.org
      cc&nbsp;&nbsp;
      bcc&nbsp;&nbsp;
      Subject&nbsp;&nbsp; Re: Dropping Subversion
Jim Correia <jim.correia@pobox.com>

04/02/2004 12:00 PM
            <font size=-1></font>

On Apr 2, 2004, at 11:30 AM, Mark Phippard wrote:

> What I don't like about this approach is that it forces it all to be
> done
> essentially outside of Subversion. There is no way to go back to
> Subversion later and ask it to show you all of the revisions that were
> for
> a specific issue ID.

Would just putting a regular piece of information in the existing log
message (which you could grep for later) work for you? For example:

Fixed crashing bug in foo() when passed input bar. [Issue:9876]

Jim

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 2 19:31:27 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.