Re: OT: Github Alternatives

2014-07-02 Thread Adrian Mowat
@charles yes, I'm more than happy with git - it's really the code browser end other features github provides that I'm interested in replacing. I'm not keen to get down a git hole either (must remember that term) and with the benefit of hindsight I can see my previous post was unhelpful. @alex

Re: OT: Github Alternatives

2014-07-02 Thread Jonathan Winandy
I am feeling the same thing about git, while having no problems using it. I used mercurial before, to me, the command were simpler, as well as the model. For example, a branch can have several heads in mercurial, and it separates more easily fetch and merge. You don't have a origin/master and

Re: OT: Github Alternatives

2014-07-01 Thread Charles Harvey III
You could abandon Git and save yourself a lot of money and pain. Start using Bazaar! http://bzrinit.com/ (http://bazaar.canonical.com/en/) Hosting is seriously you setting up an ftp server (sftp, ssh, scp) - whatever. There is web viewer plugin: https://launchpad.net/loggerhead. it is

Re: OT: Github Alternatives

2014-07-01 Thread Thorsten Jolitz
Charles Harvey III charlesnhar...@gmail.com writes: You could abandon Git and save yourself a lot of money and pain. Start using Bazaar! http://bzrinit.com/ (http://bazaar.canonical.com/en/) Hosting is seriously you setting up an ftp server (sftp, ssh, scp) - whatever. There is web viewer

Re: OT: Github Alternatives

2014-07-01 Thread Charles Harvey III
That is truly sad if Bzr dies out. I have had such horrible experiences with Git that I still can't understand what people like about it. Well, aside from the fact that it is not SVN and that there is github. On Tuesday, July 1, 2014 6:58:32 AM UTC-4, Thorsten Jolitz wrote: Charles

Re: OT: Github Alternatives

2014-07-01 Thread Andrey Antukh
In my opinion, saying I have problems with it, then, it is bad is very bad argument. I'm not defending git, I'm only criticizing your arguments. The only way to save money and pain, is knowing well the tools that you are using. And git doesn't make any magic. ;) Andrey 2014-07-01 15:23

Re: OT: Github Alternatives

2014-07-01 Thread Softaddicts
Agree, we have been using git with private repos in gitolite or gitosis for several years using cmd line or Eclipse egit. Git by itself is very flexible and well designed. A huge improvement over SVN which we were using before. I need a cheat sheet to track the not so common stuff done via

Re: OT: Github Alternatives

2014-07-01 Thread Rainer Schuster
Git is like clojure. You have to know your tools in order to do something meaningful with it. But you could just use Java to get your job done. So its your decision. Don't blame someone/-thing for not fitting your style or skill set. Am Montag, 30. Juni 2014 12:34:56 UTC+2 schrieb Adrian

Re: OT: Github Alternatives

2014-07-01 Thread Frank Castellucci
wush.net On Monday, June 30, 2014 6:34:56 AM UTC-4, Adrian Mowat wrote: Hi All, Sorry for the off topic thread but my company is looking at alternatives to gihub that are a) hosted internally and b) cheaper (!) I was wondering what everyone else is using out there? The features we use

Re: OT: Github Alternatives

2014-07-01 Thread Adrian Mowat
What were the horrible experiences? I agree that git allows you to make a mess if you want to but then again Unix has rm -Rf and we all learned quickly enough to use it carefully Sent from Mailbox On Tue, Jul 1, 2014 at 02:24 PM, Charles Harvey IIIcharlesnhar...@gmail.com, wrote:

Re: OT: Github Alternatives

2014-07-01 Thread Alex Miller
Can we take this thread elsewhere now? Let's stay on the Clojures... Thanks... On Monday, June 30, 2014 5:34:56 AM UTC-5, Adrian Mowat wrote: Hi All, Sorry for the off topic thread but my company is looking at alternatives to gihub that are a) hosted internally and b) cheaper (!) I was

Re: OT: Github Alternatives

2014-07-01 Thread Charles Harvey III
I didn't mean to derail this post asking for hosting options. I certainly do not want it to go down a git-hole. I have had a good amount of experience with CVS, SVN, Git and Bazaar. Years worth. Usually when you complain about Git the first thing you hear is that I wasn't doing it right or

OT: Github Alternatives

2014-06-30 Thread Adrian Mowat
Hi All, Sorry for the off topic thread but my company is looking at alternatives to gihub that are a) hosted internally and b) cheaper (!) I was wondering what everyone else is using out there? The features we use most on github are easy creation and navigation of repos, commit/diff browsing

Re: OT: Github Alternatives

2014-06-30 Thread Leonardo Borges
I can't speak for price but I've worked in a couple of clients who used Stash [1], which is Atlassian's internal version of Bitbucket. I had no issues while using that. [1]: https://www.atlassian.com/software/stash [2]: https://bitbucket.org/ Leonardo Borges www.leonardoborges.com On Mon, Jun

Re: OT: Github Alternatives

