Re: Support for Custom Version Control System

2009-02-13 Thread dyoon....@gmail.com
Thanks Muhammad, that's a good start. Regard, Dan On Feb 12, 1:53 pm, Muhammad Haggag wrote: > I don't think there's a guide for that, but it's not too hard. All SCM > plugins reside under reviewboard/scmtools. The base class for all SCM > tools is SCMTool defined in scmtools/core.py. You can

Re: Support for Custom Version Control System

2009-02-12 Thread Muhammad Haggag
I don't think there's a guide for that, but it's not too hard. All SCM plugins reside under reviewboard/scmtools. The base class for all SCM tools is SCMTool defined in scmtools/core.py. You can derive from it and override the functions. I wrote a plugin for our tool by following the lead of the p

Support for Custom Version Control System

2009-02-12 Thread dyoon....@gmail.com
Hi, Our company is using a version control system developed in house. It's implemented with Perl and Oracle database. I'd like to add a support for it. Can you tell me which files need to be modified? Thanks, Dan --~--~-~--~~~---~--~~ You received this message bec