Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [repository]

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.

repository
0 votes
0 answers
10 views

javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: could not extract ResultSet

Here the error: javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: could not extract ResultSet at org.hibernate.internal.ExceptionConverterImpl.convert(...
Kutman Salamatov's user avatar
0 votes
1 answer
10 views

Trying to add a gitlab repository to my github

I've been trying to add my gitlab repositories to my github account, but I can never finish the process. What I've done was to create an empty github repository, and set it as a remote for my local ...
Maria Rabelo's user avatar
3 votes
1 answer
55 views

How to implement a Repository in DDD correctly

I have a question regarding DDD and the repository pattern. I have an AggregateRoot Report that has Transactions (which is an Entity Array). I used to have a CRUD repository and when I was modifying a ...
Giorgos Ntymenos's user avatar
0 votes
0 answers
23 views

TypeORM fails to load postgresql tables associated with the id in Nest.js application

The problem I'm facing is that this query sometimes returns jobs where userId is not present in reviewUsers, inviteUsers, or favouriteUsers, despite expecting to retrieve all jobs where userId matches ...
Aleksandregvrm's user avatar
0 votes
0 answers
24 views

Create Pull Request between two seperate GitHub repositories (without fork) [duplicate]

I am looking for the need to maintain two separate repositories, parent and child. The parent has all the features, but the child does not. So I need to make PR from parent to child for some features. ...
Dileepa Mabulage's user avatar
-1 votes
0 answers
11 views

SVN Premature end of content data in dumpstream svn windows

I am trying to import DUMP File (SVN) using command line and windows interface, at the end of processing it says "premature end of content data in dumpstream svn windows" result my import ...
Prabhakar Dwivedi's user avatar
0 votes
0 answers
14 views

API to get information/meta-data about a package from Package managers such npm, nuget, maven etc

I am working on a project, wherein i would like to get data about a package and its dependencies from various sources such as npm, nuget, maven etc. Is there any way to do it. For example In the ...
Vikneshwaran Seetharaman's user avatar
0 votes
0 answers
30 views

unwanted p2 directory in rcp application after installation

after creating an eclipse rcp application, the folder structure contains some folders like "p2" which are not required for me. Even if that is required for updates I am not interested in ...
Ravi Bodla's user avatar
0 votes
0 answers
11 views

Git file patch with lib/s and web.xml changes

I'm trying to mantain a repository made with branches of the same core project but each branch has few elements (like for example css values and logo) who need to remain different, i was trying to do ...
Thoruk's user avatar
  • 26
0 votes
0 answers
29 views

OpenSuse Leap Micro 6.0 error to refresh repository Problem retrieving files from 'repo-main (6.0)'

please help me to solve this issue. I installed opensuse leap micro 6.0 on my virtual machine. when I want to install git, it show error. then, I tried to refresh my repo. I got this error sudo zypper ...
Julius Tanuwijaya's user avatar
-1 votes
0 answers
18 views

Aggregated One-to-many field not being saved properly into the database with Spring Data

I'm trying to make a simple restful app and got stuck on testing the repo level. For the educational purpose it's not allowed to use Spring Boot. I need to have a One-to-many, Many-to-Many, Many-to-...
Vlad's user avatar
  • 1
0 votes
1 answer
24 views

Wanting to add files to an already Existing Repo on GitHub

I am very new to working with Git and GitBash. I have a repo on GitHub called "RepoA" which already has some files (let's say files from FolderA). I uploaded these on there using add, commit ...
Rin R's user avatar
  • 3
0 votes
0 answers
29 views

Is there a way to share a private GitHub Repository with someone without adding them as a collaborator?

So, the main problem is I want to share the GitHub Repository with a recruiter. They have given me some task, which I completed and pushed it on GitHub. I can keep the repository Public and share it ...
Aniruddha's user avatar
0 votes
0 answers
47 views

Build was configured to prefer settings repositories over project repositories but repository 'Gradle Libs'

I have an existing Flutter project and have resolved several issues so far. However, a new issue has arisen: Build was configured to prefer settings repositories over project repositories but ...
khoi's user avatar
  • 1,120
-1 votes
1 answer
18 views

There is a malfunction in my local repository branch

Yesterday, I encountered a commit conflict while fetching from my upstream. In my limited knowledge, I deleted the file with the commit conflict from my vs code. Now, I tried to fetch from my upstream ...
Uduak Etimfon's user avatar

15 30 50 per page
1
2 3 4 5
612