does dmca push us further toward distributed rev control?
Post MTG Forge Related Programming Questions Here
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: does dmca push us further toward distributed rev control
by friarsol » 21 Jul 2011, 18:23
The git address is read-only, so you won't be able to push using it, you need to use the ssh address functinoal so that you can actually commit your work.Braids wrote: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.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: does dmca push us further toward distributed rev control
by Snacko » 21 Jul 2011, 18:28
you need ssh://git@gitorious.org/cardforge/cardforge.git otherwise you get read only repository; you can change the push / pull url laterBraids wrote: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.
Re: does dmca push us further toward distributed rev control
by Braids » 21 Jul 2011, 18:31
ah, like using http instead of https for SVN. ok, so my directions won't help developers, just alpha testers who like using eclipse -- a dying breed once we get maven uploading nightly builds. i'll figure out the ssh keys and update the getting started guide, perhaps within 24 hours.friarsol wrote:The git address is read-only, so you won't be able to push using it, you need to use the ssh address functinoal so that you can actually commit your work.Braids wrote:that URI did not work for me. i used "git://gitorious.org/cardforge/cardforge.git" instead. . . . is that a problem?
thank you, Sol!
"That is the dumbest thing I've ever seen." --Rob Cashwalker, regarding Innistrad double-sided cards. One of the first times he and I have ever agreed on something. 

-
Braids - Programmer
- Posts: 556
- Joined: 22 Jun 2011, 00:39
- Location: Unknown. Hobby: Driving myself and others to constructive madness.
- Has thanked: 1 time
- Been thanked: 1 time
Re: does dmca push us further toward distributed rev control
by Rob Cashwalker » 21 Jul 2011, 18:49
I had been looking at the current settings. When you click the option to change protocols, it reformats the address as necessary. I didn't exactly realize what had happened.
The Force will be with you, Always.
-
Rob Cashwalker - Programmer
- Posts: 2167
- Joined: 09 Sep 2008, 15:09
- Location: New York
- Has thanked: 5 times
- Been thanked: 40 times
Re: does dmca push us further toward distributed rev control
by jeffwadsworth » 21 Jul 2011, 20:40
Is something in this screenshot incorrect? I made a public key, etc.
I am getting an Auth Failed.
I am getting an Auth Failed.
- jeffwadsworth
- Super Tester Elite
- Posts: 1172
- Joined: 20 Oct 2010, 04:47
- Location: USA
- Has thanked: 287 times
- Been thanked: 70 times
Re: does dmca push us further toward distributed rev control
by Jaedayr » 21 Jul 2011, 21:24
I have finally been able to Git with the program.
Tomorrow I try to figure out how to grab the latest changes, but for now, I have a local repository and a working Forge.

Re: does dmca push us further toward distributed rev control
by Braids » 21 Jul 2011, 22:23
i'll let you know as soon as i find out. if anyone else wants to chime in, please do.jeffwadsworth wrote:Is something in this screenshot incorrect? I made a public key, etc.
I am getting an Auth Failed.
"That is the dumbest thing I've ever seen." --Rob Cashwalker, regarding Innistrad double-sided cards. One of the first times he and I have ever agreed on something. 

-
Braids - Programmer
- Posts: 556
- Joined: 22 Jun 2011, 00:39
- Location: Unknown. Hobby: Driving myself and others to constructive madness.
- Has thanked: 1 time
- Been thanked: 1 time
Re: does dmca push us further toward distributed rev control
by Chris H. » 21 Jul 2011, 23:47
I edited the new Getting_Started_Guide wiki a number of times and it now looks like the Mac OS software install portion is in good shape.
Does the main wiki have a link to this Getting_Started_Guide?
Does the main wiki have a link to this Getting_Started_Guide?
-
Chris H. - Forge Moderator
- Posts: 6320
- Joined: 04 Nov 2008, 12:11
- Location: Mac OS X Yosemite
- Has thanked: 644 times
- Been thanked: 643 times
Re: does dmca push us further toward distributed rev control
by Braids » 22 Jul 2011, 00:44
i plan to move the guide to the main wiki once it is out of the pre-alpha stage. i have to figure out the ssh keys and updating the remote repository.Chris H. wrote:I edited the new Getting_Started_Guide wiki a number of times and it now looks like the Mac OS software install portion is in good shape.
Does the main wiki have a link to this Getting_Started_Guide?
thanks for your Mac OS edits! i rearranged them quite a bit to reduce duplication. you also reminded me that Win XP has support for zip files in the OS, so i took out the plug for ZipGenius.
@Chris H., there are some TODOs i marked specifically for you {TODO: Chris H.:} in the draft Getting_Started_Guide. if you could address those, i'd surely appreciate it.
"That is the dumbest thing I've ever seen." --Rob Cashwalker, regarding Innistrad double-sided cards. One of the first times he and I have ever agreed on something. 

