hot questions tagged source-control - Stack Overflowmost recent 30 from stackoverflow.com2009-12-21T19:14:57Zhttp://stackoverflow.com/feeds/tag?tagnames=source-control&sort=hothttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1915377/installing-a-source-control-without-admin-rights2Installing a source control without admin rightsSimon T.2009-12-16T15:30:12Z2009-12-18T11:41:55Z
<p>I'm forced to use SourceSafe at my job. There is no way this is going to change. I would like to use another source control for my own need in parallel. I want to be able to keep an history of my modifications, branch easily and merge. I can install any application that doesn't requires admin rights. I cannot install python or anything that integrate in File Explorer. </p>
<p>I'm not much of a command line guy so a GUI is a must. I managed to install Mercurial but not TortoiseHG. There is a change msysgit would install but the GUI isn't very good.</p>
<p>Any suggestions?</p>
http://stackoverflow.com/questions/1928617/svn-mac-stripping-files-of-svn-meta-data1SVN Mac - Stripping files of SVN meta data?Jasconius2009-12-18T14:44:30Z2009-12-18T14:53:58Z
<p>I downloaded some source files on a Mac that were previously part of some working copy on the authors computer, I need to use these files in another repository but the SVN client "Versions" for Mac is picking up on the data from this old repository. I can't find the ".SVN" folder anywhere... any idea on how to "cleanse" these files so I can commit them to my repository?</p>
http://stackoverflow.com/questions/1882664/if-it-is-possible-to-auto-format-code-before-and-after-a-source-control-commit-c4If it is possible to auto-format code before and after a source control commit, checkout, diff, etc. does a company really need a standard code style?dennisjtaylor2009-12-10T17:36:33Z2009-12-10T18:49:54Z
<p>If it is possible to auto-format code before and after a source control commit, checkout, diff, etc. does a company really need a standard code style?</p>
<p>It feels like standard coding style debates that have been raging since programming began like "put the bracket on the following line" or "properly indent your (" are no longer essential. </p>
<p>I realize in languages where white space matters the diff will have to consider it but for languages where the style is a personal preference is there really a need to worry about it anymore?</p>
http://stackoverflow.com/questions/1895462/github-and-visual-studio1GitHub and Visual Studiopcampbell2009-12-13T03:19:54Z2009-12-14T23:32:46Z
<p>What's the most painless way for the Visual Studio developer to start using GitHub? Ideally the answer would involve a Visual Studio plugin, or some other integration app?</p>
<ul>
<li>What solutions are available today to view/update GitHub repositories? </li>
<li>Can you rely or expect the same functionality as compared to other VS integrated source control plugins? </li>
<li>What processes would you change, as a user, when approaching this use-case from the TFS or <a href="http://www.sourcegear.com/vault/" rel="nofollow">SourecGear Vault</a> scenarios?</li>
<li>The current use case is in single-developer mode, but certainly this question is open to single dev and teams of any size. </li>
<li>Any tools that are Visual Studio plug-ins would be considered 'top of the list'</li>
</ul>
http://stackoverflow.com/questions/1862577/can-i-create-an-asp-net-mvc-2-project-with-multiple-areas-without-referencing-eac0Can I create an ASP.NET MVC 2 project with multiple areas without referencing each Child in the parent area?No Refunds No Returns2009-12-07T20:13:41Z2009-12-18T00:35:00Z
<p>This is a follow-up question to my original query:
<a href="http://stackoverflow.com/questions/1791605/how-can-i-use-multiple-projects-to-separate-a-large-asp-net-mvc-site-into-departm">http://stackoverflow.com/questions/1791605/how-can-i-use-multiple-projects-to-separate-a-large-asp-net-mvc-site-into-departm</a></p>
<p>Now that I have this working, is there a way to still have multiple project but not have to reference each child area from the parent project? Ideally I'd like to be able to have multiple, separate and distinct projects that only come together on the production/test machines. I should be able to build and test each "area" separately.</p>
http://stackoverflow.com/questions/1870708/what-do-you-do-in-your-source-control-repository-when-you-start-a-rewrite-of-a-pr1What do you do in your source control repository when you start a rewrite of a program?Max Schmeling2009-12-08T23:53:08Z2009-12-09T00:17:57Z
<p>I wrote an application a while back and have been maintaining it for a while now, but it's gotten to the point where there's several major new features to be added, a ton of changes that need made, and I know quite a few things I could do better, so I'm starting a rewrite of the entire program (using bits and pieces from original).</p>
<p>My question is, what do you do with SVN at this point? Should I put the new version somewhere else, or should I delete the files I no longer need, add the new files, and just treat it like normal development in SVN?</p>
<p>How have you handled this in the past?</p>
http://stackoverflow.com/questions/1858359/should-i-put-my-output-files-in-source-control2Should I put my output files in source control?sebastiaan2009-12-07T07:16:59Z2009-12-07T07:56:04Z
<p>I've been asked to put every single file in my project under source control, including the database file (not the schema, the complete file).</p>
<p>This seems wrong to me, but I can't explain it. Every resource I find about source control tells me not to put generated output files in a source control system. And I understand, it's not "source" files. </p>
<p>However, I've been presented with the following reasoning:</p>
<ul>
<li>Who cares? We have plenty of bandwith.</li>
<li>I don't mind having to resolve a conflict each time I get the latest revision, it's just one click</li>
<li>It's so much more convenient than having to think about good ignore files
<ul>
<li>Also, if I have to add an external dll file in the bin folder now, I can't forget to put it in source control, as the bin folder is not being ignored now.</li>
</ul></li>
</ul>
<p>The simple solution for the last bulletpoint is to add the file in a libraries folder and reference it from the project.</p>
<p>Please explain if and why putting generated output files under source control is wrong.</p>
http://stackoverflow.com/questions/1838626/bazaar-cruisecontrol-net0Bazaar + CruiseControl.NetChris Gill2009-12-03T09:02:18Z2009-12-10T03:32:22Z
<p>I want to setup CruiseControl.Net at my company. We currently have several .net solutions stored in a Bazaar repository and I want to use MSBuild to build each solution. This didn't seem too controversial, but I can't see an easy way of binding CruiseControl.Net to Bazaar.</p>
<p>There seems to have been a plugin to do this at <a href="http://www.sorn.net/projects/bazaar-ccnet" rel="nofollow">http://www.sorn.net/projects/bazaar-ccnet</a> but this link no longer works and I cant seem to find the plugin anywhere else</p>
<p>I was going to use the External source control type, but bazaar seems to bork at the GETMODS parameter being passed to it</p>
<p>My current thought now is to create a separate project to pull modifications from bazaar using an Exec task, then create another project to run a FileSystem source control check on that directory. I'm moderately sure I can get this to work, but it seems a bit hacky.</p>
<p>I don't mind writing a new Bazaar plugin for CruiseControl.Net but I cant find where to start with this.</p>
<p>My questions are </p>
<ul>
<li>do you run these two in combination,
if so how do you do it?</li>
<li>If you don't run these together, do you have any recommendations on a
good approach?</li>
<li>Is there any documentation or good starting point that I could use to write a bazaar plugin?</li>
<li>Am I an idiot for trying to use CruiseControl.Net? Should I be using something else?</li>
</ul>
http://stackoverflow.com/questions/1768486/choosing-a-source-control-system-logical-next-steps-after-vss2Choosing a source control system: logical next steps after VSSDave2009-11-20T05:20:58Z2009-12-14T00:01:56Z
<p>I've been using Git for the past few months and love it.</p>
<p>I looked into how to host it in a corporate environment. Considering a 10 person team who use Visual SourceSafe, programming in Coldfusion, Powerbuilder, PHP and a bit of .NET, I found, to my surprise, that the Git 'server' tooling is still fairly rudimentary.</p>
<p><a href="http://stackoverflow.com/questions/1761054/git-in-a-company-hosting-own-server">http://stackoverflow.com/questions/1761054/git-in-a-company-hosting-own-server</a></p>
<p><strong>Question</strong> Apart from SVN, what other source control options would be a logical next step after VSS? Paid options are fine. </p>
<p>Something with nice tooling, that isn't scary would be great :-)</p>
http://stackoverflow.com/questions/1847645/is-there-a-best-practice-to-not-forget-svn-add-new-files-with-tortoise-svn3Is there a best practice to not forget SVN Add new files with Tortoise SVN?sharptooth2009-12-04T15:22:06Z2009-12-04T16:01:11Z
<p>We've been using Source Safe for years. Now we use Tortoise SVN. It's quite a problem to not forget to add new files to the repository - Source Safe had integration with Visual Studio but I don't see any for Tortoise SVN and so I often forget to add files and this breaks the build.</p>
<p>Is there some industry-wide practice for simplifying adding new files? Maybe some Tortoise SVN command like "show me all unversioned files"?</p>
http://stackoverflow.com/questions/1851899/svn-how-do-i-link-part-of-my-source-to-another-repository3SVN: How do I link part of my source to another repository?Quintin Par2009-12-05T11:06:53Z2009-12-05T11:12:40Z
<p>Say my trunk refers to Hibernate and I would like to use the source directly in my repository from sourceforge and whenever I do a svn update it should also update hibernate from its source<br>
How do I achieve this? </p>
http://stackoverflow.com/questions/1835339/what-is-the-best-repository-system-out-there0What is the best repository system out there? [closed]Daryl2009-12-02T19:47:39Z2009-12-02T21:22:10Z
<p>What is the best repository system out there?
Please send me links to check them out & give me feedback.</p>
http://stackoverflow.com/questions/1814388/source-control-when-starting-up-a-new-project1source control when starting up a new projectjaras2009-11-29T01:57:02Z2009-11-29T12:43:19Z
<p>when starting with a project and using source control i find it hard to separate the things people are working on so they don't either write duplicate code or think it should be named one thing and so on.
this problem diminishes over time because the general foundation is in place and it's easier to separate the tasks so they don't overlap as much</p>
<p><strike>how do you manage working with source control in the beginning phase?</strike></p>
<p><strong>EDIT:</strong>
I can see that it don't really have anything to do with source control, but it gets more apparent when you have source control too. so the question becomes more along the lines of "how do you manage to separate the tasks so they don't overlap too much. I think it's really hard and i haven't really seen much about how to do it.</p>
http://stackoverflow.com/questions/1810761/using-tortoisesvn-from-multiple-computers-with-an-svn-repo-on-external-hard-drive1Using TortoiseSVN from Multiple Computers with an SVN repo on External Hard DriveMaxim Z.2009-11-27T22:00:09Z2009-11-27T23:32:32Z
<p>With TortoiseSVN, I created a repository on my external hard drive, where I store all my code. I purposely chose to put it on an external hard drive so I can use it on multiple computers (take it with me from place to place). However, yesterday, <strong>I tried to checkout my code from my repository from a different computer (also running TortoiseSVN), but it gave me errors</strong>, due to file path problems (I assume that it's related to the drive having one drive letter for my computer and a different one for the other one, which is, of course, natural). I think I'm just doing something wrong, but how can I fix this?</p>
http://stackoverflow.com/questions/1822893/how-to-setup-a-dotnetnuke-development-environment-with-source-control1How to setup a DotNetNuke Development Environment with Source Control?Joosh212009-11-30T22:34:04Z2009-11-30T22:45:48Z
<p>My team is developing a new DotNetNuke web application and would like to know what is recommended to setup a development environment with source control and automated builds? We would like to keep the DNN source code separate from our custom modules and extensions source code. </p>
<p>The DotNetNuke Compiled Module template for Visual Studio wants us to store the source code in the DesktopModules directory of the DNN source code and output to the DNN source code bin directory. Is this the recommended structure? I would rather keep the files in different locations, but then it becomes more difficult to run and debug locally as it would require an install of the module for each change. Also, how should an automated build deploy any changes?</p>
<p>How have others set this up? Is there a recommended best practice?</p>
http://stackoverflow.com/questions/1823397/heroku-using-git-branch-is-confusing1heroku using git branch is confusing!Stacia2009-12-01T00:59:02Z2009-12-01T08:13:49Z
<p>Ok, so I have a big github project that i'm not supposed to merge my little Stacia branch into. However, it seems like Heroku only takes pushing MASTER seriously. It looks like I pushed my branch, but for example if I only have my branch, it even acts like there's no code on the server. I can't even get my gems installed since the .gems file is on my branch.</p>
<p>Basically I don't even want Heroku to know there's a master. I just want to use my test Stacia branch. But it keeps ignoring my local branch. Is there a way to do this? And again, I don't want to overwrite anything on the main Github repository (eeek!) but it would be ok probably if I had both master and my branch on heroku and merged them there.</p>
<p>I am a total git novice (on windows no less) so please bear with me.</p>
http://stackoverflow.com/questions/1843388/in-bitkeeper-bk-how-do-i-list-all-untracked-files-in-my-repository0In bitkeeper/bk, how do I list all untracked files in my repository?Ross Rogers2009-12-03T22:21:00Z2009-12-03T22:40:57Z
<p>In bitkeeper/bk, how do I list all untracked files in my repository?</p>
http://stackoverflow.com/questions/1803814/what-source-control1What Source Control?Hein du Plessis2009-11-26T13:58:15Z2009-11-27T13:07:23Z
<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/1717048/database-source-control-with-oracle6Database source control with Oracleborjab2009-11-11T18:07:22Z2009-11-19T23:49:28Z
<p>Hi, I have been looking during hours for a way to check in a database into source control. My first idea was a program for calculating database diffs and ask all the developers to imlement their changes as new diff scripts. Now, I find that if I can dump a database into a file I cound check it in and use it as just antother type of file. </p>
<p>The main conditions are:</p>
<ul>
<li>Works for Oracle 9R2 </li>
<li>Human readable so we can use diff to see the diferences. (.dmp files doesn't seem readable)</li>
<li>All tables in a batch. We have more than 200 tables.</li>
<li>It stores BOTH STRUCTURE AND DATA</li>
<li>It supports CLOB and RAW Types.</li>
<li>It stores Procedures, Packages and its bodies, functions, tables, views, indexes, contraints, Secuences and synonims. </li>
<li>It can be turned into an executable script to rebuild the database into a clean machine. </li>
<li>Not limitated to really small databases (Supports least 200.000 rows)</li>
</ul>
<p>It is not easy. I have downloaded a lot of demos that does fail in one way or another.</p>
<p>Thanks in advance.</p>
<p><strong>EDIT</strong>: I wouldn't mind alternatives aproaches provided that they allows us to check a working system against our release DATABASE STRUCTURE AND OBJECTS + DATA in a bath mode.</p>
<p>By the way. Our project has been developed for years. Some aproaches can be easily implemented when you make a fresh start but seem hard at this point.</p>
<p><strong>EDIT</strong>: To understand better the problem let's say that some users can sometimes do changes to the config data in the production eviroment. Or developers might create a new field or alter a view without notice in the realease branch. I need to be aware of this changes or it will be complicated to merge the changes into production. </p>
http://stackoverflow.com/questions/1769342/how-can-i-change-the-files-initially-imported-into-an-svn-repository0How can I change the files initially imported into an SVN repository?Jon Winstanley2009-11-20T09:31:46Z2009-11-20T13:17:20Z
<p>I have created an SVN repository for project but now realise that the files initially imported are not the most recent.</p>
<p>When I compare the 2 versions of the project with Beyond Compare, the projects do not have the exact same set of files within them. Both project folders have some files which are unique.</p>
<p>I want to now add the correct files to the repository but am not sure of the best approach. </p>
<ul>
<li>I could delete the repository altogether and start afresh. Although I remember this being problematic in the past as the repositories will have the same name</li>
<li>I could try to copy the correct files over the exisitng ones and commit. Although there may be old files which are not overwritten, resulting in old files commited to the new project.</li>
</ul>
<p>What would be the standard SVN approach in this case?</p>
http://stackoverflow.com/questions/1804844/using-tfs-with-third-party-bug-issue-tracking1Using TFS with Third Party Bug/Issue Tracking?NickGPS2009-11-26T17:13:12Z2009-11-27T02:46:36Z
<p>Are there any 3rd party bug tracking applications that integrate with TFS? </p>
<p>My company wants to use TFS for source control but not for bug tracking if there are any better 3rd party tools.</p>
http://stackoverflow.com/questions/1808963/recommendations-to-handle-development-and-deployment-of-php-web-apps-using-shared0Recommendations to handle development and deployment of php web apps using shared project codeException e2009-11-27T14:04:00Z2009-11-28T12:55:46Z
<p>I am wondering what the best way (for a lone developer) is to </p>
<ol>
<li>develop a project that depends on code of other projects</li>
<li>deploy the resulting project to the server</li>
</ol>
<p>I am planning to put my code in svn, and have shared code as a separate project. There are problems with svn:externals which I cannot fully estimate.</p>
<p>I've read </p>
<ul>
<li><a href="http://stackoverflow.com/questions/338824/are-subversion-externals-an-antipattern/345404#345404">subversion:externals considered to be an anti-pattern</a>, and</li>
<li><a href="http://stackoverflow.com/questions/222827/how-do-you-organize-your-version-control-repository/304036#304036">How do you organize your version control repository</a>,</li>
</ul>
<p>but there is one special thing with php-projects (and other interpreted source code): there is no final executable resulting from your libraries. External dependencies are thus always on raw source code.</p>
<p>Ideally I really want to be able to develop <strong>simultaneously on one project and the projects it dependends on</strong>.</p>
<p>Possible way:
Check out a projects' dependency in a sub folder as a working copy of the trunk. Problems I foresee:</p>
<ol>
<li>When you want to deploy a project, you might want to freeze its dependencies, right? </li>
<li><p>The dependency code should not end up as a duplicate in the projects repository, I think. </p>
<p>*(update1: I additionally assume svn:ignore will pose problems if I cannot fall back on symlinks, see <a href="http://stackoverflow.com/questions/1808963/recommendations-to-handle-development-and-deployment-of-php-web-apps-using-shared/1809024#1809024">my comment</a>)</p>
<p>I am still looking for suggestions that do not require the use junction points. They are a sort of unsupported hack in winxp, which may break some programs*</p></li>
</ol>
<p>This leads me to the last part of the question (as one has influence on the other): <strong>how do you deploy apps whith such dependencies?</strong>
I've looked into BuildOut for Python, but it seems to be tightly related to the python ecosystem (resolving and fetching python modules from the web etc).</p>
<p>I am very eager to learn about your best practices.</p>
http://stackoverflow.com/questions/1798033/tf14087-cannot-undelete-file-because-not-all-of-the-deletion-is-being-undeleted1tf14087 Cannot undelete [file] because not all of the deletion is being undeletedKaius2009-11-25T16:12:49Z2009-11-25T16:12:49Z
<p>We are getting this error when we try to merge from a development branch (Dev) back to its parent branch (Main). Main did have some changesets rolled back a few weeks ago which included the deletion of some folders which exist in Dev. We believe this is the source of the problem. What is the best way to resolve this. </p>
<p>Main should pretty much match up with Dev but currently it is missing some sub folders. How can I get these folders / files to move from Dev to Main? We are trying to manually resolve the changes but it is a bit of a mess. It hard to believe that TFS makes things this hard to resolve.</p>
http://stackoverflow.com/questions/1705361/source-control-how-to-handle-different-csproj2Source Control: How to Handle Different csprojNgu Soon Hui2009-11-10T02:49:24Z2009-11-10T18:06:44Z
<p>I am working in a team of 5. We are working on a C# application with 5 csprojects. </p>
<p>The problem is that for each csproject, each of my colleagues has their own ideas on how to reference a dll; some would like to link in by Project reference, other would like to link in the DLL only. So each and everyone of us will have our own csproject. </p>
<p>I want all of them to check in their csproject; but given that every copy of csproject is different, there isn't really a feasible mechanism to do that, is there? But if I don't ask them to check in their csproject, then everytime they add a new file, I would have to manually edit my csproject and that's very tedious, not to mention that it beats the purpose of continuous integration. </p>
<p>Any strategy to handle this? <strong>I know it would be best to enforce a standard, but is there any other option leaving this aside?</strong></p>
<p><strong>Edit: There is a reason why the csproject content is different for everyone; not everyone has all of the 5 csprojects, and not everyone <em>can</em> have all of the 5 csprojects. So invariably some will have to end up having to reference dlls instead of projects, and some <em>want</em> to reference by projects for the ease of debugging. If I were to enforce a standard, as the answers here suggest, I would have to solve this issue.</strong> </p>
<p><strong>Edit2: As to why we need to split into a few csproject, that's because we want to reuse some parts of the code for other application, and because not everyone can have all access to the source code. It's more political than technological.</strong> </p>
http://stackoverflow.com/questions/1353382/how-can-i-use-fossil-dvcs-in-a-home-environment1How can I use fossil (DVCS) in a home environment?Mosh2009-08-30T07:51:55Z2009-12-13T07:51:24Z
<p>I'm trying fossil as my new VCS, since I'm a lone developer working on small projects. I started testing fossil but I encountered a (probably major newbie) problem. How does one push or pull to another direcotry (which is easy on Hg). Fossil pull or push commands expect a URL and not a directory. When I start a server in one directory and try to push from another directory I get the "server loop" error message. Any ideas?</p>
http://stackoverflow.com/questions/1660194/limited-user-premissions-in-team-foundation-server1Limited user premissions in team foundation serverAlex James2009-11-02T09:21:36Z2009-11-29T06:16:23Z
<p>Can I setup Team Foundation Server in such a manner that every uer have only access to some source code files?</p>
http://stackoverflow.com/questions/1724737/reducing-differences-in-xibs0Reducing differences in xibstewha2009-11-12T19:26:38Z2009-11-13T17:53:19Z
<p>I've been noticing superfluous changes in my xib files with Interface Builder 3.2.1.</p>
<p>Here are a few of them:</p>
<pre><code>- <reference key="NSNextResponder"/>
+ <nil key="NSNextResponder"/>
- <reference key="NSSuperview"/>
- <array class="NSMutableArray" key="IBDocument.EditedObjectIDs">
- <integer value="6"/>
- </array>
+ <array class="NSMutableArray" key="IBDocument.EditedObjectIDs"/>
</code></pre>
<p>Can anyone tell me what these are, and are there any tricks for avoiding them? I'd prefer my checkins to only describe changes I intentionally made.</p>
<p>Update: I wasn't clear in the original question, but these differences were caused by opening the file in Interface Builder and saving it without making a change.</p>