It is currently 05 Sep 2025, 22:54
   
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

does dmca push us further toward distributed rev control?

Postby Braids » 15 Jul 2011, 18:32

rares got {another?} DMCA Dimwits Making Copyright Allegations notice recently. does this push us sooner toward a distributed revision control system? is there anything decentralized or peer to peer that we should consider using?

edit 1: fixed typo.
Last edited by Braids on 19 Jul 2011, 17:51, edited 1 time in total.
"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 jendave » 15 Jul 2011, 18:45

Braids wrote:rares got {another?} DMCA Dimwits Making Copyright Allegations notice recently. does push us sooner toward a distributed revision control system? is there anything decentralized or peer to peer that we should consider using?
https://github.com/
jendave
 
Posts: 307
Joined: 01 Jun 2008, 07:19
Has thanked: 8 times
Been thanked: 21 times

Re: does dmca push us further toward distributed rev control

Postby Braids » 15 Jul 2011, 19:00

jendave wrote:https://github.com/
my research indicates we'd still have trouble using github:
http://help.github.com/dmca-takedown/ wrote:DMCA Takedown
. . .
It is the policy of GitHub, in appropriate circumstances and in its sole discretion, to disable and/or terminate the accounts of users of GitHub.com who may infringe upon the copyrights or other intellectual property rights of GitHub and/or others.
i think we'd have to find something that is peer to peer or based in . . . Sweden?
"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 Sloth » 15 Jul 2011, 19:18

Braids wrote:i think we'd have to find something that is peer to peer or based in . . . Sweden?
I think any host in europe (at least in Germany) should be fine, since the rules of a game are not protected by copyright here, only the pictures, texts and terms (Tapping).
User avatar
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

Postby Snacko » 15 Jul 2011, 22:02

Pretty much github or http://repo.or.cz/ for git and for mercurial it's google code, maybe http://www.assembla.com/ as I haven't used mercurial repos that much.
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 » 15 Jul 2011, 22:32

Assembla is in Needham, Massachusetts, USA, so they would easily be pestered by the Goldmeadow Harrier known as WOTC. repo.or.cz looked good, though. actually, git in general.
"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 » 16 Jul 2011, 02:26

I'm mirroring the SVN project into Git on my PC. Installed EGit without a hitch.

I'll see how the speed goes on uploading to repo.or.cz.
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 Braids » 16 Jul 2011, 03:19

Rob Cashwalker wrote:I'm mirroring the SVN project into Git on my PC. Installed EGit without a hitch . . . I'll see how the speed goes on uploading to repo.or.cz.
`
this started out as a question . . . how serious are you/we moving forward with this?
"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 » 16 Jul 2011, 04:45

somewhat serious... we had been discussing the woes of SVN, especially google's implementation of it, and Git was mentioned along with mercurial. I couldn't install mercurial for eclipse, and Git installed easily.... Only reason for mercurial was google... but if the real project is the next target, I think we should be ready.
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 Snacko » 16 Jul 2011, 09:51

Also I stumbled upon http://gitorious.org/ based in Norway if repo.or.cz is too slow or limited.
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 jendave » 16 Jul 2011, 10:13

Snacko wrote:Also I stumbled upon http://gitorious.org/ based in Norway if repo.or.cz is too slow or limited.
I definitely vote for gitorious.org. The interface is easy to use and the site is fast. I uploaded cardforge in just a couple of minutes

git@gitorious.org:cardforge/cardforge.git

Feel free to clone it and try it out.

Dave
jendave
 
Posts: 307
Joined: 01 Jun 2008, 07:19
Has thanked: 8 times
Been thanked: 21 times

Re: does dmca push us further toward distributed rev control

Postby Rob Cashwalker » 16 Jul 2011, 14:57

I'm having a real tough time getting this to work. I signed up there, created my own clone. I was able to pull it down into Eclipse, but I can't push my local commits to my clone.

What about just finding a foreign hosted SVN?
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 Braids » 16 Jul 2011, 16:04

Rob Cashwalker wrote:I'm having a real tough time getting this to work. I signed up there, created my own clone. I was able to pull it down into Eclipse, but I can't push my local commits to my clone.
did you set up a public/private key pair? i think git requires that to change the repository.
"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 » 16 Jul 2011, 16:19

yep... I followed a tutorial from EGit to configure for GitHub, but the basics should be the same...
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 Snacko » 16 Jul 2011, 16:28

You need to add your public key to gitorious and use the ssh protocol to push.
Also if this works then your next problem would be that your clone doesn't update to the main git repository latest commit. You would need to setup 2nd remote repository.
Snacko
DEVELOPER
 
Posts: 826
Joined: 29 May 2008, 19:35
Has thanked: 4 times
Been thanked: 74 times

Next

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 23 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 23 users online :: 0 registered, 0 hidden and 23 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 23 guests

Login Form