active questions tagged version-control - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T09:28:18Z http://stackoverflow.com/feeds/tag/version-control http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1803814/what-source-control 1 What Source Control? Hein du Plessis 2009-11-26T13:58:15Z 2009-11-27T03:08:47Z <p>I desperately need source control to manage projects between more than one developer.</p> <p>A long time ago I used Visual Source Safe and it worked quite well.</p> <p>Can anybody recommend a free substitute? I have the following basic requirements:</p> <ul> <li>I need to host the repository on my own server.</li> <li>I do not want extra clutter within my source files, like CVS does.</li> <li>I need proper check in / check out, so that nobody can change a module until I've checked it back in.</li> <li>I don't want / need source code merging / branching.</li> </ul> <p>We use Delphi for web development, so many html files, images, sql files, etc.</p> <p>Any recommendations?</p> http://stackoverflow.com/questions/806034/cant-check-in-folder-recursively-in-sourceoffsite 0 Can't Check in folder recursively in SourceOffsite LogInIssue 2009-04-30T09:08:07Z 2009-11-26T18:00:04Z <p>I am trying to check in a folder which contains few more folders inside it. How do I check them in recursively using SourceOffsite? If I select a parent folder, only the files gets checked in.</p> <p>Thanks</p> http://stackoverflow.com/questions/284514/what-is-a-git-topic-branch 6 What is a git topic branch? skiphoppy 2008-11-12T16:32:35Z 2009-11-26T14:57:59Z <p>What is a git topic branch? Does it differ from an ordinary branch in some way? Are there any branches that are not topic branches?</p> http://stackoverflow.com/questions/1802649/slider-control-in-javascript 0 slider control in javascript Asharaf 2009-11-26T09:44:45Z 2009-11-26T09:48:04Z <p>i want the full code for a js slider control for range selector like 5 miles,10miles,....upto50.. please help me...........</p> http://stackoverflow.com/questions/1798820/ultra-simple-version-control 2 Ultra simple version control [closed] timothyawiseman 2009-11-25T18:00:55Z 2009-11-26T02:31:51Z <blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="http://stackoverflow.com/questions/1665214/version-control-for-non-programmers">Version Control for non-programmers</a> </p> </blockquote> <p>As a DBA/Developer I currently use Mercurial (Hg) and I have used TortoiseSVN and Visual Source Safe in the past, and I found all of them to be quite good in different ways. </p> <p>But I am being asked to help bring version control to the nondevelopers at my organization. We are primarily trying to keep track of changes of Word Doc files and Excel files that change over time and are edited by sometimes numerous people. I tried introducing TortoiseSVN, but it is not sufficiently intuitive or easy to use for everyone on the team?</p> <p>Is there are an ultra simple version control system for nondevelopers? Or perhaps an ultra simple shell over one of the existing ones like SVN? </p> <p>I have looked at the thread at <a href="http://stackoverflow.com/questions/697526/simplest-version-control-system">http://stackoverflow.com/questions/697526/simplest-version-control-system</a> but that was still targetting developers and I am looking for something for my non-developer coworkers. </p> http://stackoverflow.com/questions/928733/any-web-or-desktop-apps-out-there-like-google-wave 2 Any Web or Desktop Apps Out There Like Google Wave? Laz 2009-05-30T01:38:31Z 2009-11-25T22:52:28Z <p>Are there any existing or upcoming web or desktop apps out there like Google Wave?</p> http://stackoverflow.com/questions/1799354/version-control-for-interdepedent-modules 2 Version control for interdepedent modules chernevik 2009-11-25T19:21:38Z 2009-11-25T19:48:04Z <p>How do I track and manage the dependencies of software modules under version control? </p> <p>I am building several websites, each of which uses a particular Apache configuration, particular Django code, a shared Python library, and some shared Javascript. For each site these pieces are interdependent -- if the server code changes, the Javascript might change with it, or vice-versa. </p> <p>I could put the whole thing under one project, but this seems unwieldy. But if I put them under separate projects, then I have to track the elements' dependencies by version. "DjangoStuff v. 14 works with JavascriptStuff v.20, but not v.21. JavaScriptStuff v.21 works with DjangoStuff v.15." </p> <p>What is the best approach here? I'm using Subversion. (I've heard rumors that it's no longer cool, but it's meeting my needs and I'd prefer to stick with it for now.)</p> http://stackoverflow.com/questions/1797057/ecm-document-control-management-versioning-and-cms 0 ECM - Document Control Management / Versioning and CMS Laykes 2009-11-25T13:55:14Z 2009-11-25T13:55:14Z <p>Hello All, I anticipate this is going to be a very broad question however I shall endevour to be as concise as possible without divulging too much project critical information. </p> <p>For quite some time I have been working a Content Management System. However, its vastly different to many CMS's available because of the way it handles the dispatch of requests over a server pool and incorporates its own Template Engine which I developed speciffically with flexibility and ease of use in mind. </p> <p>Any way, this is completed and I'm happy.</p> <p>Looking over my product, I'm seeing lots of practical applications for such a product. However for my target audience to be reached I need to expand on several of the core features which I currently offer.</p> <p>Namely, I want to provide a solid document management system and include sharing and versioning of documents to enable businesses to pretty much use the product as an Enterprise Content Management Solution. </p> <p>I am trying to find if there are first any 'plug' in document control solutions available on licence. After researching SharePoint I can see that its not really the 'plug' in type of thing I'm looking for as I would need to take a massive step BACK to refactor lots of the site. </p> <p>The site is coded in PHP and runs several Java apps in the back end also currently so code/language divergence is not an issue. I run accross a mySQL database currently however can support (again) other types of RDMS. </p> <p>If you have created a website, which creates websites, how would you handle the additional features that a ECM demands. </p> http://stackoverflow.com/questions/544253/tfs-how-can-you-undo-checkout-of-unmodified-files-in-a-batch-file 3 TFS: How can you Undo Checkout of Unmodified files in a batch file Robert Wagner 2009-02-13T00:44:50Z 2009-11-25T10:28:41Z <p>We use a batch file to generate code, and it automatically checks out the generated files from Team Foundation Server (TFS) so that it can regenerate them. The majority of these files are not modified, but the generator does not know this ahead of time.</p> <p>The "tfs undo" command undoes the checkout, but prompts if some have been modified (which we don't want to do). We also do not want to check in the generated files right away.</p> <p>Is there a command (or series of commands) to undo checkout of all unmodified files without prompting the user? </p> http://stackoverflow.com/questions/111543/tortoisesvn-error-options-of-https-could-not-connect-to-server 0 TortoiseSVN Error: "OPTIONS of 'https://...' could not connect to server (...)" Zack Peterson 2008-09-21T17:52:13Z 2009-11-25T07:45:52Z <p>I'm trying to setup a new computer to synchronize with my SVN repository that's hosted with cvsdude.com.</p> <p>I get this error:</p> <p><img src="http://img502.imageshack.us/img502/74/checkoutcc4.gif" alt="SVN Error" /></p> <p>Here's what I did (these have worked in the past):</p> <ol> <li><p>Downloaded and installed TortoiseSVN</p></li> <li><p>Created a new folder C:\aspwebsite</p></li> <li><p>Right-clicked, chose SVN Checkout...</p></li> <li><p>Entered the following information, clicked OK:</p> <ul> <li>URL of repository: https://&lt;reponame&gt;-svn.cvsdude.com/aspwebsite</li> <li>Checkout directory: C:\aspwebsite</li> <li>Checkout depth: Fully recursive</li> <li>Omit externals: Unchecked</li> <li>Revision: HEAD revision</li> </ul></li> <li><p>Got TortoiseSVN error:</p> <ul> <li>OPTIONS of 'https://&lt;reponame&gt;-svn.cvsdude.com/aspwebsite': could not connect to server (https://&lt;reponame&gt;-svn.cvsdude.com)</li> </ul></li> </ol> <p>Rather than getting the error, TortoiseSVN should have asked for my username and password and then downloaded about 90MB.</p> <p>Why can't I checkout from my Subversion repository?</p> <p><hr /></p> <blockquote> <p><a href="http://stackoverflow.com/users/15614/kent-fredric">Kent Fredric</a> wrote:</p> <p>Either their security certificate has expired, or their hosting is broken/down.</p> <p>Contact CVSDude and ask them whats up.</p> <p>It could also be a timeout, because for me their site is <em>exhaustively</em> slow..</p> </blockquote> <p>It errors after only a couple seconds. I don't think it's a timeout.</p> <blockquote> <p><a href="http://stackoverflow.com/users/2590/matt">Matt</a> wrote:</p> <p>Try visiting https://[redacted]-svn.cvsdude.com/aspwebsite and see what happens. If you can visit it in your browser, you ought to be able to get the files in your SVN client and we can work from there. If it fails, then there's your answer.</p> </blockquote> <p>I can access the site in a web browser.</p> http://stackoverflow.com/questions/340717/other-uses-of-version-control-than-for-code 5 Other uses of version control than for code? Loki 2008-12-04T14:14:19Z 2009-11-25T00:53:41Z <p>Seeing this: <a href="http://www.suckless.org/wiki.html" rel="nofollow">http://www.suckless.org/wiki.html</a>. A wiki based on Mercurial. Are there any other non-code related use to version control? Is there any other projects that uses version control tools inside instead of programming their own specific solution?</p> http://stackoverflow.com/questions/1793781/git-global-tags-evidently-bad-but-why 2 Git global tags--- evidently bad, but why? AndyL 2009-11-24T23:50:14Z 2009-11-24T23:56:02Z <p>In his <a href="http://lkml.indiana.edu/hypermail/linux/kernel/0506.2/2023.html" rel="nofollow">2005 email to the Linux Kernel mailing list</a>, Linus Torvalds is very emphatic that tags in git should be private and not be automatically included when fetching from others:</p> <blockquote> <p>Pulling a regular head <em>cannot</em> and <em>must</em> <em>not</em> update tags. Tags are not associated with the tree, and they <em>cannot</em> and <em>must</em> <em>not</em> be so, exactly because that would make them global instead of private, and it would fundamentally make them not be distributed</p> </blockquote> <p>and:</p> <blockquote> <p>It is wrong, wrong, <em>wrong</em> to think that fetching somebody elses tree means that you should fetch his tags.</p> </blockquote> <p>I am not a kernal hacker. One of the reasons I use git is to be able to edit my own code from different locations. Tags seem like a natural way to describe different versions for future reference, e.g. what works, what doesn't, what quirks exist. Thus to me it would seem helpful to have tags persist across fetches. Can someone explain what the peril of this paradigm is? </p> <p>Why is having private tags so important? And what is the alternative? Should I simply make a separate branch every time I may want to flag a particular version of the code? </p> http://stackoverflow.com/questions/398332/what-backup-strategy-do-you-use-for-your-code 11 What backup strategy do you use for your code? tvanfosson 2008-12-29T18:54:23Z 2009-11-24T23:05:28Z <p>Everyone uses source-code control to manage versions (right?) and this provides some level of backup. There are times, however, when your local copy is out of sync with the repository. Moreover, some sandbox-type projects may not have yet ;-) made it into SCC.</p> <p><strong>EDIT</strong>: I have multiple projects in my projects directories. Not all are in current development but anyone of which might need to be "fixed" whenever a bug is found. Restoring a single, active project from SCC seems perfectly reasonable. Restoring all of the couple of dozen projects that I support from SCC seems less reasonable than restoring from a backup and syncing as necessary from SCC.</p> <p>What backup strategies, other than source code control, do you use to keep your code safe?</p> <p>A similar question can be found at <a href="http://stackoverflow.com/questions/38388/organization-wide-backup-strategy">http://stackoverflow.com/questions/38388/organization-wide-backup-strategy</a>, but I'm more interested in hearing others' personal strategies if you happen to work in an organization that has no overal strategy. I'll provide my strategy in an answer.</p> http://stackoverflow.com/questions/884608/share-common-useful-svn-pre-commit-hooks 14 Share common / useful SVN pre-commit hooks powtac 2009-05-19T19:31:24Z 2009-11-24T21:35:40Z <p>What are some common and/or useful pre-commit hooks for SVN?</p> http://stackoverflow.com/questions/1791854/diffing-between-two-entire-directories-projects 0 Diffing between two entire directories/projects? meder 2009-11-24T18:03:31Z 2009-11-24T19:47:27Z <p>I inherited a project originally stored in CVS with all the revisions. I made quite a few edits, and I'm trying to compare all the changes I made in the original directory, in regards to new files added versus the old ones.</p> <p>Is there some sort of utility for hg/git where I can do a tree diff, or something of that nature? So that say, there's a mark between newly added files, deleted files, am I asking for too much?</p> http://stackoverflow.com/questions/1114515/git-cannot-merge-from-master-branch-object-it-is-a-submodule 1 Git: cannot merge from master branch "object - It is a submodule" Coocoo4Cocoa 2009-07-11T19:59:02Z 2009-11-24T14:51:42Z <p>I'm having difficulty merging from my master branch to a separate branch I've been developing on in quite sometime. </p> <p>Doing a straight forward merge I get the following:</p> <pre><code>shell$ git merge master fatal: cannot read object asd211f3a58febecd4e447szxs733079211c71b7sa '/my/sub/dir/foo~master': It is a submodule! </code></pre> <p>I never setup the library 'foo' as a submodule explicitly. I made the mistake of moving a library that itself was versioned by git with a .git subdirectory into the main project, that is also a git repository.</p> <p>Apparently I didn't remove the submodule properly, or something else is seriously broken.</p> <p>The more pressing issue, is that after the failed merge, I see a staggering amount of project files via 'git status'. There are files 'that have been changed, but not added' in addition to 'Untracked files'. These are not files from my branch, they are files from master. </p> <p>I'm not even sure how many different levels of broken that is. But this is a two step problem. The submodule in addition to a bunch of files after the failed merge showing up. </p> <p>What's the best way to clean this repository up?</p> http://stackoverflow.com/questions/1790235/adding-version-control-numbering-to-python-project 0 Adding Version Control / Numbering (?) to Python Project _bravado 2009-11-24T13:58:35Z 2009-11-24T14:29:09Z <p>With my Java projects at present, I have full version control by declaring it as a Maven project. However I now have a Python project that I'm about to tag <code>0.2.0</code> which has no version control. Therefore should I come accross this code at a later date, I won't no what version it is. </p> <p>How do I add version control to a Python project, in the same way Maven does it for Java?</p> http://stackoverflow.com/questions/361616/how-do-i-get-time-lapse-view-in-p4win 2 How do I get Time Lapse View in P4Win? IQpierce 2008-12-12T01:18:19Z 2009-11-24T13:16:36Z <p>In the past, on Windows XP machines, I was able to install P4V (the stupid platform-independent Perforce visual client that Perforce tries to shove down your throats), then after that, install P4Win (the wonderful clean robust mature visual client that Perforce is stupidly trying to deprecate).</p> <p>If I did the installs in that order (and only in that order), I would get an option for "time lapse view" of a file when I right-clicked on it in a Perforce depot in P4Win. This would launch the time lapse view app that came with P4V, and everyone would be happy.</p> <p>I just did those steps in Vista and... no dice. I don't see the Time Lapse View option when I right-click on a file.</p> <p>Anyone know what wonky sequence of install steps I need to do under Vista to get this option?</p> http://stackoverflow.com/questions/83789/what-is-the-best-git-gui-on-osx 11 What is the best Git GUI on OSX? sanity 2008-09-17T14:25:47Z 2009-11-24T09:13:38Z <p>What is the best GUI on OSX for viewing a repository, and (optionally) manipulating it?</p> http://stackoverflow.com/questions/254831/asp-net-free-ajax-file-upload-control 4 ASP.Net free Ajax file upload control iulianchira 2008-10-31T20:22:55Z 2009-11-24T05:02:23Z <p>I need an ASP.NET control for file uploads that can work in an update panel. Any ideas?</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/1784059/what-is-the-most-commonly-used-version-control-system-with-support-to-tagging-lab 0 What is the most commonly-used version control system with support to tagging/labeling? Swourin 2009-11-23T15:57:28Z 2009-11-23T20:03:00Z <p>Actually I'm using VSS, but I was wondering if there is another tool for version control with support for labels/tags (the subversion implementation doesn't count:). What are you guys using?</p> http://stackoverflow.com/questions/146543/what-is-the-best-way-to-version-control-my-sql-server-stored-procedures 12 What is the best way to version control my SQL server stored procedures? Vijesh VP 2008-09-28T19:31:07Z 2009-11-23T16:49:10Z <p>What is the best way to version control my database objects? I'm using Visual studio 2005/2008 and SQL server 2005. I would prefer a solution which can be used with SVN.</p> http://stackoverflow.com/questions/1783834/mysql-version-control-subversion 4 MySQL Version Control - Subversion razass 2009-11-23T15:26:06Z 2009-11-23T15:46:11Z <p>Wondering if it is possible to have a version control of a MySQL database.</p> <p>I realize this question has been asked before however the newest is almost a year ago, and at the rate things change...</p> <p>The problem is coming that each developer has apache/MySQL/PHP on their own computers to which they sometimes edit the database. Its rather inconvenient if they have to send an email to all the other developers and then manually edit the test servers database. </p> <p>How do you deal with this problem?</p> <p>Thanks</p> http://stackoverflow.com/questions/138621/best-version-control-for-lone-developer 33 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/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-23T01:33:52Z <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/1778602/mercurial-bookmarks-and-git-like-branching 1 Mercurial Bookmarks and 'Git like branching' buymeasoda 2009-11-22T12:40:04Z 2009-11-22T23:25:22Z <p>I am not having any luck using Bookmarks in Mercurial for Git like branching.</p> <p>From the article: <a href="http://mercurial.selenic.com/wiki/BookmarksExtension" rel="nofollow">http://mercurial.selenic.com/wiki/BookmarksExtension</a>, I've set "track.current" to true in my .hgrc file. </p> <p>Excerpt below:</p> <blockquote> <p>By default, when several bookmarks point to the same changeset, they will all move forward together. It is possible to obtain a more Git-like experience by adding the following configuration option to your .hgrc</p> <pre><code>[bookmarks] track.current = True </code></pre> </blockquote> <p>However, as soon as I start trying to do parallel / independent development on more than one bookmark, then switch back and forth between the bookmarks, I run into the following:</p> <pre><code>abort: crosses branches (use 'hg merge' or 'hg update -C') </code></pre> <p>Example to reproduce:</p> <pre><code># Make a new directory and Mercurial repository $ mkdir bookmark $ cd bookmark $ hg init # Create two bookmarks $ hg bookmark bk1 $ hg bookmark bk2 # Checkout bk1 $ hg update bk1 0 files updated, 0 files merged, 0 files removed, 0 files unresolved # Create and commit a file to bk1 $ touch bk1.txt $ hg add adding bk1.txt $ hg commit -m "bk1 file" # Checkout bk2 $ hg update bk2 0 files updated, 0 files merged, 1 files removed, 0 files unresolved # Create and commit a file to bk2 $ touch bk2.txt $ hg add adding bk2.txt $ hg commit -m "bk2 file" created new head # Checkout bk1 $ hg up bk1 abort: crosses branches (use 'hg merge' or 'hg update -C') </code></pre> <p>Is this normal behavior, for there to be "crosses branches" forcing a merge or file overwrite, when moving between bookmarks?</p> <p>For a 'Git-like experience' I would expect to be able to flick back and forth between bk1 and bk2, committing and developing on either, merging if and when I needed to.</p> http://stackoverflow.com/questions/1779716/does-version-control-let-you-work-simultaneously-on-two-different-versions-of-a-p 2 Does version control let you work simultaneously on two different versions of a project? Al C 2009-11-22T19:35:36Z 2009-11-22T19:46:39Z <p>Wasn't really sure how to word the question ...</p> <p>I have a project and I'd like to have a version with code for shareware registration, activation, etc. and another version without this added code (i.e., an unrestricted version). </p> <p>Having created two different versions, however, I'd like to continue working on the overall project; if I update code for one version I'd like the code to be updated in the other version.</p> <p>Is this possible? Is this what people mean when they talk about creating "branches"? (If the answer is "yes," then my question becomes "Is it possible to commit changes to one branch of a project and have the code simultaneously be committed to all branches?")</p> <p>Thanks, as always.</p> http://stackoverflow.com/questions/1775925/version-control-integration-with-eclipse 3 Version control integration with eclipse drummer 2009-11-21T16:20:59Z 2009-11-22T12:27:00Z <p>I'm looking for a version control system just for me on my windows computer to integrate into eclipse. I was thinking to use Mercurial instead of Subversion, but I'm having doubts about the mercurial eclipse plugin. Any input on this that you can help me with?</p> <p>Is it worth it to have a version control system when you're working alone, how much is it going to complicate matters? I don't think I need a remote repository since it's just for me. And what is known to work well in eclipse?</p> http://stackoverflow.com/questions/673399/how-to-merge-branches-in-vss 0 How to merge branches in VSS? Ian Boyd 2009-03-23T13:40:35Z 2009-11-22T09:08:55Z <p>i'm trying to merge a branch in Visual SourceSafe 6.</p> <p>Here you see the bug in the 'main line' code base:</p> <p><img src="http://i43.tinypic.com/35bzfnm.jpg" alt="alt text" /></p> <p>A hotfix branch was created, and the file was fixed:</p> <p><img src="http://i39.tinypic.com/25p0ai0.jpg" alt="alt text" /></p> <p>Now it's time to merge the hotfix back into the main line development. i select the file i want to merge, and hit the SourceSafe -> Merge Branches... menu option:</p> <p><img src="http://i42.tinypic.com/286rejt.jpg" alt="alt text" /></p> <p>With the merge complete, i confirm that the main line now contains the hotfix, which it does not:</p> <p><img src="http://s5.tinypic.com/35bzfnm.jpg" alt="alt text" /></p> <p>So what is the proper technique to merge branches in Visual SourceSafe 6?</p>