CS-RCS Pro - Componant Software source control
Submitted by Tuesday, 12 June, 2007 - 18:51
on
Hi all
How to Add a new Source Control System First add the system type to the SourceControl.props file in the key... options.sourcecontrol.sctypes
- I've found the file.
- I put CS-RCS as the entry.
- Am I on the right track?
Then create a class that implements the com.sgbarlow.sourcecontrol.SourceControlInterface interface. Your class must have name equal to the name you give your Source Control system with the spaces removed and Impl added to the end. i.e. MS Visual Source Safe becomes MSVisualSourceSafeImplThanks George M$ XP, Sony Vaio.
- This has me stumped.
- Where do I create this class?
- Do I match the type?
- The repository says it is SCC API.
- Do I use that?
- If some one has done this before, I sure could use some help.