Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8052211
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T07:29:26+00:00 2026-06-05T07:29:26+00:00

Now before you shoot me for bringing up a duplicate question on SOF, let

  • 0

Now before you shoot me for bringing up a duplicate question on SOF, let me first acquaint you with exactly what I’m looking for, and I will address other questions and answers and why it is insufficient.

Question #1:

I’m looking for a way to perform live collaborative edits, while the source is maintained on a centralized source control server. For example, if Me and Joe Blow are editing file X.cs at the same time, we should be able to see each-other’s edits as we type. Almost as if we were sitting together at the same computer. Now take the following scenario: Me and Joe go offline, and Nimha Smith decides she wants to update some code. When I come back online the following day, I get pushed the code that Nimha updated while I was sleeping/away from the server.

This is a combination of the idea of live collaboration, and a source control system like SVN, etc.

Addressing of the possible duplicates:

There was a similar question, here: Collaborative editing for .NET development – what are the possibilities, however it does not give me anything useful and I’ll explain why:

  • VsAnywhere: It runs through a central public server (right direction..?) except all parties involved need to have the exact same code on their machine before joining a session, and once you go offline the session is destroyed.
  • SourceMeet: Runs with a P2P system, so no server to keep track of changes while offline etc. Have not tried it, so I can not attest to how well it can merge code (if it can at all)
  • CollabEdit: Not VisualStudio
  • Cloud 9: Not VisualStudio

And there is obviously this question and this one that are questions directly about source control software such as SVN or GIT. Now, I tried to get VSAnywhere and SVN to play nice together, (SVN for getting changes made while offline, and VSAnywhere for the online developers) but it simply does not work.

<edit>

I recently found this bachelor thesis project named Collab, and it seems like a good idea, but I could not seem to get it working to try it. If anyone else has any success with it please let me know what you did. It looks like if I can get this collab project working it seems like it would be a good start into creating something to fit my needs.

<edit2>

I’ve also come across BeWeeVee which had a Visual Studio extension for it’s service, but all the links for it have gone dead. And CodeALike which was probably their replacement for VS real-time collaboration has a FAQ entry explaining that it’s real-time features have been removed and will be re-implemented in the “future”.

Question #2:

Now this brings me to the second part of my question because I fully realise there may not be a program out there that fits my tall order. Where could I start implementing software such as this myself? Are there some existing open-source source-control / real-time editing code that I can begin to build off of to create this? Or am I pretty much stuck starting from scratch if I want to implement this. And I’m sure you can see by the tags that I would like to tackle a task like this in C#, if I have to tackle it at all.

Update 2017

As there has been some continued interest expressed in the comments I’ve created a gitter where we can gather anyone interested and potentially make this a reality: https://gitter.im/sof-centrailized-collab-editing/Lobby.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T07:29:27+00:00Added an answer on June 5, 2026 at 7:29 am

    If you want to tackle this yourself, you might like to do it as a Visual Studio extension. Notice that there are two different types of plug-ins: “add-ons” and “extensions”. Personally I think you should write an extension, but either way, you can write them in C#.

    You will need to hook into Visual Studio’s text editor. You could either google for how to do this, or just look at an existing example: a Visual Studio extension for elastic tabstops. Your extension will have to monitor your changes as you make them and then send them to the server via some protocol you design. You’ll have to write the server yourself, but in the first version all it needs to be able to do is just send your edits to everyone else who is using the extension. The extension would then make everyone’s edit in everyone else’s editor.

    If someone connects to the server with an older version of the code, the extension could just download the newest version from the server. However, if the user has made edits while offline (i.e. while not connected to the server), then you will need to do some clever merging. This is non-trivial, but I know how to do it because I’ve done it before. If you ask very nicely, I’ll write the merge algorithm for you. Then you’ll only need to feed it three text files: the base (the version that was last in sync with the server) and the two edited versions (the one edited offline and the newest from the server).

    If you manage to get this to work, you will potentially create something invaluably useful. Please do make sure that you publicise your work! 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have asked this question before with other adapters like SimpleAdapter but the solution
I'm a hobbyist programmer (only in TI-Basic before now), and after much, much, much
Third try at fixing this tonight - trying a different approach than before now.
I've never used Java AWT before and now I've got a piece of code
I haven't done much multithreading before and now find the need to do some
Now I have something that I have not seen it before: the database is
before this I wrote all jquery-code into main fail. Now I want to move
Text gets accumulates piecemeal before being sent to client. Now we use own class
I apologise if this has been asked before or if it's now answerable. I'm
I have never used Try-catch in my code before, but now I need to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.