The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
24 views

Spring JPA 2.0 Repository / Factory not working

I'm trying to implement a custom java Spring JPA repository, as described in the Spring documentation. It seems that my spring config insists on creating the repositories in the standard way, instead ...
0
votes
1answer
25 views

How BOBJ stores exported universe

How Business Objects store the universe that has been exported? As far as I understand, BOBJ keeps metadata in the repository database and the actual universe (classes, classes, relations) in the ...
0
votes
1answer
21 views

Connection error in source() and install.packages()

While my computer is connected to Internet and can normally ping repositories, install.packages() and source() command (with remote file) are not working: install.packages("xcms") --- Please select a ...
-2
votes
0answers
16 views

Fish Eye Ideal Hardware and Storage requirements [closed]

Having FishEYE 2.9.. need to know what would ne the best platform for the FISHEYE to run..what would be the ideal hardware requirements for a FIsheye dedicated servers
1
vote
0answers
41 views

Git synchronization issue in Eclipse

I synchronize my Eclipse projects with my work machine and my home machine using Git. Recently I have a problem with synchronizing in one machine. The structure of the code in one machine and Git ...
1
vote
1answer
18 views

GitHub Multiple Repositories vs. Branching for multiple environments

This might be a very beginner question, but I'm working on a large production website in a startup environment. I just recently started using Heroku, Github, and Ruby on Rails because I'm looking for ...
0
votes
1answer
45 views

Filter dependency lookup for Repository in Gradle

