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.

What is the difference between the Data Mapper, Table Data Gateway (Gateway), Data Access Object (DAO) and Repository patterns?

I'm trying to brush up on my design pattern skills, and I'm curious what are the differences between these patterns? …

c# repository dao datamapper table-data-gateway
Repository and Data Mapper pattern

After a lots of read about Repository and Data Mapper I decided to implement those patterns in a test project. …

c# repository datamapper software-design
How to display available branches in Android source tree?

Following directions on Android's main website to pull down sources, I'm looking at this command to initialize repo for the …

git android android-ndk repository
What's the difference between working directory and local repository?

I've created a new GitHub repository. I'm quite confused by working directory and local repository. When working on my own, …

git github repository working-directory
SourceTree very slow with many repositories

I work on a lot of small projects on daily basis and need to switch often. I have over 50 Git …

git performance repository atlassian-sourcetree
How to remove all packages from specific repo without dependencies

I know following code will remove all package from specific repo. yum remove $(yum list installed | grep rpmforge | awk '{ …

linux command-line centos repository centos6.5
How can I undo my last git add/commit?

I edited a file and did: git add file.py git commit -m 'fixed bug' I then edited another file …

git repository commit undo
Install a local R package with dependencies from CRAN mirror

I have built an R package, i.e. I have the mypackage.tar.gz file. This package depends on several …

r dependencies repository packages cran
ImportError: No module named gi.repository

I'm trying to launch python script on Ubuntu 10.04: from gi.repository import Nautilus, GObject It doesn't work: Traceback (most recent …

python repository gobject nautilus
What do the *-dev packages in the Linux package repositories actually contain?

My question is very basic, as is my knowledge right now. I'm a long-time Linux user, but have only recently …

ubuntu debian repository packages