Best Free Online Source Control [closed] - version-control

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
There are many free online Source Control available but I would like to know your experience on it, if any, and which is the best one?
Me and my friend are starting a small test project and would like some really good online source control.
We will be developing ASP.Net app.

If you're just after a hosted source code repository:
Github
Bitbucket
If you need issue tracking, file releases, wikis, mailing lists, etc:
Sourceforge
Google Code Hosting
I've got one project at Sourceforge, and I find the amenities quite nice. You might find this comparison handy.

I'm using Unfuddle for some personal stuff to avoid issues with corporate firewalls.
You can commit over http with them.
Otherwise, use Github as already suggested.

Related

Alternative self hosted solution for google apps (mainly document/spreadsheet)? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
As titled, I'm finding for a software can be installed on my own server, to replace for google apps.
I'm open to commercial solution, the point is I want to keep the data on my own server.
Any advice is appreciated
Okie doke. This is actually pretty challenging -- you're asking for online editing, which is very cloud-oriented, but using a private server. If all you wanted was file services, then you'd have a lot of options -- OwnCloud.org is a personal favorite, but there are a bunch.
If you really want to be able to edit online but save to a private server, SharePoint comes to mind first. Alfresco and its ilk are also out there, but that's enterprise-oriented. There are theoretically some ways to use OpenOffice programs in a browser (see also this) but I've never seen them in action.
Hope that gets you started. Good luck.

looking for code revision gui/application for my eclipse subversion [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I was wondering if anyone can recommend any GUI/portal/platform/application that shows code revisions. I'm using subversion with my eclipse and wonder if there's something nice such as trac to see the changes.
Thanks
screenshot example from trac (I found it extremely hard to install)
http://www.linuxlinks.com/portal/content/reviews/Programming/Screenshot-Trac.png
*sorry, since I'm a newbie, I can't embed the picture
I've been using WebSVN and it works great. I've put it at the same host as my repository and access it through standard apache. WebSVN is free.
Then there is FishEye from Atlassian. It's not free but I don't doubt it's one of the best ones available.
What about good old subclipse? Not only it shows revisions, but also it's a great implementation of subversion client for eclipse with such functionality as: commit, update, branch, merge, etc. Not mentioning extended visualization capabilities. It seems that you do not use subclipse while you definitely should.

Free Build Server Service for opensource projects? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Does anyone know of a free build server service to coincide with scm/forum/issue tracking services such as sourceforge/googlecode?
Obviously hudson/jenkins service would be my first preference related to primarily java/maven2, but anything would be nice!
Thanks!
Cloudbees has an offering for FOSS projects.
Another one (especially for public Github repos): http://travis-ci.org/
Researching the same thing currently, I stumbled over jenkinshosting.com (reported as suspicious site, Aug2012)- Jenkins build server, free for FOSS. Haven't tried it yet, though.
Atlassian offers licensed and on-demand products to open-source projects. Bamboo may be included.
https://www.atlassian.com/software/views/open-source-license-request
A TeamCity based server farm is available for open source projects through http://teamcity.codebetter.com/. Read the announcement.
Another option for OSS is http://www.appveyor.com/, which is including support for Windows 8.1 store apps.
Jenkinshosting.com use to offer free open source hosting. It's worth checking out to see if it's still continued.

Is there anything like rubygems.org for scala libraries [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I notice there is an sbaz tool that seems to have similar functionality to the ruby gem tool but I don't see any community site like gemcutter.org / rubygems.org. Is there something like this around.
There are 1084 repositories on github with scala in them. I'm surprised I can't find some centralized package management utility. Perhaps I'm just googling the wrong keywords.
The closest equivalent is probably http://scala-tools.org which maintains a Maven (ivy, sbt, etc) repository of most of the best-known packages.
Scala Tools appears to no longer be functional as of this writing. It says:
We are no longer providing any support for scala-tools.org.
Instead, it is suggested to use https://oss.sonatype.org/
As Kris said, http://scala-tools.org is the closest thing so far. We're working on improving the site, and will be enabling "static project sites" shortly. There's also http://implicit.ly/ which aims to be the standard new source for published releases.

Are there any competitors to Atlassians Fisheye? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm looking for alternatives to view my source code repository and run metrics on it.
Have you looked at Review Board? It's an open source tool that is used on google code and is picking up some steam in general. I ended up not using it for my particular project because it didn't provide a user-friendly way to do post-commit reviews. I imagine the web interface has improved dramatically since I evaluated it last year.
If Review Board doesn't match your requirements, consider posting more detail on what your looking for so we can have a better chance of pointing you in the right direction
You should checkout ZebraPlan.
From my experience, ZebraPlan is a much better and easier alternative to Atlassian Fisheye and Crucible. ZebraPlan has a built-in code review feature that allows you to easily connect to your source code repository. Keep in mind that you can’t validate code with Fisheye, but you can with ZebraPlan. You will definitely save time and money using ZebraPlan. Fisheye charges $800/month for 10 users and unlimited repos and ZebraPlan charges $43/month for 10 users and unlimited repos.
Here’s a short video that showcases ZebraPlan’s “Code Review” feature: https://www.youtube.com/watch?v=_Gxg_d-5vuw
I hope this helps!