I have defined 2 Repos in my Gradle build: repositories { mavenLocal() maven { url "http://someurl:8081/nexus/content/repositories/myrepo" } } Now I just want to resolve specific artifacts (my ...
0
votes
1answer
81 views

JCR new Nodetype with custom Properties

I am using this code to write files in my Modeshape JCR repository. Session session = //some session Node folderNode = session.getRootNode(); //init some calendar and a file from fileSystem Calendar ...
0
votes
0answers
13 views

Sharing a Context among Repositories in WinForms Application

I'm in process of learning best practices of developing an application. Here is a question that I currently have. Can there be a situation where sharing a context (like EF DbContext) among ...
1
vote
2answers
48 views

MVC3 accessing Repository in Controllers

Thanks for the help! My solution below has been updated to the correct answer. I have a simple question on how to access the repository for my controller. If you look at my addMovie method, I ...
2
votes
1answer
64 views

UnitOfWork as a Container for Repositories

I have a solution that looks something like this: Project1 <—> Shared Project <—> Project2 The Shared Project is not stand-alone, it exposes it's functionality to other projects ...
1
vote
2answers
27 views

Defining Repository in Maven

I have just started with couple of projects in maven , keen to know what is the best way to define repository ? What I understood so far is the following two ways : 1. Local 2. Remote When we are ...
0
votes
1answer
133 views

How to query a DbSet with a string 'where clause'?

I have the following (greatly abridged) generic repository class: public class Repository<TEntity> : IRepository<TEntity> where TEntity : class { private DbSet<TEntity> ...
0
votes
2answers
117 views

How to handle a large set of data using Spring Data Repositories?

I have a large table that I'd like to access via a Spring Data Repository. Currently, I'm trying to extend the PagingAndSortingRepository interface but it seems I can only define methods that return ...
0
votes
0answers
17 views

Password-protected code repository

I need to create a private repository for a piece of code somewhere. But, unlike it's on github/bitbucket, I'd like this repo to be password-protected. This means that anyone who open a website and ...
3
votes
1answer
44 views

Mix repositories with SVN

I am developing a web application in PHP with the framework symphony (1.4). The code is versioned using SVN. In this web app, there is a common base shared by all of our customers, and some ...
0
votes
2answers
129 views

download directory and sub directories off a virtual repository

Wondering if there is a way to download the root folder plus a bunch of sub folders (and sub folders of those folders) with all the files and keep them in their respective folders. I've tried some ...
1
vote
1answer
53 views

two svn repositories each with an own domain name on same ubuntu server machine?

is there a way to host two different subversion repositories each with an own domain name on the same machine (ubuntu server)? concrete: I want to have an url like "svn://domain-1.com/" with many ...
0
votes
3answers
75 views

Search file in SVN from client side

i got the problem, that i have to search for a file of a specific type( *.xxx ) within a massive 10 year wide svn history. I am not very familiar with the workings of svn. For the beginning, it would ...
2
votes
1answer
108 views

Restrict access to database resources in Entity Framework + UoW + Generic Repositories

I'm using ASP.NET MVC3 with Entity Framework 4. I am using the Unit Of Work + Generic Repository pattern. I searched for similar question everywhere, I see that many people have my problem, but ...
2
votes
1answer
50 views

How to load Metacello in Squeak?

It is known that Metacello first or main target was Pharo, but it seems now that Squeak 4 is supported. I've tried but fails due a missing method. From the Transcript: Starting atomic load Loaded ...
1
vote
1answer
33 views

create multiple svn repositories at once

I am migrating a bunch of existing projects (without version control) into svn. I was wondering if there is a way to create multiple repositories at once on the command line. svnadmin create repo1 ...
0
votes
1answer
37 views

Project with two remote repositories

I work now with Git and want things pretty straightforward. I have a bunch of projects that uses CakePHP. I host my repositories in bitbucket.org. So, I want to push only the project specific code ...
2
votes
1answer
72 views

Combine a base project that is growing in child projects in git repository except git submodule or subtree merge methods

There are some child projects: "Project 1", "project 2" and so on in the future. Also, There is a project that named: "Base Project" and it's foundation of other projects. "Base Project" is a content ...
4
votes
3answers
468 views

Download Nuget Packages Without VS/NuGet Package Manager

How can I download NuGet Packages outside of visual studio? so it can be used to create offline packages.
1
vote
1answer
631 views

Add all visual studio projects to GitHub and sync them through SkyDrive

The title describes almost all my question. I have a lot of VisulStudio projects which I want to add to a Git repository. I have no experience which Git. I tried drag & droping the "Projects" ...
2
votes
1answer
38 views

Create a Git repo with two independently updatable repos

I want to create a custom project skeleton for future projects using both the HTML5 Boilerplate repo and the HTML5BP Ant Build Script repo. I want my directory structure as follows /public ...
0
votes
2answers
27 views

Window repositories for projects

This may be a very general question, but its something I can not find any information on. I have been looking all over the internet for open source (or non-open source) windows based repositories I ...
1
vote
1answer
25 views

Can I simply copy a subrepo from one account to another?

Hypothetically, if I've got an user account which doesn't have Internet access (e.g. for security reason the dev is stuck on a desktop inside a bunker), can I simply copy a few sub-repository directly ...
0
votes
1answer
35 views

Java code API repositores

Probably a silly question, but I wanted to give it a try anyway. I would need a Java repository, or something alike, where I can find the code where a specific Java API has been used. For example, I ...
1
vote
0answers
62 views

Artifactory won't download asm-analysis 3.2

There's a problem that I'm experiencing with Artifactory 2.6.1 (and 2.6.4; upgrading didn't help) that has me completely dumbfounded. Basically, when starting a new project in Netbeans 7.1.2 or 7.2, ...
1
vote
2answers
93 views

Code repository for specific requirements - can Git offer 'small downloads'?

I have code that is currently 'open source' but not easily accessible since it is not available from a repository. The idea is to make it available via either SourceForge or Github, but I am willing ...
5
votes
1answer
525 views

How to push the Tag to GitHub from Eclipse?

Here are the steps I have followed to push my Tag to GitHub Remote Repository. But not able to get Tag on other user's eclipse. (I have successfully uploaded my Repository and able to commit the ...
3
votes
3answers
281 views

Use Javascript to get the list of a user's Github repositories

Firs of all, thanks for reading. I am hosting my current dev projects at Github. Using Github's pages, I used Github to host my personal blog, that you can reach here There, I have a page dedicated to ...
2
votes
2answers
463 views

Design Patterns c# repository

I recently did a question and his answer was a pattern called Attached Behavior, now instead of asking how to do something every time, it would be better to ask Where I can find a list of design ...
3
votes
1answer
123 views

Domain driven design and aggregate refereces

I am designing the domain model, but there is something that doesn't seem to be ok. I start with a main aggregate. It has references to other aggregates and those other aggregates reference more ...
2
votes
2answers
161 views

What is the difference between different openerp launchpad repositories?

Can anyone tell me the difference between these repositories lp:openobject-addons lp:openobject-addons/extra-trunk lp:~openerp-community/openobject-addons/trunk-addons-community
5
votes
2answers
692 views

Moving SVN repositories data with history as subfolders into another repository

I have some repositories and I need to transform the content of each one in subfolders of another repository preserving their history log... How can I do that? Thx.
3
votes
1answer
624 views

GIT: Two different repositories with one shared folder

I am currently creating a mobile app and I use Phonegap to deploy it to different platforms. We currently have created the app for the Android Platform and the iOS Platform. The Android one has a git ...
2
votes
1answer
117 views

is there any link to show all public repositories in GitHub?

Yesterday, I was trying to get a list of all public repositories in GitHub, but I didn't find any link. And for example in Sourceforge you can list all proyects by categories or in Google code you ...
2
votes
2answers
166 views

Differences between a Linux package repository and a general software artifact repository

I've been investigating software artifact repositories like Artifactory, Nexus, and Archiva. Artifact repositories like these perform well in a continuous integration environment, with dependency ...
0
votes
1answer
158 views

Spring STS Maven how to avoid downloading jars from public repositories

I am using Spring STS (sts-springsourcetoolsuite) for development, in my company it is not allowed to download jars from internet/public repositories. In my pom.xml I have not specified public ...
0
votes
1answer
198 views

Pull multiple Git repositories with EGit on Eclipse at once

I have cloned ~60 git repositories and I would like to update the most of them with git pull through EGit. Not all, because some of them have uncommited or unstaged changes. My first try was to ...
1
vote
1answer
60 views

Is it possible for a git Client to have hosted repositories with different attributes?

What I talk here is for ONE project in the workspace. I would like to setup a repository on my own PC with a specific attributes setup, and to use also a hosted repository with other attributes, ...
0
votes
0answers
1k views

Debian apt-get update not working [closed]

Hallo I am on a Debian / Plesk System. After I tried to update via the Plesk AdminPanel, the panel crashed and was not reachable anymore via Port :8443. Also the MailServer seems to be crashed on ...
0
votes
0answers
75 views

GIT: Running remote GIT from non-standard location

Hi and thanks for looking. I have accounts on two servers A and B and my username is "rrs" on both, both are running Linux (different distros - dont think this matters). I do not have root access on ...
1
vote
1answer
619 views

Doctrine 2 - PHP Fatal error: Class 'Doctrine\\ORM\\EntityRepository' not found

It was not after searching here for a solution that I decided to ask this question. Some other fellow "askers" have done it here and although I've tried some of the possible solutions provided, I keep ...
0
votes
1answer
91 views

How do I merge multiple SVN repositories and keep one Branches and Tags folder

I have been asked to combine multiple (several hundred) svn repositories into a single repository. (Management decision) I need to import the full revision history, BUT instead of having multiple ...
2
votes
2answers
89 views

Managing git across mutliple sites

The scenario we have is that our organization is located in a few geographical locations. I would like to setup a git central server so each of the distributed teams can push their changes into it ...
0
votes
0answers
64 views

How to blend two dependent repositories data to create a single UI model in MVC

I am working on a MVC project with Repository pattern and ran into a situation very common in applications. I have a View that displays Customer information and uses Customer and Account repository. ...

1 2 3 4