repository

Maven build not finding custom jar already installed in local openshift project repo

我的未来我决定 提交于 2020-01-05 08:19:43
问题 I am facing an issue when trying to build my project (from the Eclipse Openshift plugin). 1.) I have a custom dependency, which at first I followed instructions on Open Shift Knowledgebase Article "Using your own jar files..." 2.) On commit and publish with above, the error still persisted, thereby I changed the openshift pre_build action hook as noted in this post on the Openshift forums "Resolved custom jar dependency..." However, I am still getting an error on commit and publish from

Aggregate root invariant enforcement with application quotas

ぐ巨炮叔叔 提交于 2020-01-05 04:57:13
问题 The application Im working on needs to enforce the following rules (among others): We cannot register a new user to the system if the active user quota for the tenant is exceeded. We cannot make a new project if the project quota for the tenant is exceeded. We cannot add more multimedia resources to any project that belongs to a tenant if the maximum storage quota defined in the tenant is exceeded The main entities involved in this domain are: Tenant Project User Resource As you can imagine,

Github API Returns Empty Assets For Release Array

可紊 提交于 2020-01-05 03:18:10
问题 I am trying to track the download_count of a gitHub release via the gitHub api. I don't need much, I just want to see what it is. I'm trying to get this information: http://developer.github.com/v3/repos/releases/#response As you can see from the URL, the return includes a "download_count" key, but unfortunately, my assets array is entirely empty. By Using This: NSString * owner = @"..."; NSString * repo = @"..."; NSString * repoId = @"..."; // Get Release Info NSString * releaseURL =

how to share svn repository between two computers

旧城冷巷雨未停 提交于 2020-01-04 11:42:34
问题 On my workstation I have SVN repository. I use it on both workstation and laptop. On workstation I can access repository locally, but on laptop I have to be internet-connected to access repository. This is not convenient, because I can not work from plane/trains and other internet-less places (i want to compare revisions etc etc.). It would be much more comfortable to have the COPY of the svn repository on laptop, but I need up to date copy. The most trivial solution would be to store svn

how to share svn repository between two computers

青春壹個敷衍的年華 提交于 2020-01-04 11:40:14
问题 On my workstation I have SVN repository. I use it on both workstation and laptop. On workstation I can access repository locally, but on laptop I have to be internet-connected to access repository. This is not convenient, because I can not work from plane/trains and other internet-less places (i want to compare revisions etc etc.). It would be much more comfortable to have the COPY of the svn repository on laptop, but I need up to date copy. The most trivial solution would be to store svn

Mercurial repository narrow clone?

半世苍凉 提交于 2020-01-04 11:14:02
问题 Update because of new insights : Upon seeing this question five years later, I realise that this stems from trying to use a version control system as a package manager. This of course leads to all sorts of unexpected issues, and we shouldn't be using it that way. If you're reading this question, I suggest searching for a package manager for your preferred language. My original question : I'm currently in the process of moving from Subversion to Mercurial, and I have to say I don't regret that

Mercurial repository narrow clone?

巧了我就是萌 提交于 2020-01-04 11:11:36
问题 Update because of new insights : Upon seeing this question five years later, I realise that this stems from trying to use a version control system as a package manager. This of course leads to all sorts of unexpected issues, and we shouldn't be using it that way. If you're reading this question, I suggest searching for a package manager for your preferred language. My original question : I'm currently in the process of moving from Subversion to Mercurial, and I have to say I don't regret that

Archiva ignoring Security.properties

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-03 19:42:29
问题 Seems like archiva 2.2 is completely ignoring Security properties I am following this document: I have set up the security.properties file under D:\Apache\Archiva-2.2.0\conf When I am setting a new password for a user in Archiva UI I am still getting: You must provide a password containing at least 1 numeric character(s). security.properties content: # Security Policies #security.policy.password.encoder= security.policy.password.previous.count=9999 security.policy.password.expiration.days

Add subproject as usual folder to repository

风流意气都作罢 提交于 2020-01-03 10:58:44
问题 I noticed that in my directory there were two modules that had been Subprojects of my Git repository. That happened because I moved them all to one Git repo and those modules (directories) had their own .git directory. When I changed anything in those modules I would not see any changes in my main Git repository. I would see only this: +Subproject commit e97ff0348e6adc697192ca4e6a367bdaeddcda6b-dirty etc. But I don't need that. I only need one Git repository without any subprojects. So I

Egit - commited new project to wrong repository, can not delate it

天涯浪子 提交于 2020-01-03 04:18:08
问题 I recently created new project (" FirstSimpleWebDataBase ") and committed it to new repo. Today I was working on my old project ( " BeamReinforcement " ) and accidentally pushed whole " firstSimpleWebDataBese " project into it's repository. When I check repo at Github it's shows this: Added by accident project is grey and I would like to delete it. I checked history in EGit but there is not such commit so I can not reverse it from eclipse. How can I fix it ? 回答1: That gray folder is a gitlink