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

Re: Bonsai for subversion

From: Ed Hillmann <edhillmann_at_yahoo.com>
Date: 2007-01-22 06:43:42 CET

svn log will list each change. If you execute it against the root folder, you will get each revision along with the user and date. If you give it a particular folder (for example, /branches/branch_1), it will return the revision specific to that folder. Using -v will also include the files that were changed as part of that revision.

I don't know if Bonsai takes all this information and makes it pretty. However, if you're just looking at something that provides you with data, Subversion provides what you're talking about without requiring a third-party tool, sounds like.

Ed

----- Original Message ----
From: ying lcs <yinglcs@gmail.com>
To: users@subversion.tigris.org
Sent: Monday, 22 January, 2007 3:13:57 PM
Subject: Bonsai for subversion

From here http://www.mozilla.org/bonsai.html:

"Bonsai is a tool that lets you perform queries on the contents of a
CVS archive; you can: get a list of checkins, see what checkins have
been made by a given person, or on a given CVS branch, or in a
particular time period."

Can you please tell me if there is something similar like Bonsai for subversion?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Send instant messages to your online friends http://au.messenger.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 22 06:44:07 2007

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.