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 to access repository methods for an entity in symfony2?

I am stuck with a problem please help me with it. Here is the scenarario: I have an entity "User" …

symfony repository entity
No property found for type error when try to create custom repository with Spring Data JPA

I have a Media entity that has some basic fields for files uploaded by the user. For saving the bytes …

java spring repository spring-data-jpa
What is the difference between git push and git pull?

I just stumbled over something peculiar today. I asked a co-worker at my summer job to help me set up …

git workflow repository
Sonatype Nexus REST Api fetch latest build version

How can I can use the Sonatype REST Api to fetch the build with the highest version (latest temporal build)? …

rest build repository nexus sonatype
How can I trigger garbage collection on a Git remote repository?

As we know, we can periodically run git gc to pack objects under .git/objects. In the case of a …

git repository git-gc
Maven private remote repository setup

I'm trying to set up a private remote repository for our team. Now the repository serves the following with so …

maven repository settings nexus archiva
How can I add remote repositories in Mercurial?

I am working with Git repositories in the following way: I have the master repository and several remotes on the …

mercurial repository hg-paths
How can I uncommit the last commit in a git bare repository?

Taking into consideration that there are several git commands that make no sense in a bare repository (because bare repositories …

git repository commit reset git-bare
Nexus: Could not find artifact

Recently I've migrated from Archiva to Sonatype Nexus. I'm trying to use Jars from 3rd party repositories and Nexus does …

maven caching repository nexus
Mercurial push, abort: authorization failed

I'm having problems with pushing to mercurial repository: $ hg push pushing to https://user:***@hg.domain.com/X_repo searching …

apache mercurial https apache2 repository