2014-06-30 Thread Di Xu
gitlab[1]? ​[1]​ https://about.gitlab.com/ 2014-06-30 18:34 GMT+08:00 Adrian Mowat adrian.mo...@gmail.com: Hi All, Sorry for the off topic thread but my company is looking at alternatives to gihub that are a) hosted internally and b) cheaper (!) I was wondering what everyone else is

Re: OT: Github Alternatives

2014-06-30 Thread Linus Ericsson
gitolite? I think we used it on one of my jobs. https://github.com/sitaramc/gitolite /Linus On Monday, June 30, 2014, Di Xu xudi...@gmail.com wrote: gitlab[1]? ​[1]​ https://about.gitlab.com/ 2014-06-30 18:34 GMT+08:00 Adrian Mowat adrian.mo...@gmail.com

Re: OT: Github Alternatives

2014-06-30 Thread François Rey
Tuleap http://www.tuleap.org/ is fully open source and integrates gitolite, gerrit, hudson/jenkins, etc. along with an agile dashboard, trackers, and more. -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Re: OT: Github Alternatives

2014-06-30 Thread Andrey Antukh
We are using gitlab and it's works very well! ;) Andrey 2014-06-30 15:01 GMT+02:00 François Rey fmj...@gmail.com: Tuleap http://www.tuleap.org/ is fully open source and integrates gitolite, gerrit, hudson/jenkins, etc. along with an agile dashboard, trackers, and more. -- You received

Re: OT: Github Alternatives

2014-06-30 Thread Adrian Mowat
Lots of great suggestions here! Thanks guys On Mon, Jun 30, 2014 at 2:11 PM, Andrey Antukh n...@niwi.be wrote: We are using gitlab and it's works very well! ;) Andrey 2014-06-30 15:01 GMT+02:00 François Rey fmj...@gmail.com: Tuleap http://www.tuleap.org/ is fully open source and

Re: OT: Github Alternatives

2014-06-30 Thread Torsten Uhlmann
We successfully used http://assembla.com in the past. 2014-06-30 13:03 GMT+02:00 Di Xu xudi...@gmail.com: gitlab[1]? ​[1]​ https://about.gitlab.com/ 2014-06-30 18:34 GMT+08:00 Adrian Mowat adrian.mo...@gmail.com: Hi All, Sorry for the off topic thread but my company is looking at

Re: OT: Github Alternatives

2014-06-30 Thread Mikhail Kryshen
I would recommend Fossil (http://fossil-scm.org/) — a distributed version control system with integrated distributed bug tracker, wiki and blog, all of which are accessed through a built-in web server. #secure method=pgpmime mode=sign Adrian Mowat adrian.mo...@gmail.com writes: Hi All, Sorry

Re: OT: Github Alternatives

2014-06-30 Thread Torsten Uhlmann
Assembla also offers a private package which you can download and run on your own machines: http://blog.assembla.com/assemblablog/tabid/12618/bid/10151/Introducing-Private-Assembla-your-own-Assembla-server-in-Download-Cloud-and-Managed-packages.aspx 2014-06-30 17:07 GMT+02:00 Mikhail Kryshen

Re: OT: Github Alternatives

2014-06-30 Thread François Rey
On 30/06/14 13:10, Torsten Uhlmann wrote: We successfully used http://assembla.com in the past. Except this cannot be hosted internally as requested by the OP... -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Re: OT: Github Alternatives

2014-06-30 Thread Phang Mulianto
Hi, Can try Tracscm [ *trac*.edgewall.org/ ] or gitlab is good, the interface is clean, but it runs on java On Mon, Jun 30, 2014 at 11:10 PM, Torsten Uhlmann t.uhlm...@agynamix.de wrote: Assembla also offers a private package which you can download and run on your own machines:

Re: OT: Github Alternatives

2014-06-30 Thread Andrey Antukh
2014-06-30 19:17 GMT+02:00 Phang Mulianto braveh...@gmail.com: Hi, Can try Tracscm [ *trac*.edgewall.org/ ] or gitlab is good, the interface is clean, but it runs on java As far as I know gitlab is written in ruby and not in java. And it has good install scripts that makes all had work

Re: OT: Github Alternatives

2014-06-30 Thread Rainer Schuster
We are using http://gitblit.com (written in Java)The new release finally supports ssh! Am Montag, 30. Juni 2014 20:14:42 UTC+2 schrieb Andrey Antukh: 2014-06-30 19:17 GMT+02:00 Phang Mulianto brav...@gmail.com javascript: : Hi, Can try Tracscm [ *trac*.edgewall.org/ ] or gitlab is

Re: OT: Github Alternatives

2014-06-30 Thread Jonathan Abbey
We've been using GitLab in our laboratory for some time now, and I recommend it very highly indeed. Getting it set up was a bit of a pain because they did not have RedHat packages when we first installed it, and we were setting it up on a server that did not have Internet access. installation

Re: OT: Github Alternatives

2014-06-30 Thread blake
FWIW, TurnKey has a gitlab appliance that has worked pretty well for me. On Mon, Jun 30, 2014 at 1:26 PM, Jonathan Abbey jongoo...@ganymeta.org wrote: We've been using GitLab in our laboratory for some time now, and I recommend it very highly indeed. Getting it set up was a bit of a pain