<p dir="ltr">Ok, if I understand correctly you keep your rules in SVN, maintain them in Eclipse and want them in the workbench too?</p>
<p dir="ltr">If this is correct then things are a little more tricky. </p>
<p dir="ltr">As far as I recall Eclipse will not allow you to associate an Eclipse project with multiple VCSs. At the moment I suspect you have it configured to use SVN.</p>
<p dir="ltr">You can therefore fetch the latest from SVN, modify as needed and commit back to SVN.</p>
<p dir="ltr">You have two choices to get the rules, from SVN, into the workbench:-</p>
<p dir="ltr">(1) Create a new (git) repository in the workbench, clone it to a folder somewhere and then manually copy rules into the /src/main/resources/whatever/package/needed folder before committing and pushing back to the workbench (git) repository. </p>

<p dir="ltr">(2) Create a git repository in a folder somewhere, manually copy rules into /src/main/resources/whatever/package/needed and add this git repository to the workbench.</p>
<p dir="ltr">You should read the section in the User Guide about repositories. You will also need to become familar with git.</p>
<p dir="ltr">You could alternatively choose to keep your source code in git (and not use SVN) however I appreciate this may not be viable. Things would be more simple for you.</p>
<p dir="ltr">Whilst you use two VCSs (SVN and GIT, as required by the workbench) there is little you can do to avoid the manual process (although this could obviously be scripted and automated).</p>
<p dir="ltr">Sent on the move</p>
<div class="gmail_quote">On 5 Mar 2014 16:53, &quot;mattmadhavan&quot; &lt;<a href="mailto:mmadhavan@facs.org">mmadhavan@facs.org</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
HI Mantis,<br>
I think I am getting it! You pretty much want me to export &quot;clone&quot; my<br>
existing maven project in Eclipse IDE to a GIT repo and suck it in to the<br>
Drools WorkBench.<br>
<br>
I have limited experience in GIT. I can do it,<br>
<br>
But can you please confirm if this is what you meant?<br>
<br>
Also one more question for you later! How do I keep them all in sync? I save<br>
my projects in SVN and the workbench use Git. I guess its for another<br>
discussion thread.<br>
<br>
Thanks<br>
Matt<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-tp4028495p4028541.html" target="_blank">http://drools.46999.n3.nabble.com/Drools-6-0-1-Workbench-How-to-import-existing-drl-files-tp4028495p4028541.html</a><br>

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>
</blockquote></div>