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.

How do I stop Maven 2.x from trying to retrieve non-existent pom.xml files for dependencies every build?

In my project, there are a number of dependencies that are transitively included from other dependencies that do not have …

maven-2 repository dependencies artifacts
Extract part of a git repository?

Assume my git repository has the following structure: /.git /Project /Project/SubProject-0 /Project/SubProject-1 /Project/SubProject-2 and the repository has …

git repository extraction
Domain Driven Design: How to access child of aggregate root

If I have an Order class an as aggregate root and 1000 line items. How do I load just one of …

.net nhibernate repository domain-driven-design design-patterns
Migrating from VisualSVN on windows to linux based svn

I'd like to migrate my svn repository from my local computer running windows and VisualSVN 2.1.2 to an svn app on …

svn migration repository visualsvn
Maven site warning: The repository url 'https://maven-repository.dev.java.net/nonav/repository' is invalid

I’m using Maven 3.2.3 on a multi-module project. I want to generate a checkstyle and findbugs report, so I have …

maven url repository maven-site-plugin
Pull request from a different repository

I didn't know how forks and clones work. So in order to copy someone else's repo and work on it, …

git repository fork pull-request pull
How to migrate all URLs in svn:externals properties across a repository?

We are in the process of moving our SVN repositories from one machine to another one, and with it will …

svn migration repository externals
SVN: one working copy, two repositories?

I'd like to know how can I set two repositories for my one working copy. I need one repository in …

svn repository working-copy
Checking out svn repository without .svn files

I have an svn repository on my dedicated server (Centos 5.5) at /var/svn/myRepository. I just want to copy those …

svn centos repository export svn-checkout
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