Top "Repository-design" questions

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

I'm making the switch from a centralized SCM system to GIT. OK, I'll admit which one, it is Visual SourceSafe. …

visual-studio git visual-sourcesafe repository repository-design
Subversion Repository Layout

Most subversion tools create a default repository layout with /trunk, /branches and /tags. The documentation also recommends not using separate …

svn repository-design
Is there a preferred path where I should initialise my Git repo on Mac OS X?

Where should I be building my repos? My tutorial repos went to root, but I thought since I would have …

git repository repository-design
Dispose method in web api 2 web service

I am coding an MVC 5 internet application with a web api 2 web service. Do I need a dispose method for …

asp.net-mvc-5 asp.net-web-api2 dispose dbcontext repository-design
Repository Pattern Best Practice

So I'm implementing the repository pattern in an application and came across two "issues" in my understanding of the pattern: …

asp.net repository-pattern repository repository-design
Mercurial with multiple projects

I have a couple of projects with different release cycles sitting in my SVN repository. Releases are created by using …

version-control mercurial dvcs repository-design