Re: -r{DATE} with cvs-like relative dates?
From: Bob Proulx <bob_at_proulx.com>
Date: 2005-09-21 18:16:32 CEST
Warren Young wrote:
GNU date will handle these for you.
> svn up -r{10 days ago}
This works:
svn up -r{"$(date -d '10 days ago' '+%F %T')"}
Note that the date --iso-8601 option is deprecated. A new --rfc-3339
Bob
---------------------------------------------------------------------
|
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.