@chris Thanks Chris. The repo is set up, code is in, wiki, jira and mailing lists are up, patch for GORA-1 is coming up, git mirror is on the way, and finally there is some progress on the web site(not yet published), the project is ready to kick start. Kudos to all !
@Henry Yes, github is deprecated. I am waiting for the project web page to be set-up to update the github repo that it should not be used any more. Thanks, Enis On Sat, Oct 9, 2010 at 3:13 AM, Henry Saputra <[email protected]>wrote: > Sweet. > > Wait is this mean that I need to push my changes to svn repo instead of > Gora > github? > > - Henry > > On Fri, Oct 8, 2010 at 5:10 PM, Mattmann, Chris A (388J) < > [email protected]> wrote: > > > GREAT JOB Enis!!! > > > > > > On 10/8/10 3:52 PM, "[email protected]" <[email protected]> wrote: > > > > Author: enis > > Date: Fri Oct 8 22:52:41 2010 > > New Revision: 1006068 > > > > URL: http://svn.apache.org/viewvc?rev=1006068&view=rev > > Log: > > Fixed svn:ignore for module directories > > > > Modified: > > incubator/gora/trunk/ (props changed) > > incubator/gora/trunk/.gitignore > > incubator/gora/trunk/gora-cassandra/ (props changed) > > incubator/gora/trunk/gora-core/ (props changed) > > incubator/gora/trunk/gora-hbase/ (props changed) > > incubator/gora/trunk/gora-sql/ (props changed) > > > > Propchange: incubator/gora/trunk/ > > > > > ------------------------------------------------------------------------------ > > --- svn:ignore (original) > > +++ svn:ignore Fri Oct 8 22:52:41 2010 > > @@ -6,6 +6,7 @@ > > .git > > .svn > > build > > +lib > > **/lib/*.jar > > ivy/ivy*.jar > > /conf/*-site.xml > > > > Modified: incubator/gora/trunk/.gitignore > > URL: > > > http://svn.apache.org/viewvc/incubator/gora/trunk/.gitignore?rev=1006068&r1=1006067&r2=1006068&view=diff > > > > > ============================================================================== > > --- incubator/gora/trunk/.gitignore (original) > > +++ incubator/gora/trunk/.gitignore Fri Oct 8 22:52:41 2010 > > @@ -6,6 +6,7 @@ > > .git > > .svn > > build > > +lib > > **/lib/*.jar > > ivy/ivy*.jar > > /conf/*-site.xml > > > > Propchange: incubator/gora/trunk/gora-cassandra/ > > > > > ------------------------------------------------------------------------------ > > --- svn:ignore (added) > > +++ svn:ignore Fri Oct 8 22:52:41 2010 > > @@ -0,0 +1,13 @@ > > +*~ > > +.classpath > > +.externalToolBuilders > > +.project > > +.settings > > +.git > > +.svn > > +build > > +lib > > +**/lib/*.jar > > +ivy/ivy*.jar > > +/conf/*-site.xml > > +**/conf/*-site.xml > > > > Propchange: incubator/gora/trunk/gora-core/ > > > > > ------------------------------------------------------------------------------ > > --- svn:ignore (added) > > +++ svn:ignore Fri Oct 8 22:52:41 2010 > > @@ -0,0 +1,13 @@ > > +*~ > > +.classpath > > +.externalToolBuilders > > +.project > > +.settings > > +.git > > +.svn > > +build > > +lib > > +**/lib/*.jar > > +ivy/ivy*.jar > > +/conf/*-site.xml > > +**/conf/*-site.xml > > > > Propchange: incubator/gora/trunk/gora-hbase/ > > > > > ------------------------------------------------------------------------------ > > --- svn:ignore (added) > > +++ svn:ignore Fri Oct 8 22:52:41 2010 > > @@ -0,0 +1,13 @@ > > +*~ > > +.classpath > > +.externalToolBuilders > > +.project > > +.settings > > +.git > > +.svn > > +build > > +lib > > +**/lib/*.jar > > +ivy/ivy*.jar > > +/conf/*-site.xml > > +**/conf/*-site.xml > > > > Propchange: incubator/gora/trunk/gora-sql/ > > > > > ------------------------------------------------------------------------------ > > --- svn:ignore (added) > > +++ svn:ignore Fri Oct 8 22:52:41 2010 > > @@ -0,0 +1,13 @@ > > +*~ > > +.classpath > > +.externalToolBuilders > > +.project > > +.settings > > +.git > > +.svn > > +build > > +lib > > +**/lib/*.jar > > +ivy/ivy*.jar > > +/conf/*-site.xml > > +**/conf/*-site.xml > > > > > > > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > Chris Mattmann, Ph.D. > > Senior Computer Scientist > > NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA > > Office: 171-266B, Mailstop: 171-246 > > Email: [email protected] > > WWW: http://sunset.usc.edu/~mattmann/<http://sunset.usc.edu/%7Emattmann/> > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > Adjunct Assistant Professor, Computer Science Department > > University of Southern California, Los Angeles, CA 90089 USA > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > >
