Private version control without server [closed] - controls

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
My network configuration doesn't allow the computer to run as a server, so Subversion and others are out. Github offers non-public version controlling only for paying customers.
Anybody knows a solution where a few developers can work on the same code, for free, without sharing it with the whole world. Even merging directories between pendrives would do, if such software exists.

I think you're confusing Git with GitHub.
Git can do all you want, for free.

BitBucket does private repositories for up to 5 developers. BitBucket does Git or Mercurial, take your pick.

Related

continuous integration tool for VS-built c# project [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
We need to setup a continuous integration infrastructure for a C# project. None of us has anything other than a very few user-side experience with these tools at all.
Our requirements would be:
we need a tool which runs on windows, because we want our project to be csc-built. Building with mono is not an option.
we use an SVN server and it's on linux, it needs to be able to get the source from that.
Could anyone of you more experienced collagues recommend a tool like that? :) Thanks in advance!
CruiseControl is a good choice. Have a look here: http://cruisecontrol.sourceforge.net/

Is there an issues plugin for github/visual studio? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Is there a plugin that will show my github issues in visual studio?
Would be pretty cool to be able to see all that info inside the IDE
I don't know of any plugin offering a direct integration with GitHub bug tracker.
The Git Extensions don't include that feature (and there are one of the advanced plugin to integrate Git - not GitHub, just Git - within Visual Studio).
Maybe another soution would be to get some kind of integration with another bug tracking which then would be able to read from/write to the GitHub issue tracker.
This SO question, for instance, mentioned LightHouse (which isn't a good fit in your case, since it is not integrated with Visual Studio).

Windows hosting solutions (VPS and dedicated) [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am confused over hosting solutions for windows.
I am looking for VPS as well dedicated which is reliable and great customer service.
I am feeling there are very few options available for windows hosting as compare to linux.
I need suggestion for hosting from SO community.
Have a think about cloud hosting. Since this may come with virtual service support and expandability would be better than the VPS

An online project managment software [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am searching for a good online project managment software. There are plenty of them though. So, the best way would be to get some recommendations. :-)
Lately I've found Zoho Projects.. does anyone use it?
Thanks for answers.
Andy
I've used ProjectPier: http://www.projectpier.org/
but we are now moving to http://teambox.com/community
They are open source "replicas" of Basecamp. Teambox seems to be much more up to date as ProjectPier hasn't had a release in a loooooooooooong time.
There's also Trac, which I like because it ties into svn and gives you milestones, bug tracking, etc. http://trac.edgewall.org/
I'm using AgileZen and I'm happy with it. It implements the Kanban methodology and its very simple and effective. Pricing is not cheap, but they give a free account to free software projects.

Good open-source bug tracking / issue tracking sofware for Windows [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Besides the painful-to-install non-Windows Bugzilla, what open-source issue tracking programs can be recommended that are just as good but available as a regular windows-style install? (.exe or .msi)
You can try Redmine - a painless installation is provided by BitNami Redmine stack.
I have been working with Redmine for the last three weeks and it's love!
You can use Bitnami Stack to setup and running in few minutes.
Never used it, but Trac might be of use here. And yes, it does have a damn .exe. :)

Resources