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.

Domain Driven Design - how the layers should be organized?

I'm very much new to software development. I think layered architecture is a great way to reduce the complexities that …

domain-driven-design repository code-organization project-organization layer
Using someone else's repo as a Git Submodule on GitHub

I am trying to find out if it is possible to use someone else's repository (or branch of a repository) …

git version-control repository github git-submodules
Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle

I tried to create a git repo with the instructions from "source.android.com/source/downloading.html#installing-repo" but I …

git github repository repo
Difference between Repository and Service layer

I looked through some related questions but still I don't see much difference between the a repository and a service …

java service repository data-access-layer
How to recover an accidentally deleted folder in a svn repository

I know how to revert to a specific revision of a folder using these instructions: http://aralbalkan.com/1381 However, I …

svn repository recovery
Git corrupted repo: how to pick a git object from a clean repository

This is one of the numerous questions regarding a Git repo that is corrupted, precisely a loose object that went …

git repository corruption
can't clone git repos via http; info/refs not found

I am trying to make a git repository available for read-only access over http. I am doing it the old-style …

git http repository clone git-bare
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
GitHub vs Google Code for a hobby project

Note: I have seen this and tried to take as much from it as possible; but I believe my context …

github repository google-code project-organization
gitignore, how to exclude a specific directory

I'm trying to utilize a .gitignore file to exclude a specific directory, but I'm having some trouble. I looked up …

git repository gitignore ignore