Question

I'm working on asp.net project using VS2010.

I want to share my project code with one of my team member who is at some other geographical location but as we don't have a server we are not able to use TFS.

Can anyone tell me how can I share my code?

Or somehow can I use TFS on my local machine (or any other VS extension) and share it with him?

So that by using internet we can share our code with each other with help of any tool like TFS?

Was it helpful?

Solution

I would however recommend that you use TFS Preview to achieve this as it is free and provided all of the same goodies as having a local server without the need to run even a local server.

However if you must have local storage you can use TFS Express. It is free and will run just fine on your local computer. All you then need to do is expose your computer over HTTP and you are good to go.

OTHER TIPS

Have you considered using distributed version control such as Mercurial? I do not know whether these systems can run serverless, nor do I have personal experience using them, but I've heard good things about the concept.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top