Re: does dmca push us further toward distributed rev control
Well, it sure takes it sweet time cloning the project. Those instructions on the Wiki were excellent.
High Quality Resources for Collectible Card Games and Home of the CCGHQ Team
https://www.slightlymagic.net/forum/
https://www.slightlymagic.net/forum/viewtopic.php?f=52&t=5006
Yes, but Rob referenced a means of doing this in eclipse, instead of installing git for windows. i want to explore that once i figure out how to get my git repository inside my eclipse workspace.jeffwadsworth wrote:Is this essentially the process for generating the public key?
http://help.github.com/win-set-up-git/
`Braids wrote:@Chris H.: EGit may already be installed. Try clicking the File menu and choose Import.... The Import window should appear. Is there a Git category in that window?
`Rob Cashwalker wrote:Chris - that would explain it.. outdated Eclipse.
I followed the GitHub example from the EGit documentation..
oh, excellent! thanks!Chris H. wrote:`Braids wrote:i can't edit it. oh well.
Try signing in using the same name and password that you would use for CCGH forums.
`Rob Cashwalker wrote:Find EGit in the eclipse "Help -> Install New Software" function. Install, restart eclipse. Then do "File -> Import...", select "Git -> Projects from Git". Click "Clone". The URI is "git@gitorious.org:cardforge/cardforge.git", then just "Next" and "Finish" until it's copied down.
i had this exact problem with Eclipse Helios. something bad happened during the installation of EGit, and i couldn't uninstall it. i had to rename the .metadata directory in my workspace and install the latest Eclipse named Indigo.Chris H. wrote:`Braids wrote:@Chris H.: EGit may already be installed. Try clicking the File menu and choose Import.... The Import window should appear. Is there a Git category in that window?
[It is not there.]
i think that's a good plan. if you'd like to update the Getting Started Guide https://www.gitorious.org/cardforge/pages/Getting_Started_Guide with your Mac experiences, feel free!Chris H. wrote:The problem may be related to the old version of Eclipse that I have on my computer. I installed it almost 3 years ago. I updated it to v3.5 a few months ago.
I see that there is a Eclipse Classic v3.7 available for my Mac. I plan to download and install the 64 bit version. This may make a difference and it may also be more compatible with the new Lion OS that Apple just released.
from the pre-alpha quality guide i've been writing . . .Chris H. wrote:`Rob Cashwalker wrote:Find EGit in the eclipse "Help -> Install New Software" function. Install, restart eclipse. Then do "File -> Import...", select "Git -> Projects from Git". Click "Clone". The URI is "git@gitorious.org:cardforge/cardforge.git", then just "Next" and "Finish" until it's copied down.
I am getting a SSH2 Message and it says:
/Users/Me/.ssh/known_hosts does not exist.
Are you sure you want to create it?
I can click on a yes or no button.
that URI did not work for me. i used "git://gitorious.org/cardforge/cardforge.git" instead. Rob, is that a problem?Rob Cashwalker wrote:Find EGit in the eclipse "Help -> Install New Software" function. Install, restart eclipse. Then do "File -> Import...", select "Git -> Projects from Git". Click "Clone". The URI is "git@gitorious.org:cardforge/cardforge.git", then just "Next" and "Finish" until it's copied down.
`Braids wrote:that URI did not work for me. i used "git://gitorious.org/cardforge/cardforge.git" instead. Rob, is that a problem?