Best Practice for Git Repositories with multiple projects in traditional n-tier design

The reason most people advise to do separate repositories is because it separates out changes and change sets. If someone makes a change to the client projects (which you say doesn’t really effect others), there is no reason for someone to update the entire code base. They can simply just get the changes from the … Read more

Create Project/solution in an existing directory?

From Visual Studio, if you have no solution open, you can select File->New->Project From Existing Code Select the project type Put the directory you want the solution and project file to be in as the “Project file location” field. Finish the wizard and you’ll have a project file and solution file in the same directory. … Read more

Why should my team adopt source control? [closed]

Let’s compare two examples, one development environment that uses source control, and one that doesn’t. A: Does Use B: Does not Use Scenario 1: A project is requested, completed, and rolled out A + B) Programmers develop the project internally, when it’s completed, push it out to testing, and then deliver to the client (whoever … Read more

Source control in Visual Studio 2010?

See: List of Source Control Systems with Visual Studio Plugins Visual Studio is just an IDE. You can use any source control solution that you want with it. Any open source source control solution in particular, like git, mercurial (hg) or subversion (svn). And there are commercial products like Perforce or SourceGear Vault. See here … Read more

How do I convince my team to drop sourcesafe and move to SVN? [closed]

Reliability SVN is a lot more reliable with large databases SVN is still actively supported Atomic commit – in VSS when you get latest version while another user is performing checkin, you can get an inconsistent state, forcing you to repeat the “Get latest version” in better case, but sometimes when unlucky you may be … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)