On Mon, Sep 6, 2010 at 7:29 PM, Giulio Troccoli < [email protected]> wrote:
> Is there a special format of a transaction number? > > I would like to write a method in perl that gets a number, either > transaction or revision, and then adds the correct --revision or > --transaction parameter (for the svnlook command). So if there is a special > format for a transaction number I can use a regular expression to check it. > The difference between a transaction and revision number depends purely on context. AFAIK, the only time a transaction number is available is within a pre-commit hook - once the transaction has been committed, it's a revision number. What context would your script be run in? Cheers, Daniel B.
