Top "Repository" questions

Can refer to the data store of a version control system containing the whole history of a project, or to an object that transfers data between the business layer of an application and its data store.

git subtree: possible to change subtree branch/path in a forked repository?

In a repository A the folder sub is included as git subtree of the repository S - pointing to master …

git merge repository git-subtree
Benefit of using Unit of Work and Repository Patterns with Entity Framework

According to MSDN, DbContext is defined as: Represents a combination of the Unit-Of-Work and Repository patterns and enables you to …

.net asp.net-mvc entity-framework repository unit-of-work
Using DTO to transfer data between service layer and UI layer

I've been trying to figure this out for days but there seems to be very little info on this particular …

asp.net-mvc repository dto unit-of-work n-tier-architecture
How To Properly Unit-Test CRUD Operations on a Repository?

Realize this may sound like a broad question - so let me clarify. I have a Repository exposed via an …

c# unit-testing entity-framework repository crud
git cherry pick - range of commits and exclude some in between

I normally use the following git command to cherryppick a range of gerrits..no how do I exclude a couple …

git github gerrit repository
How to recover repository using SVN hotcopy?

Okay. I used svn's hotcopy to make incremental back-ups, now how do I test that the hotcopies will work properly? …

svn repository recovery
How to replace a directory in a SVN repository without breaking anything

I need to replace a directory in my SVN repository on the production server, but am not sure of the …

svn replace directory repository working-copy
create own svn repository hosting

Since a week I use ToirtoiseSVN and AnkhSVN and GoogleCode and sourceforge.net as my project hosting. For me it's …

svn repository project-hosting
Should I store all projects in one repository or multiple?

I am currently using TortoiseSVN to manage a couple of the projects that I have on the go at the …

svn version-control tortoisesvn repository
Join multiple table using generic repository patten with Entity framework with unit of work

I am developing a web application using MVC4 with Entity framework 5. I have created generic repository for accessing database with …

entity-framework generics repository unit-of-work