Re: Listing peg versions?
From: Lorenz <lorenznl_at_yahoo.com>
Date: 2006-12-19 08:19:21 CET
Hi Byron,
>I have a directory that has been created and deleted a few times in its
if you mean: "each last revision before the directory has been
I'd use something like:
svn log -v URL | gawk "/^r[0-9]+ \|/ {rev=$1}; /^...D
(that should be one line)
I'm using gawk here, because that's what I familiar with, but there
HTH
---------------------------------------------------------------------
|
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.