-
Braids - Programmer
- Posts: 556
- Joined: 22 Jun 2011, 00:39
- Location: Unknown. Hobby: Driving myself and others to constructive madness.
- Has thanked: 1 time
- Been thanked: 1 time
Re: does dmca push us further toward distributed rev control
by Chris H. » 22 Jul 2011, 01:00
`Braids wrote:@Chris H., there are some TODOs i marked specifically for you {TODO: Chris H.:} in the draft Getting_Started_Guide. if you could address those, i'd surely appreciate it.
Can do.
The mac files are named:
eclipse-SDK-3.7-macosx-cocoa-x86_64.tar.gz
eclipse-SDK-3.7-macosx-cocoa.tar.gz
I installed eclipse several times today to get some experience for this Getting_Started_Guide. One time I had to select the plugins in the list and another time I did not. I will add in a warning of some sort.
-
Chris H. - Forge Moderator
- Posts: 6320
- Joined: 04 Nov 2008, 12:11
- Location: Mac OS X Yosemite
- Has thanked: 644 times
- Been thanked: 643 times
Re: does dmca push us further toward distributed rev control
by Chris H. » 22 Jul 2011, 01:42
OK, for those who are curious about ssh keys, use the eclipse help menu and type in ssh.
Your browser will have a list of items. Click on EGit User Guide. It looks informative. I hope this helps the process.
Your browser will have a list of items. Click on EGit User Guide. It looks informative. I hope this helps the process.
-
Chris H. - Forge Moderator
- Posts: 6320
- Joined: 04 Nov 2008, 12:11
- Location: Mac OS X Yosemite
- Has thanked: 644 times
- Been thanked: 643 times
Re: does dmca push us further toward distributed rev control
by Braids » 22 Jul 2011, 02:32
yes, that's where i got started, too. if anyone finds any errors in the pre-alpha Getting Started Guide https://www.gitorious.org/cardforge/pages/Getting_Started_Guide regarding key generation, please edit it or let me know! thanks.Chris H. wrote:OK, for those who are curious about ssh keys, use the eclipse help menu and type in ssh.
Your browser will have a list of items. Click on EGit User Guide. It looks informative. I hope this helps the process.
"That is the dumbest thing I've ever seen." --Rob Cashwalker, regarding Innistrad double-sided cards. One of the first times he and I have ever agreed on something. 

-
Braids - Programmer
- Posts: 556
- Joined: 22 Jun 2011, 00:39
- Location: Unknown. Hobby: Driving myself and others to constructive madness.
- Has thanked: 1 time
- Been thanked: 1 time
Document is now in alpha stage
by Braids » 22 Jul 2011, 03:19
the new getting started guide https://www.gitorious.org/cardforge/pages/Getting_Started_Guide is now ready for alpha test. using it, i was able to push a change to the repo on gitorious.
to those of you who have successfully been using EGit: please read and review the document for correctness.
to those of you who have been having trouble, please try the instructions in the document to see if they are helpful to you.
because gitorious's wiki doesn't handle concurrent editing very well, please do not edit the document. instead, please post your comments here.
thank you, and good night.
to those of you who have successfully been using EGit: please read and review the document for correctness.
to those of you who have been having trouble, please try the instructions in the document to see if they are helpful to you.
because gitorious's wiki doesn't handle concurrent editing very well, please do not edit the document. instead, please post your comments here.
thank you, and good night.
"That is the dumbest thing I've ever seen." --Rob Cashwalker, regarding Innistrad double-sided cards. One of the first times he and I have ever agreed on something. 

-
Braids - Programmer
- Posts: 556
- Joined: 22 Jun 2011, 00:39
- Location: Unknown. Hobby: Driving myself and others to constructive madness.
- Has thanked: 1 time
- Been thanked: 1 time
Re: does dmca push us further toward distributed rev control
by slapshot5 » 22 Jul 2011, 05:31
Eclipse just hangs for me at "Getting remote branches information". Anyone see this problem or know how to fix?
@Braids, et al - nice work on the Guide. Very helpful.
-slapshot5
@Braids, et al - nice work on the Guide. Very helpful.
-slapshot5
- slapshot5
- Programmer
- Posts: 1391
- Joined: 03 Jan 2010, 17:47
- Location: Mac OS X
- Has thanked: 25 times
- Been thanked: 68 times
Re: does dmca push us further toward distributed rev control
by Braids » 22 Jul 2011, 13:45
Is it hanging in the step {Wait a bit for the Clone Git Repository window to update its list of branches.}?slapshot5 wrote:Eclipse just hangs for me at "Getting remote branches information". Anyone see this problem or know how to fix?
- Go to your dashboard https://gitorious.org/.
- Click Manage SSH Keys.
- Is there a green check mark under the Ready? column for your key?
thank you!slapshot5 wrote:@Braids, et al - nice work on the Guide. Very helpful.

"That is the dumbest thing I've ever seen." --Rob Cashwalker, regarding Innistrad double-sided cards. One of the first times he and I have ever agreed on something. 

-
Braids - Programmer
- Posts: 556
- Joined: 22 Jun 2011, 00:39
- Location: Unknown. Hobby: Driving myself and others to constructive madness.
- Has thanked: 1 time
- Been thanked: 1 time
Who is online
Users browsing this forum: No registered users and 64 guests