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.

Repack of Git repository fails

I have a git repository residing on a server with limited memory. When I try to clone an existing repository …

git repository
Disable Maven central repository

My company's policy frowns upon artifacts downloaded automatically (they have to be approved), so in order to use Maven I …

configuration maven repository
When running repo sync error: Exited sync due to fetch errors

I'm trying to sync my jb repository but I receive this odd error. funny thing is that it does not …

git repository repo
GitHub - How to revert changes to previous state

I am using GitHub as my remote repository. I have already pushed 5 commits to the server and want to revert …

git github repository commit revert
How to list all files in a remote SVN repository?

I access a large remote SVN repository. Since I usually only need a tiny subset of its content I did …

svn repository remote-access
Delete local Git branches after deleting them on the remote repo

I want to have my local and remote repositories always in sync in terms of branches. After a Pull Request …

git github branch pull repository
Github changes repository to wrong language

I know this isn't a huge deal but I like my Github to be linguistically diversified. I wrote a project …

git github repository github-linguist
How to set up Git with Aptana Studio 3?

I'm new to Git. I use Aptana 3 for everything and I really want to use it when working with Git …

git github repository aptana aptana3
Maven Settings for multiple repositories

I have the following in settings.xml <mirrors> <mirror> <id>paid-jars</id> &…

java build repository maven-3 nexus