Re: More thoughts to rile MS
Re: More thoughts to rile MS
- Subject: Re: More thoughts to rile MS
- From: Jean-Francois Veillette <email@hidden>
- Date: Sun, 12 Sep 2010 16:15:46 -0400
Le 2010-09-11 à 13:47, Mike Schrag a écrit :
> I'm thinking I will setup a git svn clone on github for Wonder ... For now the master would still be the sourceforge SVN one, but this will allow people to fork and contribute changes, which we can pull back into the SVN version selectively.
+ 1 !
and before you put it public ...
you could clean-up the history by reformating the java files, so that irrelevent change set are noop.
I did this on a project that was converted from cvs, the resulting repository had way less noise in it. Change set where mostly relevent.
use
« git filter-branch »
to rewrite the history. Sorry I did this long time ago, I do not remembre the exact commands and arguments. I can dig it though if it is something you would like to try.
use
« /path/to/eclipse/eclipse -application org.eclipse.jdt.core.JavaCodeFormatter -verbose -config /path/to/a/project/with/prefered/setting/.settings/org.eclipse.jdt.core.prefs $1 »
to format the source according to your prefered eclipse setting. That command was saved in a file (a script) and used as an argument of « filter-branch ».
jfv
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden