[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: Daniel Shahaf <d.s_at_daniel.shahaf.co.il>
Date: Sun, 1 Jun 2008 19:40:51 +0300 (Jerusalem Daylight Time)

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
Received on 2008-06-01 18:41:26 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.