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.

Gradle buildscript dependencies

What is the difference between declaring repositories in the buildScript section of the gradle build or in the root level …

build repository gradle
Moving a git repository

This question may be dumb, but I've been wondering it for a while. It's about git repositories, but I assume …

git repository
SVN Synchronize vs Update to Head (subclipse)

I'm fairly new to both Subversion and Subclipse and am seeing some issues that lead me to believe there is …

svn repository subclipse revert
How to git clone a repo in windows from other pc within the LAN?

I have this git repo "c:/xampp/htdocs/**" in my main PC and its IP address is 192.168.0.6. Now I want …

windows git repository clone lan
Remove artifacts from Nexus repository

I deployed some artifacts and I copy-pasted wrong name of those artifacts. I remember that manual playing with repository content …

repository nexus
Clean git repo on Heroku

The situation is as follows: We have some project which persists on Github, and deploy it to Heroku, which has …

git heroku repository reset
Best Repository Pattern for ASP.NET MVC

I recently learned ASP.NET MVC (I love it). I'm working with a company that uses dependency injection to load …

c# asp.net-mvc repository repository-pattern
delete a 'feature' branch using gitflow without merging into master branch

I am using the Git GUI called 'Souretree' by Atlassian and in particular the 'Gitflow' module to manage various branches. …

git repository git-flow atlassian-sourcetree
How exactly does subversion store files in the repository?

I read the subversion book and it is clear to me that subversion does not store individual files but only …

svn repository berkeley-db fsfs
What does repo init and repo sync actually do?

I posted this question at Android Enthusiasts but figured it was the wrong place to ask, so I deleted it …

android repository android-source git-repo