active questions tagged vcs - Stack Overflow most recent 30 from stackoverflow.com 2009-12-11T06:14:36Z http://stackoverflow.com/feeds/tag/vcs http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1740674/has-anyone-used-rational-team-concert-rtc 1 Has anyone used Rational Team Concert (RTC)? FryGuy 2009-11-16T07:44:02Z 2009-12-10T18:53:31Z <p>The company I work for is currently evaluating replacements for SourceSafe, and for various reasons, I think RTC will be chosen. I'm a little scared that we're going to end up with a solution that isn't the best for us in our situation. I've tried researching a little bit about what it is, but all I have been able to find are marketing things, but nothing about how it actually works (any of the paradigms it uses, etc).</p> <p>Our team is around 8 developers and 2 QA people on a single project (and 4-5 more people that would be using it for their independent project). It seems like RTC is targetted for larger teams, but our team is relatively small. <strong>Does anyone has experience using RTC in a smaller team?</strong></p> <p>The project that would be using it is a .NET/WPF application, so we would be using primarily Visual Studio. <strong>Is the Visual Studio integration any good, or are we stuck having to have Eclipse open on top of Visual Studio?</strong></p> <p>Personally, I have been using Bazaar as my personal source control (and checking out/into sourcesafe from a branch), as well as on personal projects. <strong>Does RTC incorporate features of "third generation" version control systems</strong>, such as first class branching/merging and changesets rather than file changes, and good visualization of where changes come from?</p> <p><strong>Also, what are the general pros and cons for it?</strong></p> http://stackoverflow.com/questions/57530/any-tool-to-migrate-repo-from-vault-to-subversion 6 Any tool to migrate repo from Vault to Subversion? Michael Haren 2008-09-11T20:26:49Z 2009-11-30T18:45:14Z <p>Are there any <strong>tools</strong> to facilitate a migration from <a href="http://www.sourcegear.com/vault/index.html" rel="nofollow">Sourcegear's Vault</a> to <a href="http://subversion.tigris.org/" rel="nofollow">Subversion</a>?</p> <p>I'd really prefer an existing tool or project (I'll buy!).</p> <p><strong>Requirements:</strong></p> <ol> <li>One-time migration only</li> <li>Full history with comments</li> </ol> <p><strong>Optional:</strong></p> <ol> <li>Some support for labels/branches/tags</li> <li>Relatively speedy. It can take hours but not days.</li> <li>Cost if available</li> </ol> <p>Bonus points if you can share personal experience related to this process.</p> <p><hr /></p> <p>One of the reasons I'd like to do this is because we have lots of projects spread between Vault and Subversion (we're finally away from sourcesafe). It'd be helpful in some situations to be able to consolidate a particular customer's repos to SVN.</p> <p>Additionally, SVN is better supported among third party tools. For example, <a href="http://hudson.dev.java.net/" rel="nofollow">Hudson</a> and <a href="http://www.redmine.org/" rel="nofollow">Redmine</a>.</p> <p>Again, though: we're not abandoning vault altogether.</p> http://stackoverflow.com/questions/132520/good-excuses-not-to-use-version-control 74 Good excuses NOT to use version control Kent Fredric 2008-09-25T10:32:12Z 2009-11-27T19:22:48Z <p>This question may seem backwards to all logical reasoning, but I encountered a team member who was working on a side project out of the main tree, and had decided ( rephrased )</p> <blockquote> <p>I'm the only developer, we don't need version control, that's stupid</p> </blockquote> <p>Now personally, the idea horrifies me, and I can't for one justify it. </p> <p>So now my stance is clear, I want some legitimate answers why somebody can excuse themselves from using version control. The default answers will of course be "there is no excuse". </p> <p>Not what I want to see. If you can't see an excuse, then just don't post. ( Feel free to downmod excuses others post that are illegitimate/bad and give reasoning ) </p> http://stackoverflow.com/questions/1792970/fogbugz-on-demand-online-source-control-at-low-no-cost 8 FogBugz On Demand + online source control at low/no cost? quux 2009-11-24T21:15:58Z 2009-11-25T13:42:36Z <p>I have a project in the free hosted <a href="http://www.fogcreek.com/FogBugz/IntrotoOnDemand.html" rel="nofollow">FogBugz On Demand</a> (FOD) product right now. This is great for feature/issue tracking. But I've been working from a codebase that is solely on my development machine. I'd like to collaborate with another guy who is thousands of miles from me. So we need a source control solution (SCM)!</p> <p>I use Visual Studio (2005, but can upgrade to later versions as needed).</p> <p>I am aware that FogBugz <a href="http://www.fogcreek.com/FogBugz/docs/70/topics/advanced/SourceControlIntegration.html" rel="nofollow">can integrate</a> with a number of source control systems. </p> <p>So now the question is: which <strong>online</strong> SCM products can integrate well with FOD and VS? And which ones do so well at low or no cost, for a small code repository. And where might I find a proven recipe for putting this together.</p> <p>I'm open to other solutions which provide the same functionality. Please don't suggest Trac - I regard it highly, but I want the features of FOB (especially the evidence based scheduling) in my issue tracking solution. So really, I need to combine FOB + VS + some online SCM product into a low or no cost solution for two coders to collaborate on.</p> <p>Thanks for your thoughts!</p> http://stackoverflow.com/questions/1785609/would-like-to-create-some-defaults-for-my-hgignore-files-in-tortoisehg-mercurial 0 Would like to create some defaults for my .hgignore files in TortoiseHG/Mercurial DanThMan 2009-11-23T20:07:22Z 2009-11-23T21:53:34Z <p>I'd like to make it so that every time I create a new repository, certain filters automatically get added to my .hgignore files by default.</p> <p>For example, for C# projects, I would like these to be added:</p> <pre><code>glob:bin/* glob:obj/* </code></pre> <p>Is this possible? How?</p> <p>If it can't be automated, is it at least safe to copy the .hgignore file from one repository to another?</p> <p>[I hope this isn't too terribly off topic for stackoverflow...I considered SuperUser but thought it was more of a question for programmers.]</p> http://stackoverflow.com/questions/138621/best-version-control-for-lone-developer 34 Best Version control for lone developer Stephen 2008-09-26T10:20:21Z 2009-11-23T08:49:26Z <p>I'm a lone developer at the moment; please share you experiences on what is a good VC setup for a lone developer. </p> <p>My constraints are; </p> <ul> <li>I work on multiple machines and need to keep them synced up </li> <li>Sometimes I work offline </li> </ul> <p>I'm currently using Subversion(just the client to a remote server), and that is working ok. I'm interested in mecurial and git DVCS, but none of their use-cases make sense to my situation.</p> http://stackoverflow.com/questions/1779968/best-practices-to-keep-up-a-diverging-branch-of-code 2 Best practices to keep up a diverging branch of code JS_is_bad 2009-11-22T20:54:20Z 2009-11-22T23:11:26Z <p>I'm in a situation where some minor patches I've submitted to an open-source project were ignored or explicitly not accepted. I consider them useful, but more important is that I <strong>need</strong> the functionality they implement.</p> <p>I don't want to push my ideas and suggestions anymore to the main contributors, because I don't want to turn this into an ego issue. I've decided that my best bet would be just to use what I wrote for my own purposes. I don't want to fork the whole source code tree because I like how things are generally working, I'm just not happy with details.</p> <p>But I do realize that the project will evolve and I would like to use the new features that will eventually appear. I understand that I'll have to merge all new things into my own source tree. Are there any best practices for this scenario?</p> http://stackoverflow.com/questions/1714074/tips-on-upgrading-cvs-to-git-hg 1 Tips on upgrading CVS to git/hg? meder 2009-11-11T09:31:48Z 2009-11-21T05:37:32Z <p>We still use CVS, I use git and hg for my personal use though I'm still a novice at both, but I realize they're much more modern and better, faster, distributed, etc.</p> <p>It's just everyone is so accustomed to CVS that I feel a whole slew of issues could arise if I were to be the one that recommended and actually did the upgrading/porting/transitioning of our current CVS server to git or hg. </p> <p>Has anyone actually done this, recently? Could you offer any insight or tips in terms of influencing people to use git/hg, and just generic tips on the actual updating/transitioning if it were to take place? Are there common issues I should be aware of just in general?</p> http://stackoverflow.com/questions/1751612/git-tool-to-remove-lines-from-staging-if-they-consist-only-of-changes-in-whitespa 4 Git tool to remove lines from staging if they consist only of changes in whitespace Max Howell 2009-11-17T20:39:50Z 2009-11-20T18:53:08Z <p>The point in removing trailing whitespace is that if everyone does it always then you end up with a diff that is minimal, ie. it consists only of code changes and not whitespace changes.</p> <p>However when working with other people who do not practice this, removing all trailing whitespace with your editor or a pre-commit hook results in an <em>even worse</em> diff. You are doing the opposite of your intention.</p> <p>So I am asking here if there is a tool that I can run manually before I commit that unstages lines from staging that are only changes in whitespace.</p> <p>Also a bonus would be to change the staged line to have trailing whitespace removed for lines that have code changes.</p> <p>Also a bonus would be to not do this to Markdown files (as trailing space has meaning in Markdown).</p> <p>I am asking here as I fully intend to write this tool if it doesn't already exist. Thanks.</p> http://stackoverflow.com/questions/1080174/scm-vcs-tracking-directories 1 SCM/VCS: Tracking directories Roger Pate 2009-07-03T17:06:37Z 2009-11-18T07:23:11Z <p>When I first found out that Mercurial tracked <em>files</em> and not directories, I was a bit disappointed. (This means you can't represent an empty directory in the repo.) However, it doesn't seem to be an issue in practice, and makes some things a tad easier for me. <strong>How about other SCM systems?</strong> (Edit this post to add them.) <strong>What advantages or disadvantages have you found by not tracking directories?</strong> (Each one separately in an answer, please.)</p> <p><strong>Do</strong> track directories:</p> <ul> <li>Subversion</li> <li>Bazaar/bzr</li> <li>(add one!)</li> </ul> <p><strong>Do NOT</strong> track directories:</p> <ul> <li>Mercurial/hg</li> <li>git</li> <li>(add one!)</li> </ul> http://stackoverflow.com/questions/1702045/how-do-i-minimize-the-number-of-changes-between-revisions-with-new-doxygen-output 1 How do I minimize the number of changes between revisions with new doxygen output? Dirk Eddelbuettel 2009-11-09T16:15:14Z 2009-11-09T17:20:29Z <p>A subversion repository contains the html, latex and man directories that doxygen generates from the source code. Even for small source code changes, new files are being generated with random names which makes for large changes in the version control system.</p> <p>Is there are way around this? How can I minimize the changesets between revisions while still including doxygen-generated documentation? Alternatively, how could I find which of the doxygen-genrated files are no longer being used and should be removed? </p> http://stackoverflow.com/questions/1649169/need-an-encrypted-online-source-code-backup-service 1 Need an encrypted online source code backup service. camelCase 2009-10-30T11:00:37Z 2009-10-30T11:58:48Z <p>Please note this is not a question about online/hosted SVN services.</p> <p>I am working on a home based, solo developer, project that now has commercial significance and it is time to think about remote source code backup. There is no need for file level check in/out, all I need is once a day or once a week directory level snapshot to remote storage. Automatic encryption would be a bonus to protect my IP.</p> <p>What I have in mind is some sort of GUI interface app that will squirt a source code snapshot off to an Amazon S3 bucket on an automatic schedule.</p> <p>(My development PC runs on MS Windows.) </p> http://stackoverflow.com/questions/1598759/git-and-mercurial-compare-and-contrast 35 Git and Mercurial - Compare and Contrast TM 2009-10-21T04:46:35Z 2009-10-29T08:35:55Z <p>For a while now I've been using subversion for my personal projects.</p> <p>More and more I keep hearing great things about Git and Mercurial, and DVCS in general.</p> <p>I'd like to give the whole DVCS thing a whirl, but I'm not too familiar with either option.</p> <p>What are some of the differences between Mercurial and Git?</p> <p>Note that I'm <strong>not</strong> trying to find out which one is "best" or even which one I should start with. I'm mainly looking for key areas where they are similar and where they are different, because I am interested to know how they differ in terms of implementation and philosophy.</p> http://stackoverflow.com/questions/1629580/teamcity-subversion-checkout-copies-all-tags-to-buildagents-checkout-director 0 TeamCity & Subversion: Checkout copies ALL tags to buildagent's checkout directory El Bauldo 2009-10-27T09:13:26Z 2009-10-27T09:33:28Z <p>We have the following URL: URL: <a href="https://dev-01:8555/svn/Shop" rel="nofollow">https://dev-01:8555/svn/Shop</a></p> <p>We have the following structure in SubVersion</p> <p>Shop --trunk --branches --tags</p> <p>The problem is, when I do a build, under the buildagent directory, I get every single tag in the repository copied over to the buildagent.</p> <p>Is there a way to only retrieve the HEAD revision to effect the build on.</p> <p>Cheers</p> http://stackoverflow.com/questions/1395631/finding-all-dependencies-in-a-verilog-compile 1 finding all dependencies in a verilog compile Ross Rogers 2009-09-08T18:43:37Z 2009-10-24T04:37:37Z <p>I'm trying to cheaply and accurately predict all the system-verilog dependencies for a build flow. It is ok to over-predict the dependencies and find a few verilog files that aren't sv dependencies, but I don't want to miss any dependencies.</p> <p>Do I actually have to parse the Verilog in order to determine all its dependencies? There are tick-include preprocessor macros, but those tick-include don't seem to load all the code currently getting compiled. There is a SYSTEM_VERILOG_PATH environment variable. Do I need to parse every system verilog file in that SYSTEM_VERILOG_PATH variable in order to determine which modules are defined in which files?</p> http://stackoverflow.com/questions/1462153/recursively-cvs-add-files-directories-and-ignore-existing-cvs-files 0 Recursively CVS add files/directories and ignore existing CVS files. meder 2009-09-22T19:37:11Z 2009-10-22T14:01:19Z <p>There's a similar post @ <a href="http://stackoverflow.com/questions/5071/how-to-add-cvs-directories-recursively">http://stackoverflow.com/questions/5071/how-to-add-cvs-directories-recursively</a></p> <p>However, trying out some of the answers such as:</p> <pre><code>find . -type f -print0| xargs -0 cvs add </code></pre> <p>Gave:</p> <blockquote> <p>cvs add: cannot open CVS/Entries for reading: No such file or directory cvs [add aborted]: no repository</p> </blockquote> <p>And</p> <pre><code>find . \! -name 'CVS' -and \! -name 'Entries' -and \! -name 'Repository' -and \! -name 'Root' -print0| xargs -0 cvs add </code></pre> <p>Gave:</p> <blockquote> <p>cvs add: cannot add special file `.'; skipping</p> </blockquote> <p>Does anyone have a more thorough solution to recursively adding new files to a CVS module? It would be great if I could alias it too in ~/.bashrc or something along those lines.</p> <p>And yes, I do know that it is a bit dated but I'm forced to work with it for a certain project otherwise I'd use git/hg.</p> http://stackoverflow.com/questions/1595908/what-is-a-branch-in-cvs 0 What is a branch in CVS? jsight 2009-10-20T16:42:01Z 2009-10-20T16:46:38Z <p>What is a branch in CVS?</p> http://stackoverflow.com/questions/229569/why-do-companies-use-source-safe 14 Why do companies use Source Safe? Nate 2008-10-23T12:43:13Z 2009-10-16T16:27:57Z <p>Why do you (and/or your company) use <a href="http://en.wikipedia.org/wiki/Visual_SourceSafe" rel="nofollow">Visual Source Safe</a> instead of the "other" version control systems?</p> http://stackoverflow.com/questions/1569310/push-dvcs-repository-to-master-without-needing-codebase 0 Push DVCS repository to master without needing codebase Scorchin 2009-10-14T22:14:25Z 2009-10-16T11:17:24Z <p>To work on a client's staging environment I have to connect through a VPN which locks all normal network traffic and prevents any connection to the Internet.</p> <p>This would immediately prevent any of the "normal" VCS solutions from being used as it's not possible to gain access to the server. A solution to this would be to create a DVCS repository (git?) locally and then push changes to the master, as and when needed. There is one flaw in this plan.</p> <p><strong>The entire codebase is around 14GB</strong>. To download all of this over the internet would take some time, especially when I'm likely to be working on 3 or 4 different machines in each case. This seems silly and overkill for a DVCS.</p> <p><strong>TL;DR</strong> <em>Can any DVCS solution allow you to push to a master server/repo without needing the codebase</em>? Bad example: copy the .git folder (not the 14GB codebase) to another directory and push this to the master once disconnected from the VPN.</p> http://stackoverflow.com/questions/1458825/which-scm-vcs-cope-well-with-moving-text-between-files 1 Which SCM/VCS cope well with moving text between files? pfctdayelise 2009-09-22T08:39:59Z 2009-09-22T09:13:16Z <p>We are having havoc with our project at work, because our VCS is doing some awful merging when we move information across files. </p> <p>The scenario is thus:</p> <p>You have lots of files that, say, contain information about terms from a dictionary, so you have a file for each letter of the alphabet.</p> <p>Users entering terms blindly follow the dictionary order, so they will put an entry like "kick the bucket" under B if that is where the dictionary happened to list it (or it might have been listed under both B, bucket and K, kick).</p> <p>Later, other users move the terms to their correct files. Lots of work is being done on the dictionary terms all the time. </p> <p>e.g. User A may have taken the B file and elaborated on the "kick the bucket" entry. User B took the B and K files, and moved the "kick the bucket" entry to the K file. Whichever order they end up getting committed in, the VCS will probably lose entries and not "figure out" that an entry has been moved.</p> <p>(These entries are later automatically converted to an SQL database. But they are kept in a "human friendly" form for working on them, with lots of comments, examples etc. So it is not acceptable to say "make your users enter SQL directly".)</p> <p>It is so bad that we have taken to almost manually merging these kinds of files now, because we can't trust our VCS. :(</p> <p>So what is the solution? I would love to hear that there is a VCS that could cope with this. Or a better merge algorithm? Or otherwise, maybe someone can suggest a better workflow or file arrangement to try and avoid this problem?</p> http://stackoverflow.com/questions/802573/difference-between-git-and-cvs 8 Difference between GIT and CVS jay 2009-04-29T14:19:56Z 2009-09-15T13:26:03Z <p>What is the difference between git and cvs version control systems? </p> <p>I have been happily using CVS for over 10 years and have been told that GIT is much better. Could someone please explain what the difference between the two is and why one is better than the other?</p> http://stackoverflow.com/questions/117415/how-do-i-branch-an-individual-file-in-svn 3 How do I branch an individual file in SVN? Michael Carman 2008-09-22T20:29:13Z 2009-09-08T10:30:23Z <p>The subversion concept of branching appears to be focused on creating an [un]stable fork of the entire repository on which to do development. Is there a mechanism for creating branches of individual files?</p> <p>For a use case, think of a common header (*.h) file that has multiple platform-specific source (*.c) implementations. This type of branch is a permanent one. All of these branches would see ongoing development with occasional cross-branch merging. This is in sharp contrast to unstable development/stable release branches which generally have a finite lifespan.</p> <p>I <strong>do not</strong> want to branch the entire repository (cheap or not) as it would create an unreasonable amount of maintenance to continuously merge between the trunk and all the branches. At present I'm using ClearCase, which has a different concept of branching that makes this easy. I've been asked to consider transitioning to SVN but this paradigm difference is important. I'm much more concerned about being able to easily create alternate versions for individual files than about things like cutting a stable release branch.</p> http://stackoverflow.com/questions/830412/getting-view-owner-creator-with-rational-clearcase-automation-library-cal 1 Getting View Owner/Creator with Rational ClearCase Automation Library (CAL) Jörg Battermann 2009-05-06T16:17:53Z 2009-09-06T00:22:06Z <p>Quick Q:</p> <p>has anyone here already worked with the Rational / IBM CAL and knows if at all, and how to check for a view's creator/owner (username)? Elements, Vobs etc all have an Owner/Creator, but for some reason views do not?</p> <p>Cheers and thanks, -J</p> http://stackoverflow.com/questions/482049/anyone-use-distributed-vcs-in-a-corporate-environment 1 Anyone use Distributed VCS in a corporate environment? Eddie Parker 2009-01-27T01:32:02Z 2009-09-03T16:24:44Z <p>I'm curious to hear about people's experiences with distributed version control in a corporate environment.</p> <p>Specifically:</p> <ol> <li>Was it difficult to gain adoption?</li> <li>Now that it's in place, is it well liked?</li> <li>What 'model' are you using (hub &amp; spoke? Something else?)</li> <li>Allowing you use hub &amp; spoke, are there any discipline problems with pushing to a central server?</li> <li>I'd like to hear if anyone has non-programmers working within this environment, preferably artists and the like to whom VCS can be a bit daunting. Did it work out for them?</li> </ol> <p>Apologies in advance for not having something completely programming related. That said, I'm tagging this as 'subjective', but please don't make the answers 'argumentative'. ;)</p> http://stackoverflow.com/questions/1368520/how-to-best-implement-version-control-for-web-development 1 How to best implement Version Control for Web Development? Adam Taylor 2009-09-02T15:50:20Z 2009-09-02T16:06:56Z <p>Hi,</p> <p>Version control systems are obviously important in development projects but there use in web development projects appears to be more complex, what with the requirement of having a web server to run all but the simplest of web applications.</p> <p>With that in mind, I have looked around and discovered a few different methods of using version control in web development projects:</p> <ol> <li><p>Provide each developer with a virtual machine which is a replication of the development server and have the developer run their working copy of the application in the virtual machine.</p></li> <li><p>Have each developer use a sub domain on the development server, e.g. john.project.com and checkout their working copy of the app to the directories the sub domain points to.</p></li> <li><p>Use the version control system to checkout code, make a change, commit the code and then check it on the development server (which points to the head of the repository).</p></li> </ol> <p>I can see a drawback of 1 being the added time required to create the virtual machines and ensure that the virtual machines are kept insync with the development server (also the need(?) to continuously change the developers host file to point at the virtual machine not the development server).</p> <p>I can see 2 possibly being a problem if absolute URLs are used within the site unless there is an easy way to update the configuration to use the new subdomains as well.</p> <p>3 is the easiest to set up but is rather primitive and it will presumably become quite tedious for a developer to keep checking in the code after every time change. </p> <p>How have the users of stackoverflow used version control with web development projects and which method/workflow was most effective. </p> <p>Please also include extra methods I haven't thought of / read about.</p> <p>Cheers,</p> <p>Adam</p> http://stackoverflow.com/questions/1362910/abusing-the-word-library 0 Abusing the word "library" William Pursell 2009-09-01T14:52:35Z 2009-09-01T15:25:59Z <p>I see a lot of questions, both here on SO and elsewhere, about "maintaining common libraries in a VCS". That is, projects foo and bar both depend on libbaz, and the questioner is wondering how they should import the source for libbaz into the VCS for each project.</p> <p>My question is: WTF? If libbaz is a library, then foo doesn't need its source code at all. There are some libraries that are reasonably designed to be used in this manner (eg gnulib), but for the most part foo and bar ought to just link against the library. </p> <p>I guess my thinking is: if you cut-and-paste source for a library into your own source tree, then you obviously don't care about future updates to the library. If you care about updates, then just link against the library and trust the library maintainers to maintain a stable API. </p> <p>If you don't trust the API to remain stable, then you can't blindly update your own copy of the source anyway, so what is gained? </p> <p>To summarize the question: why would anyone want to maintain a copy of a library in the source code for a project rather than just linking against that library and requiring it as a dependency? </p> <p>If the only answer is "don't want the dependency", then why not just distribute a copy of the library along with your app, but keep them totally separate? </p> http://stackoverflow.com/questions/1348952/what-version-control-system-is-best-designed-to-prevent-concurrent-editing 4 What version control system is best designed to *prevent* concurrent editing? Fred Hamilton 2009-08-28T19:39:36Z 2009-09-01T08:44:22Z <p>We've been using CVS (with TortoiseCVS interface) for years for both source control and wide-ranging document control (including binaries such as Word, Excel, Framemaker, test data, simulation results, etc.). Unlike typical version control systems, 99% of the time we want to <em>prevent</em> concurrent editing - when a user starts editing a file, the pre-edit version of the file becomes read only to everyone else.</p> <p>Many of the people who will be using this are not programmers or even that computer savvy, so we're also looking for a system that let's people simply add documents to the repository, check out and edit a document (unless someone else is currently editing it), and check it back in with a minimum of fuss.</p> <p>We've gotten this to work reasonably well with CVS + TortoiseCVS, but we're now considering Subversion and Mercurial (and open to others if they're a better fit) for their better version tracking, so I was wondering which one supported locking files most transparently. For example, we'd like exclusive locking enabled as the default, and we want to make it as difficult as possible for someone to accidentally start editing a file that someone else has checked out. For example when someone checks out a file for editing, it checks with the master database first <em>even if they have not recently updated their sandbox</em>. Maybe it even won't let a user check out a document if it's off the network and can't check in with the mothership.</p> http://stackoverflow.com/questions/434569/what-strategy-do-you-use-to-sync-your-code-when-working-from-home 8 What strategy do you use to sync your code when working from home Ben Daniel 2009-01-12T05:58:57Z 2009-08-31T23:32:54Z <p>At my work <strong>I currently have my development environment inside a Virtual Machine</strong>. When I need to do work from home I copy my VM and any databases I need onto a laptop drive sized external USB drive. After about 10 minutes of copying I put the drive in my pocket and head home, copy back the VM and databases onto my personal computer and I'm ready to work. I follow the same steps to take the work back with me. </p> <p>So <strong>if I count the total amount of time I spend waiting around for files to finish copying in order for me to take work home and bring it back again, it comes to around 40 minutes!</strong> I do have a VPN connection to my work from home (providing the internet is up at both sites) and a decent internet speed (8mbits down/?up) but I find Remote Desktoping into my work machine laggy enough for me to want to work on my VM directly.</p> <p>So in looking at what other options I have or how I could improve my existing option <strong>I'm interested in what strategy you use or recommend to do work at home and keeping your code/environment in sync.</strong></p> <p>EDIT: I'd prefer an option where I don't have to commit my changes into version control before I leave work - as I like to make meaningful descriptive comments in my commits, committing would take longer than just copying my VM onto a portable drive! lol Also I'd prefer a solution where my dev environment stays in sync too. Having said that I'm still very interested in your own solutions even if they don't exactly solve my problem as best as I'd like. :)</p> http://stackoverflow.com/questions/1321772/is-there-any-point-in-tortoisesvn-diff-highlighting-last-lines-of-both-files-as-c 0 Is there any point in TortoiseSVN diff highlighting last lines of both files as changed? sharptooth 2009-08-24T11:11:53Z 2009-08-28T13:19:19Z <p>In TortoiseSVN 1.5.1 I've noticed a curious pattern. If I change one line in a versioned file and then view difference the diff will highlight not only the changed line but also the last line of the file (though the last line hasn't changed and the colors in the highlight display that correctly).</p> <p>Is there any use of this curious highlighting of the last line?</p> http://stackoverflow.com/questions/1338664/how-to-let-mercurial-ignore-every-thing-except-cs-file 1 How to let Mercurial ignore every thing except *.cs file? static 2009-08-27T03:10:40Z 2009-08-27T19:59:28Z <p>I started a project and added it to hg, but I want to take *.cs file under version control only, so,i have to add bin, obj, sln, suo,_resharper folder etc to ignore pattern, ,how to let hg only monitor certain kind of file like white list? How to do that in Subversion?</p>