[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

getting the log from svn client (without access to svnlook log)

From: Sim Tong <sim_tong7_at_yahoo.fr>
Date: Mon, 4 May 2009 08:21:35 -0700 (PDT)

Hi

I'd like to get access to the log (or comments) information related to a given revision.
I usually get them using the command :

$ svnlook log <REPOSITORY> -r <revision number>

This is handy if I have access to the repository.

How can I do that without access to the repository ?

I noticed that I can see the comments with the command
$svn log <SVN URL> -v -r <revision number>

However, it also lists the changeset. As my comments can also be on several lines, I can't just make the assomption that the last line corresponds to the comments.

Does anyone know any trick ?

Thanks

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2057386

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-04 17:22:41 CEST

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.