CTAKES mirroring on github.

2015-02-17 Thread jay vyas
Hi CTakes. Looks like infra finally got onto the JIRA i made for this a while back. They are currently working on fixing a couple of minor glitches w/ the mirroring (not showing all commits)... but there now is a mirror for CTakes on github. https://github.com/apache/ctakes -- jay vyas

RE: BagOfCuisGenerator.java, same idea for getConceptText()

2015-02-17 Thread Finan, Sean
Hi Maite, I just checked the log and it looks like you'll need to use a copy of cTakes built after 12/08/2014 to get Snomed codes. Sean -Original Message- From: Maite Meseure Hugues [mailto:meseure.ma...@gmail.com] Sent: Monday, February 16, 2015 12:19 PM To: dev@ctakes.apache.org

Re: CTAKES mirroring on github.

2015-02-17 Thread Miller, Timothy
Is there any existing resource to help people who want to use git understand the right workflow to contribute to ctakes? (i.e. how this interacts with svn repos). Tim On 02/17/2015 12:23 PM, jay vyas wrote: Hi CTakes. Looks like infra finally got onto the JIRA i made for this a while back.

Re: CTAKES mirroring on github.

2015-02-17 Thread jay vyas
For now, its read only. 0) click Fork for Ctakes on github. https://github.com/apache/ctakes. 1) git clone https://github.com/your github id/ctakes 2) write some code 3) git diff mypatch.patch 4) Attach patch to JIRA and have a CTakes commiter push it to SVN for you :) Should be painless for

RE: CTAKES mirroring on github.

2015-02-17 Thread Finan, Sean
Our request is for a read-only mirror. However, if it ever becomes i/o, I don't know if this will have what you want, but http://git.apache.org/ Links to documentation (mostly server setup) http://www.apache.org/dev/git.html and a wiki (check toward middle and bottom for committer info)