RE: damned 'svn log' behavior
From: Wolf Josef <josef.wolf_at_siemens.com>
Date: 2003-02-24 17:57:01 CET
Garrett Rooney wrote:
> uh, i really don't see the point in yet another switch. just type 'svn
But then you need to remember the URL. At this point we get again to
svn log -r XXX `svn info . | sed -n 's!^Url: \(.*\)/[^/]*!\1!p'`
which is very prone to typos and works only on unix.
Special keywords could make the original problems solveable without
svn log -r XXX '$BASEURL'
---------------------------------------------------------------------
|
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.