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 make git-svn use a particular svn branch as the remote repository?

A word of warning: I'm a n00b to git in general. My team uses feature branches in svn, and …

git svn repository branch git-svn
Difference between Git and Nexus?

I can't seem to find what the difference is between Git and Nexus. Are the two comparable?

git repository nexus
How to undelete a file previously deleted in git's history?

Using Chris's answer on another question I could prepend a snapshot-history to my git repository. Since one of the files …

git repository history undelete
Moving a git repository up one hierarchy level

Git beginner question: I have a small private webproject which is versioned locally with msysgit. There is no exterior repository, …

git repository hierarchy
Git repository within Git repository

I have a main git repository A and we are using sources out of another git repository B in a …

git directory repository clone subdirectory
sbt: How can I add a local filesystem jar to my project?

I have a library compiled to a jar (not an sbt project, just the jar file) that's not available on …

jar repository sbt
How do I use Git Extensions with a Bitbucket repository?

I have repository on both github.com and bitbucket.org, and I am very familiar using Git Extensions for all …

repository bitbucket git-extensions
How can I log all entities change, during .SaveChanges() using EF code first?

I'm using EF code first. I'm using a base Repository for all my repositories and an IUnitofWork that inject to …

c# logging ef-code-first repository dbcontext
What is git's "filemode"?

For something that exists in EVERY single git repo... on earth... there sure isn't very much info out there regarding …

git filesystems repository settings config
DAO, Repositories and Services in DDD

After reading several articles, I am starting to understand the difference between DAO and Repositories, but I find myself in …

domain-driven-design dao repository