RE: Code Reviews - Can SubVersion Query?
From: Steven Comfort <Steven.Comfort_at_uec.co.za>
Date: Wed, 14 Jan 2009 14:00:49 +0200
If you're prepared to pay for a commercial product, Code Collaborator is excellent. It enables you to conduct realtime remote reviews via both an email and chat interface, gathers metrics and integrates perfectly with SVN.
Steve Comfort
From: Paul Koning [mailto:Paul_Koning_at_Dell.com]
I use ViewVC for this. It's first of all a nice web browser for Subversion, but it also has an interface to a SQL database that can be loaded with the checkin info and kept up to date via a post-commit hook.
In general things are most convenient when you have only a few repositories, but since everything ends up in a database it seems that it should just be a matter of tweaking the SQL query if you need to do a global (cross repositories) query.
paul
From: James Green [mailto:James.Green_at_occam-dm.com]
Hi All,
One of the things that I have to do this year is a stack of code reviewing ...
Basically we have outsourced a stack of dev work to a company in India and I need to make sure they are doing things as we would like and more importantly in a correct fashion.
Is there a way to query an entire server (many individual repositories) for new/changed files?
James Green
________________________________
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.