collaboration

How do I work simultaneously on a project from two or more machines in Visual Studio 2010 [closed]

安稳与你 提交于 2019-12-04 19:46:19
Closed. This question is off-topic . It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I have a team of 3 developers. We are working on a single project in Visual Studio 2010 from different locations. How do I basically collaborate with the team mates so that all of us can work on the project simultaneously keeping everything in sync. What tools will be required and how do I implement those tools for my project. Team Foundation Version Control . Subversion (with ankhSVN or TortoiseSVN ). Git (the

Where can I find the old “Developer Collaboration” plugin?

◇◆丶佛笑我妖孽 提交于 2019-12-04 10:09:30
Once upon a time there is netbeans plugin called "Developer Collaboration" which allows you make remote pair programming. Now, in Netbeans 6.7, there is no more this "Developer Collaboration" but there something called "Kenai support". Unfortunately Kenai does not seems to have a real time editor and it seems to be usable only for opensource project, but my project is closed source. I switched back to the Netbeans 6.5 but I discovered that the "Developer Collaboration" plugin is no more available for download through the Plugin Manager (from Tools > Plugins) and I'm not able to find it from

What to do with star developers who don't document their work? [closed]

喜你入骨 提交于 2019-12-04 07:42:42
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 2 years ago . There is a colleague who seriously knows his stuff, he is one of the brightest I've ever worked with, but he: works in his own little area of his home directory rather than in the common CVS repository doesn't document his code doesn't comment his code, e.g. 3,500 SLOC of C

Editor showdown: Maintain newlines at the ends of sentences

瘦欲@ 提交于 2019-12-04 04:07:04
When editing non-WYSIWYG (LaTeX, HTML, etc) prose you probably want to have newlines at the ends of your sentences. This has several advantages: Easier to rearrange sentences. Easier to comment out sentences. Easier to spot run-on / overly long sentences. Easier to comment on sentences. For example: % The following isn't strictly true; maybe excise or comment out for now: After all, people who use Word or other WYSIWYG editors are aiding and abetting terrorists. And probably the most important advantage of all is that it makes collaborative editing under version control much easier. Otherwise

Continuous version control

佐手、 提交于 2019-12-04 03:29:46
I haven't seen a continuous version control system - one that would save changes in your code as you developed them, rather than waiting for an official check in. The changes would be saved as 'not checked in' of course, but they would be saved away for backup, and viewing by others before you actually did the official check in. I haven't seen this, and wonder if it, or something like it, exists, and the reasons why it might or might not be a good idea. Right now programmers think of source code control as integrating packets of code, but why not make those packets smaller and integrate

How can several users work on the same Enterprise architect file?

那年仲夏 提交于 2019-12-03 20:39:09
I'm wondering if many users can work on the same Enterprise Architect file ? our professor said it can be done if we can host the file in a repository and then link it to windows ODBC ? I'm not sure what does that means. There are two ways to set up an EA project: stored in an .EAP file (accessed through the file system), or stored in a database (accessed through ODBC) The file actually contains a database, and EA provides functionality for migrating both ways between the two. An .EAP file can be accessed by several users simultaneously (with the file on a network drive), as of course a

What online collaboration sites do you know? [closed]

旧巷老猫 提交于 2019-12-03 20:29:59
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 months ago . Basically I need a hosted solution, where one can create an account for a project and the distributed team members can interact through that site during the project implementation. I know a lot of such software but not a hosted one. I think Basecamp is the most popular one. I'm trying the CodeSpaces now. Looks promising. I use codeplex.com from Microsoft and find it excellent, it now accepts svn

Is there a way to use Google Docs for collaborative programming? [closed]

两盒软妹~` 提交于 2019-12-03 03:06:36
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . Or if not, are there any good IDE's or programs that are designed for real-time collaborative programming? 回答1: Unfortunately I also haven't found a good way to use Google Docs for collaborative coding yet. It seems as if Google Docs (as of now) is not intended for collaborative coding. However there are a few

How to set Subversion properties with git-svn

浪尽此生 提交于 2019-12-02 21:48:40
Is there a way to set subversion properties on a git repository that was created by git-svn? In my case, I want to edit the version of svn:external , svn:ignore and svn:executable . However, the only way to do so seems to involve a check-out with the subversion client. Is there a way to edit svn properties without having to check out the repository twice (one time for git and one time with svn for the properties)? Greg Hewgill git-svn does not support Subversion properties. When I run into this problem, I usually end up having two checkouts. This is mentioned in the git-svn documentation under

Online collaborative environment (not only dev oriented) [closed]

痞子三分冷 提交于 2019-12-02 18:39:14
I've been working with SVN for a couple of years and recently been working on some projects involving Trac. It might seem odd for most of you but I come from design oriented background where those tools are not so often used. For the moment we mostly use Basecamp to keep track of client requirements, documents etc. And on the other hand SVN for source control (between developers only). So, the aim being to integrate Trac to the bundle (and maybe other helpful features) I've been looking around for an online environment that could fulfill these requirements. There's a lot out there but my main