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

Re: svnlook not looking too well

From: <MCaron_at_primetherapeutics.com>
Date: 2007-10-26 23:50:36 CEST

Blair Zajac <blair@orcaware.com> wrote on 10/26/2007 04:32:20 PM:

> MCaron@primetherapeutics.com wrote:
> >
> > Hello,
> >
> > I'm having problems with svnlook. I'm using it in a pre-commit hook.
> > As a side-note, I had issues before because the template
> > (pre-commit.tmpl) had the $REPOS and $TXN parameters REVERSED in the
> > svnlook command! Now I've got them in the right order, but I am
getting
> > this message:
> >
> > svnlook log -t /home/svn/repos/repos2 93-1
> > svnlook: Can't open file '93-1/format': No such file or directory
>
> The command line arguments are in the wrong order:
>
> $ svnlook log -t 93-1 /home/svn/repos/repos2
>
> Regards,
> Blair
>
> --
> Blair Zajac, Ph.D.
> http://www.orcaware.com/svn/

I don't think the parameters are in the wrong order. The template does
have it wrong
($TXN $REPOS) - it should be $REPOS $TXN. Here is the output from svnlook
help:

general usage: svnlook SUBCOMMAND REPOS_PATH [ARGS & OPTIONS ...]
Note: any subcommand which takes the '--revision' and '--transaction'
      options will, if invoked without one of those options, act on
      the repository's youngest revision.
Type 'svnlook help <subcommand>' for help on a specific subcommand.
Type 'svnlook --version' to see the program version and FS modules.

Available subcommands:
   author
   cat
   changed
   date
   diff
   dirs-changed
   help (?, h)
   history
   info
   lock
   log
   propget (pget, pg)
   proplist (plist, pl)
   tree
   uuid
   youngest

Mark Caron
Sr. Systems Engineer
IT-Middleware Team
Prime Therapeutics
651-414-1585

Prime Therapeutics made the following annotations
---------------------------------------------------------------------
CONFIDENTIALITY NOTICE:
This E-Mail is intended only for the use of the individual or entity to which it is addressed. This communication including any attachments may contain information that may be privileged, confidential and is exempt from disclosure under applicable law. If the reader of this communication is not the intended recipient, you are hereby notified that any dissemination, distribution, or copying is strictly prohibited. If you believe you have received this E-Mail in error, please notify the sender immediately by E-Mail or by calling 1- (800) 858-0723 and delete the original message and any backups from your computer system. All personal messages express views solely of the sender, which are not to be attributed to Prime Therapeutics LLC or any of its affiliated organizations and may not be distributed without this disclaimer. If you have any questions concerning this message, please contact the sender. Thank you for your cooperation.
---------------------------------------------------------------------
Received on Fri Oct 26 23:51:10 2007

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.