Getting Virgo source [message #664952] |
Tue, 12 April 2011 15:08 |
|
Glyn,
I am starting to work on the documentation fixes. The first hurdle I have is getting the source into Eclipse. EGit fails with the following
when I access it from git://git.eclipse.org/gitroot/virgo/org.eclipse.virgo.docume ntation.git
Cloning from git://git.eclipse.org/gitroot/virgo/org.eclipse.virgo.docume ntation.git has encountered a problem.
Missing unknown 9ada5de967ea8805e7c8142d3647d0500100fa5a
Using git from the command line with the uri works fine, but it us going to be awkward working outside the ide both making changes and creating a patch. Then I suppose git may have its own way of creating patches, but I have never used git for more than pulling down source I wanted,
Is this something your are aware of or should I contact the EGit team for assistance?
Joel
[Updated on: Tue, 12 April 2011 15:17] Report message to a moderator
|
|
|
Re: Getting Virgo source [message #664957 is a reply to message #664952] |
Tue, 12 April 2011 15:19 |
Glyn Normington Messages: 1222 Registered: July 2009 |
Senior Member |
|
|
The screenshot got corrupted, as do most plain files attached to these forums. Unfortunately it's deadly for binary files.
You can usually import existing git projects into Eclipse and then use egit from then on, but it's hardly worth it for documentation.
Just make your edits, commit them to your local git, and then use git diff to create a patch.
If you are feeling adventurous, you could push your changes to github and I could pull them from there, but you might waste time learning how to do that which would be a waste unless you are interested or need to know. (As a budding Virgo contributor, of course you need to know. )
Oh, don't forget to checkout the 2.1.x branch before making your changes for 2.1.x. Then checkout master to make the same changes on the 3.0 line. You can use git cherry-pick to copy the commit across, although it will probably delta clash and you'll need to fix up the mess, so you might prefer to make the changes twice.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03526 seconds