<div dir="ltr">Sure.<div><br></div><div>GIT is a version control system and is the repository implementation the workbench has by default. Simply put much like any VCS you can push/commit changes to it.</div><div><br></div>
<div>Whether the changes are made &quot;within&quot; the workbench (as would be the normal case for most users) or whether you have a link to the VCS from another tool; does not matter.</div><div><br></div><div><div>Within Eclipse you should be able to clone the GIT repository (think &quot;take a copy for local use&quot;) behind the workbench (using the EGIT plugin). If you use the SSH protocol (e.g. git clone ssh://admin@server/repository) you will be able to push changes made in Eclipse back to the workbench (you could use HTTP, but you won&#39;t be able to push changes back).</div>
</div><div><br></div><div>If this sounds like mumbo-jumbo, please read a bit more about GIT.</div><div><br></div><div>With kind regards,</div><div><br></div><div>Mike   </div><div> </div></div><div class="gmail_extra"><br>
<br><div class="gmail_quote">On 4 March 2014 23:18, mattmadhavan <span dir="ltr">&lt;<a href="mailto:mmadhavan@facs.org" target="_blank">mmadhavan@facs.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Manstis,<br>
Thank very much for your reply! Please bear with me if I repeat my self with<br>
my questions.<br>
<br>
This is the scenario!<br>
* We are moving away from a custom rule engine to Drools<br>
* We are converting the existing rules to .drl using a parser<br>
* I have an standard eclipse project which I am using to test the rules by<br>
loading bunch of facts (Stateless Session) from the Database. All looking<br>
good.<br>
<br>
Now I want to set up the Drools-workbench so that my analysts can take over<br>
and start adding new rules and test them.<br>
<br>
I am new to  drools/Guvnor/Workbench. But i have mastered the standard .DRL<br>
syntax, have written my own custom operator (Which I am going to share<br>
because its really useful for others too) and the project is working great.<br>
I am really strong with Maven but with Git kind&#39;a newbie.<br>
<br>
I have gone thro&#39; the docs and able to create a Project, import my model<br>
jars and related jars.  Now I want to import the DRL file from my eclipse<br>
project, set it up and test the individual rules.<br>
<br>
I do not really understand your second point!<br>
<br>
*2) In order to manipulate a project outside of the workbench (I.e. add your<br>
<div class="">rule files) you will need to clone it with the ssh protocol. The workbench<br>
</div>will display the url in the Administration perspective. *<br>
<br>
Could you please elaborate how do I suck the .drl file from my eclipse<br>
project to the Drools Wrokbench ?<br>
<br>
Thanks<br>
Matt&#39;M<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Drools-6-0-1-Workbench-How-to-import-existing-drl-files-tp4028495p4028508.html" target="_blank">http://drools.46999.n3.nabble.com/Drools-6-0-1-Workbench-How-to-import-existing-drl-files-tp4028495p4028508.html</a><br>

<div class="HOEnZb"><div class="h5">Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</div></div></blockquote></div><br></div>