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

RE: SVNLOOK tree strictly obeying the version

From: John Huddleston <jhuddleston_at_hughes.net>
Date: Sat, 7 Jun 2008 09:10:15 -0600

Daniel

I have five or sixe different subversion repositories that manifest this
behavior.

svnlook tree --show-ids --full-paths /my/repos/path

Some were created with the 1.4.5 version and some older one were created
with 1.4.3

Try it for your self on the subversion repository.

svnlook tree --show-ids --full-paths /your/path/to/collabnet/subversion |
grep -v r31623

John Huddleston

-----Original Message-----
From: Daniel Shahaf [mailto:d.s_at_daniel.shahaf.co.il]
Sent: Sunday, June 01, 2008 10:41 AM
To: John Huddleston
Cc: dev_at_subversion.tigris.org
Subject: Re: SVNLOOK tree strictly obeying the version

John Huddleston wrote on Sat, 31 May 2008 at 06:59 -0600:
> Hi,
>
>
> I was setting up a post-commit svnlog.pl perl script for a customer and
they
> wanted the viewvc URL of the changed files sent to them via email. During
> the process of programming I noticed that the "-r" option to the "svnlook
> tree" command returned some spurious data.
>

Can you provide a recipe (starting with an empty repository) that causes
svnlook to produce spurious data? Or at least, explain to us what the bug
is, before you start fixing it :)

By "recipe", I mean a script of the form:

        svnadmin create repos
        svn co `pwd`/repos wc
        cd wc
        ### make some commits
        svnlook tree ../repos -r REV

Thanks,

Daniel

P.S. For reference, please read
http://subversion.tigris.org/hacking.html#patches. Following the
guidelines there makes it easier for us to process your patch, which makes
it more likely that it will be applied.

>
>
> I checked out the most recent code from your subversion server and edited
> the main.c under http://svn.collab.net/repos/svn/trunk/subversion/svnlook
to
> print the requested revisions.
>
>
>
> I apologize if it is not elegant but this was my first foray into
modifying
> any of this code. In short, I needed to pass the revision from the
> svnlook_ctxt_t and then compare it to the revision in the database.
>
>
>
> I've attached an svn diff file with the changes. The work was done on
> Windows working under Cygwin.
>
>
>
> John Huddleston
>
>
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-06-07 17:10:56 CEST

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.