Page 1 of 17
does dmca push us further toward distributed rev control?

Posted:
15 Jul 2011, 18:32
by Braids
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.
Re: does dmca push us further toward distributed rev control

Posted:
15 Jul 2011, 18:45
by jendave
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/
Re: does dmca push us further toward distributed rev control

Posted:
15 Jul 2011, 19:00
by Braids
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?
Re: does dmca push us further toward distributed rev control

Posted:
15 Jul 2011, 19:18
by Sloth
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).
Re: does dmca push us further toward distributed rev control

Posted:
15 Jul 2011, 22:02
by Snacko
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.
Re: does dmca push us further toward distributed rev control

Posted:
15 Jul 2011, 22:32
by Braids
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.
Re: does dmca push us further toward distributed rev control

Posted:
16 Jul 2011, 02:26
by Rob Cashwalker
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.
Re: does dmca push us further toward distributed rev control

Posted:
16 Jul 2011, 03:19
by Braids
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?
Re: does dmca push us further toward distributed rev control

Posted:
16 Jul 2011, 04:45
by Rob Cashwalker
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.
Re: does dmca push us further toward distributed rev control

Posted:
16 Jul 2011, 09:51
by Snacko
Also I stumbled upon
http://gitorious.org/ based in Norway if repo.or.cz is too slow or limited.
Re: does dmca push us further toward distributed rev control

Posted:
16 Jul 2011, 10:13
by jendave
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
Re: does dmca push us further toward distributed rev control

Posted:
16 Jul 2011, 14:57
by Rob Cashwalker
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?
Re: does dmca push us further toward distributed rev control

Posted:
16 Jul 2011, 16:04
by Braids
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.
Re: does dmca push us further toward distributed rev control

Posted:
16 Jul 2011, 16:19
by Rob Cashwalker
yep... I followed a tutorial from EGit to configure for GitHub, but the basics should be the same...
Re: does dmca push us further toward distributed rev control

Posted:
16 Jul 2011, 16:28
by Snacko
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.