version-control
Git: after shell generates files on the live server, does git repo updates automatically?
I\'m very new to version control systems and this part seems confusing. I\'m using a PHP framework (Symfony) and sometimes I need to generate modules, etc. - new files.[详细]
2023-04-10 08:37 分类:问答Mercurial - possible to do restrictions?
I\'m looking into using Mercurial (I\'ve had enough of SVN merge). Is it possible to have a repo wherein individuals are restricted to what they have access to? For example, a frontend developer would[详细]
2023-04-10 03:52 分类:问答tracking file-name version control in a real version control system?
Is there an established method to tell the SCM, mercurial in my case, that files of the pattern foobaz_1_2_3.csv should all be considered versions of foobaz.csv ?[详细]
2023-04-10 03:25 分类:问答Centralized vs. Distributed version control security
As my company begins to further explore moving from centralized version control tools (CVS, SVN, Perforce and a host of others) to offering teams distributed version control tools (mercurial in our ca[详细]
2023-04-10 02:51 分类:问答How to list local commits difference in git
I have a remote repository cloned locally, and over time, I hav开发者_如何学运维e added local commits to that cloned repository.[详细]
2023-04-10 02:44 分类:问答What files/folders must be added to source control?
I need to know what files and folders must definitely be added to source control, and what files/folders can be left out.[详细]
2023-04-10 01:44 分类:问答Is there any functionality in git to check multiple git repos under a directory?
I\'ve got multiple git repos under a directory, and I was wondering whether there was some functionality in git to iterate each directory, check whether there are any uncommitted changes and report th[详细]
2023-04-09 18:12 分类:问答deleted migration file keeps coming back Rails 3
I h开发者_开发技巧ave 2 versions of the same migration (bad habit, I know). I deleted old version many times, but after restarting my project (or do something with it, like rake db:test:prepare), the[详细]
2023-04-09 16:26 分类:问答How Do I Attach a SQL Server Express Database to a Visual Studio 2010 project?
How do I do this? Attach an SQL Server Express Database to a Visual Studio project so that... my source control contains the most resent schema for the database including stored proced开发者_开发问[详细]
2023-04-09 16:16 分类:问答Using Delphi Subversion integration to check files in from another folder
So we\'re converting from VSS to delphi and we use a lot of include paths. We\'d like to at least attempt to conform to whatever the Delphi IDE decides is the right way to do this, but it\'s non-obvi[详细]
2023-04-09 09:01 分类:问答