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

Re: getting a few information on the last repositories changes

From: Jeremy Kitchen <kitchen_at_scriptkitchen.com>
Date: Sat, 18 Oct 2008 23:57:52 -0700

David Weintraub wrote:
> On Fri, Oct 17, 2008 at 7:40 PM, Ryan Schmidt
> <subversion-2008c_at_ryandesign.com> wrote:
>> Getting the changed paths between two tags is hard, because a tag is not an
>> alias for a revision; it is a separate repository path.
>
> This is one of the reasons I hate the way Subversion does tags!

why can't you simply do this:

svn diff http://hostname/repo/tags/123 http://hostname/repo/tag/124 ?

The only reason I can see that not working is if your tags are not of
the same path...

I've used this to build diffs from squirrelmail's repository (though
nowadays I usually just do two exports and diff locally, so I'm not
hammering sf's repo servers.

-Jeremy

Received on 2008-10-19 08:58:32 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.