does dmca push us further toward distributed rev control?
Post MTG Forge Related Programming Questions Here
Moderators: timmermac, Agetian, friarsol, Blacksmith, KrazyTheFox, CCGHQ Admins
Re: does dmca push us further toward distributed rev control
by Rob Cashwalker » 16 Jul 2011, 16:35
I have generated the ssh keys, put the public one up on the site and pointed Eclipse to my private one.
Selected the ssh mode, gave it my gitorious username of RobCashwalker.
Right now I'm just trying to work against my cloned repository on their side.
edit - F'ing A!!!!!
FINALLY got it. I regenerated the keys, but that didn't help. I tried a bunch of usernames, but that didn't help. I finally copied my repository URL from the site and realized the username should be "git", no password.
While I see the main project lists revisions from earlier in the week, it's missing everything from Thursday PM till now. I was trying to use the git svn command line tools to pull the current SVN from Google, but it failed miserably, and I had an empty folder after letting it run overnight.
Selected the ssh mode, gave it my gitorious username of RobCashwalker.
Right now I'm just trying to work against my cloned repository on their side.
edit - F'ing A!!!!!
FINALLY got it. I regenerated the keys, but that didn't help. I tried a bunch of usernames, but that didn't help. I finally copied my repository URL from the site and realized the username should be "git", no password.
While I see the main project lists revisions from earlier in the week, it's missing everything from Thursday PM till now. I was trying to use the git svn command line tools to pull the current SVN from Google, but it failed miserably, and I had an empty folder after letting it run overnight.
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 friarsol » 16 Jul 2011, 22:11
It created pretty smoothly for me. I haven't used git at all so I'll probably need to read a primer for how merging and these cloned trees work, and what that means for my workflow. Is this going to be difficult for the non-technical people who script cards to move over?
- 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 Rob Cashwalker » 16 Jul 2011, 22:16
It was fairly straight-forward to download the initial clone, the harder part was figuring out the commiting part.
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 » 17 Jul 2011, 00:03
I am sure non-technical commit cats would be fine with a simple HOWTO similar to the one that Chris set up for Eclipse/Subversion.
- 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 Chris H. » 17 Jul 2011, 00:25
`jeffwadsworth wrote:I am sure non-technical commit cats would be fine with a simple HOWTO similar to the one that Chris set up for Eclipse/Subversion.
Hehe, I just collected the info passed on by Dennis and Silly Freak and put it all together in a single message where other people could find it.
Ahem, I may need help getting this set up also.
-

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 Rob Cashwalker » 17 Jul 2011, 00:53
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.
To be able to commit to the main project, you'll need to create an account with them and then get added to the dev team. Then use eclipse to generate the SSH keys, the public one needs to be pasted into your account details on the site.
Probably a bit too rough for a proper tutorial..
Snacko and jendave -
How are you folks transferring the latest SVN commits?
jendave - how might this affect the maven builds? Obviously no more auto-upload to google..
Reading their blog, gitorious recently revised their Terms of Service which may not protect us afterall. Sony killed some projects which were based on circumventing Playstation copy protections. While the gitorious team felt that Norwegian law may have allowed the project to continue, they weren't about to fight it on behalf of the project, so they went ahead with the removal.
To be able to commit to the main project, you'll need to create an account with them and then get added to the dev team. Then use eclipse to generate the SSH keys, the public one needs to be pasted into your account details on the site.
Probably a bit too rough for a proper tutorial..
Snacko and jendave -
How are you folks transferring the latest SVN commits?
jendave - how might this affect the maven builds? Obviously no more auto-upload to google..
Reading their blog, gitorious recently revised their Terms of Service which may not protect us afterall. Sony killed some projects which were based on circumventing Playstation copy protections. While the gitorious team felt that Norwegian law may have allowed the project to continue, they weren't about to fight it on behalf of the project, so they went ahead with the removal.
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 Hellfish » 17 Jul 2011, 14:59
Hurgh, seems like I'll have to move back to Eclipse for this.. IDEA and git doesn't seem to work very well together. That, and I can't seem to actually find the project on gitorious >_> Nevermind me,just being retarded.I'll have to come back to bludgeoning IDEA into submission though.
So now you're
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
-

Hellfish - Programmer
- Posts: 1297
- Joined: 07 Jun 2009, 10:41
- Location: South of the Pumphouse
- Has thanked: 110 times
- Been thanked: 169 times
Re: does dmca push us further toward distributed rev control
by friarsol » 17 Jul 2011, 15:12
I use msysgit + tortoiseGit instead of the Eclipse plugin if you are attached to IDEA.Hellfish wrote:Hurgh, seems like I'll have to move back to Eclipse for this.. IDEA and git doesn't seem to work very well together.That, and I can't seem to actually find the project on gitorious >_>Nevermind me,just being retarded.I'll have to come back to bludgeoning IDEA into submission though.
- 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 jendave » 17 Jul 2011, 17:43
I am trying to get the SVN commits in. I currently use git-svn to download all the commits locally. I am doing something wrong when I push them up the gitorious because it keeps warning me about conflicts. I am researching the best way to transfer it over.Rob Cashwalker wrote:
Snacko and jendave -
How are you folks transferring the latest SVN commits?
jendave - how might this affect the maven builds? Obviously no more auto-upload to google..
Regarding builds, the google upload was easy. I'll just disable it. We will have to find a new place.
Re: does dmca push us further toward distributed rev control
by Braids » 17 Jul 2011, 21:35
are we going to wait for the google svn to be shut down before we make an official transfer? either way, please let me know when i should stop using svn.
edit 1: maybe we should make wotc's lawyers work for it, that is, to wait to move.
edit 1: maybe we should make wotc's lawyers work for it, that is, to wait to move.
"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 » 18 Jul 2011, 03:19
Braids, new avatar?
jendave, I can provide an FTP login for cardforge.org, if the build script can handle that.
I think it's just a matter of time before the main google code project would get the same treatment.. I'd still like to know if there was any more specific complaint about Rare's personal project.
If all the devs can try to get onboard with gitorious, then how about we switch by Wednesday?
jendave, I can provide an FTP login for cardforge.org, if the build script can handle that.
I think it's just a matter of time before the main google code project would get the same treatment.. I'd still like to know if there was any more specific complaint about Rare's personal project.
If all the devs can try to get onboard with gitorious, then how about we switch by Wednesday?
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 Braids » 18 Jul 2011, 03:44
yes, i've been changing them every few days. i'm surprised you've just now noticed.Rob Cashwalker wrote:Braids, new avatar?

well, i will say with certainty that res/mtg-data.txt could be a real problem. it's the most blatant derivation we have of wotc's "property."Rob Cashwalker wrote:I think it's just a matter of time before the main google code project would get the same treatment.. I'd still like to know if there was any more specific complaint about Rare's personal project.

ah, a date. i should have time to fiddle with it by then.Rob Cashwalker wrote:If all the devs can try to get onboard with gitorious, then how about we switch by Wednesday?
edit
: maybe we could find a way to distribute this outside of the source repository? like, say, from this message board?edit
: i also have an avatar from Bosom Buddy. there was a big loxodon tusk in the frame that i edited out.- Braids from Bosom Buddies.png (16.78 KiB) Viewed 4522 times
- Braids from Bosom Buddies, tusk removed.png (15.23 KiB) Viewed 4522 times
- Braids from Blackmail.png (16.98 KiB) Viewed 4522 times
- Braids from Skulltap 1.png (15.6 KiB) Viewed 4522 times
- Braids from Skulltap 2.png (15.97 KiB) Viewed 4522 times
"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 Hellfish » 18 Jul 2011, 06:06
The average user doesn't need it,really, only devs and people who want to keep track of their favourite set and for them it can be a separate download, like it was from the beginning.Braids wrote:well, i will say with certainty that res/mtg-data.txt could be a real problem. it's the most blatant derivation we have of wotc's "property."
I'm onboard. Maybe not quite as quick but still.Rob Cashwalker wrote:If all the devs can try to get onboard with gitorious, then how about we switch by Wednesday?
So now you're
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
-

Hellfish - Programmer
- Posts: 1297
- Joined: 07 Jun 2009, 10:41
- Location: South of the Pumphouse
- Has thanked: 110 times
- Been thanked: 169 times
Re: does dmca push us further toward distributed rev control
by Sloth » 18 Jul 2011, 10:18
I've used these tools to make a Personal clone (is there any reason for doing this?) and setting up my local branch.friarsol wrote:I use msysgit + tortoiseGit instead of the Eclipse plugin if you are attached to IDEA.
I have two questions:
1. Which Remote URL should I use to commit changes?
2. Do I need developer status?
-

Sloth - Programmer
- Posts: 3498
- Joined: 23 Jun 2009, 19:40
- Has thanked: 125 times
- Been thanked: 507 times
Re: does dmca push us further toward distributed rev control
by Snacko » 18 Jul 2011, 10:45
InteliJ IDEA has git support http://www.jetbrains.com/idea/features/ ... ntrol.html
You can also use http://code.google.com/p/gitextensions/ which is currently the best in my opinion GUI on windows for git.
1) SSH url is needed for pushing
2) I suppose if you want to push to the main repository and not only your clone + merge request
You can also use http://code.google.com/p/gitextensions/ which is currently the best in my opinion GUI on windows for git.
1) SSH url is needed for pushing
2) I suppose if you want to push to the main repository and not only your clone + merge request
Who is online
Users browsing this forum: No registered users and 39 guests