1
vote
Is there a Mercurial API that can be used to program against in .NET
Like Chad says, use the command line. That is the official API. We go to great lengths to keep it stable in order to make it easy for scripts and programs to parse its output.
See …
7
votes
How would you use a DVCS (mercurial in my case) to develop for different versions of the .NET framework?
Yes, you can use Mercurial for this. Here is how it would work.
Let's say that your current clone is called new-dot-net since it
support the new .Net version. You make a clone …
4
votes
How to make your software able to run only when the original CD is present in CD Drive
You can't do this -- your software might be running in a virtual machine with a virtual CD drive and people could configure those to be indistinguishable from the real thing.
I believe some …
2
votes
Can you get any financial recompense from Open Source
One way to get paid for working on open source software, is to find yourself a company that uses said software. They might hire you as a developer to do custom development.
Another way is t …
