It is currently 06 Sep 2025, 15:40
   
Text Size

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

Postby friarsol » 21 Jul 2011, 18:23

Braids 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.
that URI did not work for me. i used "git://gitorious.org/cardforge/cardforge.git" instead. Rob, is that a problem?
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.
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

Postby Snacko » 21 Jul 2011, 18:28

Braids 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.
that URI did not work for me. i used "git://gitorious.org/cardforge/cardforge.git" instead. Rob, is that a problem?
you need ssh://git@gitorious.org/cardforge/cardforge.git otherwise you get read only repository; you can change the push / pull url later
Snacko
DEVELOPER
 
Posts: 826
Joined: 29 May 2008, 19:35
Has thanked: 4 times
Been thanked: 74 times

Re: does dmca push us further toward distributed rev control

Postby Braids » 21 Jul 2011, 18:31

friarsol wrote:
Braids wrote:that URI did not work for me. i used "git://gitorious.org/cardforge/cardforge.git" instead. . . . is that a problem?
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.
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.

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. ;)
User avatar
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

Postby 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.
User avatar
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

Postby jeffwadsworth » 21 Jul 2011, 20:40

Is something in this screenshot incorrect? I made a public key, etc.

I am getting an Auth Failed.
Attachments
GIT.jpg
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

Postby Jaedayr » 21 Jul 2011, 21:24

I have finally been able to Git with the program. :D Tomorrow I try to figure out how to grab the latest changes, but for now, I have a local repository and a working Forge.
Jaedayr
Tester
 
Posts: 523
Joined: 08 Jul 2010, 00:06
Has thanked: 16 times
Been thanked: 13 times

Re: does dmca push us further toward distributed rev control

Postby Braids » 21 Jul 2011, 22:23

jeffwadsworth wrote:Is something in this screenshot incorrect? I made a public key, etc.
I am getting an Auth Failed.
i'll let you know as soon as i find out. if anyone else wants to chime in, please do.
"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. ;)
User avatar
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

Postby 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?
User avatar
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

Postby Braids » 22 Jul 2011, 00:44

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?
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.

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. ;)
User avatar
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

Postby 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.
User avatar
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

Postby 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.
User avatar
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

Postby Braids » 22 Jul 2011, 02:32

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.
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.
"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. ;)
User avatar
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

Postby 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.
"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. ;)
User avatar
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

Postby 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
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

Postby Braids » 22 Jul 2011, 13:45

slapshot5 wrote:Eclipse just hangs for me at "Getting remote branches information". Anyone see this problem or know how to fix?
Is it hanging in the step {Wait a bit for the Clone Git Repository window to update its list of branches.}?

  • Go to your dashboard https://gitorious.org/.
  • Click Manage SSH Keys.
  • Is there a green check mark under the Ready? column for your key?

slapshot5 wrote:@Braids, et al - nice work on the Guide. Very helpful.
thank you! :) i hope we can get it working for you.
"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. ;)
User avatar
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

PreviousNext

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 64 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 64 users online :: 0 registered, 0 hidden and 64 guests (based on users active over the past 10 minutes)
Most users ever online was 7303 on 15 Jul 2025, 20:46

Users browsing this forum: No registered users and 64 guests

Login Form