Archives for Source and Version Control
Using git desktop with VS Code
Git Desktop with Visual Studio Code Step 1. In git desktop, open the url to the git repo. You will need to provide a local folder for git to work.…
git – Could not open a connection to your authentication agent” ,ssh-add error even after ssh-agent started
Trying to use Google Cloud Source as a git repo, you may encounter an authentication error (in spite of storing your SSH public key correctly with your IAM user profile)…
Adding PATH variable for git and gitbash to work on Windows
SYSTEM PATH Variable You will need administrator on the local box - to set the SYSTEM PATH variable as shown below Click on Advanced System Settings. Click on Environment Variables.…
git basics
Repos versus Branches – A repo can have as many ; And you can have multiple REPOS (typically one per product). Branching Best Practices Master (Prod Branch) ---> Dev…
TFS Build without a build servers
Ideally, your builds should be taking place on a configured build server – which pulls the latest code (from a specified branch) and then tries to compile it. In a…
Using Git with Visual Studio 2013
All I wanted to do was look at some sample source code within a GIT ; For this, the repository exposes a Git URL . This URL is all that…
Tfs Server (2012 and above) installation and Configuration gotchas
Tfs requires SQL Server to be installed - and of late, it more or less mandates SQL Server Reporting Services be installed as well. I learnt this the hard way…
TFS 2012–Features, Typical Enterprise Architecture and Cloud Hosting
TFS 2012 has a lot of new features to ; Adding project management features to make it a one-stop solution for larger projects, it now offers Agile and Scrum templates.…
Changing Local Working Folder in TFS
Changing your local working folder essentially involves creating a NEW WORKSPACE. The LOCAL folder for that workspace can be set to the new working folder that you are interested in…
Adding a user to subversion, granting access to a subfolder
Let us say you added a new user (called newuser) - and want to grant her access to your subfolder myproject/sourceYou would modify the Authz file - by adding the…