On 17 Oct, 2009, at 24:16 , shikarishambu wrote:
> Hi, Hi :-) > I have a few questions regarding Agilo's subversion integration > > 0. Does it use Trac's subversion integration or does it do something > else or does it build on top of Trac? In the web interface uses normal trac integration, the reason is that doing so allow us to use third party plugins and integrate Git or HG as well as SVN :-) What Agilo extends is the svn hook, the reason is that Agilo needs to check links integrity, ownership and other rules when someone tries to close a ticket or change the remaining time of a ticket. > 1. Does it work if my Subversion repository is running on Windows on a > different box? Unfortunately as of now the SVN repository must be on the same machine as the Trac server. A solution would be to use svnsync, and replicate the repository in readonly from the original one, and forward the SVN log as well, so that the SVN hook will work as well. > 2. Can I setup integration for specific projects? Sure, every project needs to have set the SVN repository > 3. If yes to 2, does it support multiple subfolders in Subversion? There is a trac patch for this, called multirepos that will be integrated in the new 0.12, that should come very soon. Agilo will support it as well, may be already from the next release. > 4. How stable is this feature. I would hate to bring down the > Subversion repository or Agilo because of this? Works since ever, and is not intrusive because it just reads the repository... > 5. How do I go about setting up the integration, do I have to do > anything in trac.ini in addition to setting up the hooks in Subversion Sure you have to configure in trac.ini the svn repository, there is a section for this... HTH ANdreaT --~--~---------~--~----~------------~-------~--~----~ Follow Agilo on Twitter: http://twitter.com/agiloforscrum ----- You received this message because you are subscribed to the Google Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH http://www.agile42.com and is focused in supporting Agilo for Scrum users. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/agilo?hl=en -~----------~----~----~----~------~----~------~--~---

