List changes in a working copy in format of "svn log -v"?
From: Michael Pruemm <mpruemm_at_eso.org>
Date: Thu, 26 Aug 2010 10:43:35 +0200
If I need to create a working copy with specific features and bug fixes,
svn update -r 1234 dir1
If I then create a tag from my working copy
svn copy . http://host/tags/mytag
and look at the log of my new tag
svn log -v -q -l 1 http://host/tags/mytag
I will see some concise output of the structure of the tag like this:
r1291 | mpruemm | 2010-08-25 16:09:36 +0000 (Wed, 25 Aug 2010)
Now my question: Is it possible to get the same concise output *from the
Obviously, all the information must be present already in the working
- Michael
|
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.