Channel #semsol: Logs

This is a public chat log generated from the #semsol IRC channel.

07:26:44 gloob: hi
07:27:25 gloob: there's available an source repository for arc ? I didn't find that info in the main web page
07:28:09 bengee: no official one, no
07:28:28 bengee: arto bendiken is maintaining one at github, but I don't know if it's in sync
07:29:17 bengee: http://github.com/bendiken/semsol-arc/tree/master
07:31:01 gloob: bengee: ok, thanks
07:33:50 scor: bengee: since ARC is open source, is there a reason why you keep the repo non public? (even read only)
07:33:59 bengee: I'm still looking for a versioning system that doesn't pollute the code tree with hidden directories (.svn etc)
07:34:14 bengee: there is no repo
07:35:20 bengee: I'm using a combination of symbolic links and zipping locally
07:35:23 scor: bengee: git has just one .git folder at the root level
07:36:04 bengee: oh, good to hear that
07:37:36 scor: bengee: plus you are more likely to be sent patches if you have a public repo
07:38:08 bengee: I had an account at github set up already, but then they asked for public keys and other crazy stuff, so I deleted it again
07:38:33 Anchakor: root level of repository (where you type 'git init'), for each project you have separate repository, so it's not one hidden directory for system user if that's what are you looking for
07:40:34 bengee: I used to use svn, but that puts .svn in each (sub-)directory. that really annoyed me
07:42:31 Anchakor: yeah, me neither, though I never used svn other than for checkout/export
07:43:06 Anchakor: s/me neither/me too/
07:44:30 scor: Anchakor: one .git folder at the root is better than a .svn in very single directory
07:45:55 scor: and I'm not sure there exists a VCS without local information folders, that sounds like it would not be very portable
07:46:46 Anchakor: scor: sure, I was just clarifying... I use git for everything myself
07:49:22 gloob: bengee: you can do an export when release and zipping
07:52:18 bengee: I guess I'll have another look at git when I move the arc site to a better server, which I fear I'll have to do in a few months
07:52:46 bengee: so much drupal traffic (which is good, of course)