Tagged Questions
The repositories tag has no wiki summary.
19
votes
14answers
1k views
What open source hosting service should I use?
The story so far:
sourceforge
google code
assembla
cvs dude
launchpad
github
gitorious
codeplex
freehg
bzr
what else is out there?
which ones do you use?
what are their pros and cons?
how's your ...
19
votes
15answers
5k views
Subversion revision number across multiple projects
When using Subversion (svn) for source control with multiple projects I've noticed that the revision number increases across all of my projects' directories. To illustrate my svn layout (using ...
17
votes
11answers
4k views
Should I store all projects in one repository or mulitiple?
I am currently using TortoiseSVN to manage a couple of the projects that I have on the go at the moment. When I first moved everything into source control I wasn't really sure how everything should ...
13
votes
5answers
9k views
How Do I Find a File in a Subversion Repository History?
Is it possible to look back through the history of a subversion repository for files of a certain name (even better would be for them to have a wildcard search).
I want to see if a .bat file has been ...
12
votes
3answers
853 views
ASP.NET MVC Service vs Repository
What is the difference between a service layer and a repository? I have worked through a lot of demo MVC apps and most of them have just repositories. And some have a mixture of both. When do you ...
11
votes
3answers
2k views
Repository Pattern Best Practice
So I'm implementing the repository pattern in an application and came across two "issues" in my understanding of the pattern:
Querying - I've read responses that IQueryable should not be used when ...
9
votes
3answers
1k views
Split large Git repository into many smaller ones
After successfully converting an SVN repository to Git, I now have a very large Git repository that I want to break down into multiple smaller repositories and maintain history.
So, can someone help ...
9
votes
8answers
7k views
How do you structure your SVN repository?
What is better?
A:
server:1080/repo/projectA/trunk/...
branches/branch1
branches/branch2
branches/branch3
...
8
votes
5answers
768 views
How much logic should i put my repository methods when using repository pattern?
i'm struggling a bit with repositories. I'm using C# and NHibernate. The question i have is : how much should my repository do before it calls a save or a get?
For example i have a user class which ...
7
votes
3answers
547 views
What's the point of testing fake repositories?
I've been trying to push my mentallity when developing at home to be geared more towards TDD and a bit DDD.
One thing I don't understand though is why you would create a fake repository to test ...
6
votes
2answers
1k views
How do you organize your git repositories?
"Traditional" version control systems follow a "Cathedral" model -- all the code is stored in one main repository.
Distributed Version Control Systems like git allow a lot more flexibility in ...
6
votes
11answers
1k views
How to keep Stored Procedures and other scripts in SVN/Other repository?
Can anyone provide some real examples as to how best to keep script files for views, stored procedures and functions in a SVN (or other) repository.
Obviously one solution is to have the script files ...
6
votes
5answers
1k views
LINQ, entity that implements Interface and exception in mapping
I'm using repository pattern with LINQ, have IRepository.DeleteOnSubmit(T Entity). It works fine, but when my entity class has interface, like this:
public interface IEntity { int ID {get;set;} }
...
5
votes
3answers
497 views
Real World ASP.NET MVC Repositories
In the real world, Controllers can potentially need to use data from a variety of database tables and other data stores. For example:
[Authorize]
public class MembersController : Controller
...
5
votes
2answers
775 views
Injecting multi-tenant repositories with StructureMap in ASP.NET MVC
I'm implementing StructureMap in a multi-tenant ASP.NET MVC application to inject instances of my tenant repositories that retrieve data based on an ITenantContext interface. The Tenant in question is ...
5
votes
3answers
245 views
Does anyone have a script to handle multiple hg repositories at once?
I have a project that is combining multiple hg repositories (different components) to build a single application. I'm looking for a cross-platform tool to support performing an operation on multiple ...
5
votes
6answers
556 views
How to use an Internet Subversion respository when developing code?
I've painted my self into a problem working with a Subversion project from CodePlex - for this I asked for help here. I have a local repository and CodePlex has it's Internet repository for the ...
5
votes
2answers
2k views
Maven Best Practices
I have a couple of questions about maven best practices and managing repositories.
In my environment, I do not want to go out to the central maven repository but rather store everything in an ...
4
votes
1answer
522 views
Best Practice for Git Repositories with multiple projects in traditional n-tier design
I'm making the switch from a centralized SCM system to GIT. OK, I'll admit which one, it is Visual SourceSafe. So in addition to getting over the learning curve of Git commands and workflow, the ...
4
votes
2answers
639 views
What is a maven repository url for jung2 (java graph framework)?
I am looking for a maven repository that distributes jung2 packages. Unfortunetely I can not find any information on its location.
Update:
I have included the cental repository repo1.
...
4
votes
7answers
281 views
How do I figure out what I need to know?
I am a novice programmer who is trying to teach myself to code, specifically in C#. I've taken on a project from a friend of mine and I am not sure what I need to know to get the project done. I ...
4
votes
5answers
299 views
Bug Repository
Is there any opensource or public domain repository of bugs where one can see the various bugs, symptoms of those bugs, and their fixes. The bugs could be from any part of the code, OS, GUI, device ...
3
votes
4answers
125 views
Smalltalk on-line open source code repositories
I want to collect a list of open and accessible source code repositories of Smalltalk code. I know there is the main SqueakSource and other custom SqueakSource's around there and Monticello is the ...
3
votes
2answers
141 views
Selective git ignore by remote?
Say I have a project that is located on both a public open-source repo and a private development repo. Some files on the development repo would include stuff like database passwords and such that I ...
3
votes
2answers
306 views
How to create a local central repository for maven artifacts
My organization uses maven for all our projects. Every time we create new maven project, the artifacts are downloaded from maven central repository. But i want to create organization level local ...
3
votes
1answer
463 views
How to sync two or more Mercurial servers?
I want to keep Mercurial servers at four different locations, and want them to be identical at any given time. Meaning, any change to any of them must be propagated to all other servers. How to do ...
3
votes
2answers
804 views
Git repos over multiple machines - backups and keeping in sync
I'm new to git so please feel free to RTFM me...
I have multiple development sites (none of which can communicate via a network with each other) and am working on a few projects (with a few people) ...
3
votes
2answers
1k views
svn commit to multiple repositories
I have have a main project I am working on, which has several modules/directories.
The main project is bound to local svn repository. however, whenever I do commit, I would like to push some ...
3
votes
2answers
51 views
“Points of view” in the object model
We have two domain types: Users and Locations.
We have a method on the LocationRepository: GetUserLocations().
The existing implementation:
var user = UserRepository.GetUser(userId);
var locations ...
3
votes
1answer
405 views
Gitosis Directories of repositories per user?
I was just wondering, is there a way to set up gitosis so that a user would have their own directory to which they could push any number of repositories that they want, and essentially have admin ...
3
votes
1answer
984 views
Failed to proxy to maven repo via Nexus
I am working with Nexus free addition (1.3.6) and I am trying to add a proxy repository as described in the Nexus book - Google Caja: http://google-caja.googlecode.com/svn/maven.
After adding a new ...
3
votes
4answers
675 views
How do you mock UnitOfWork from Rhino.Commons?
My application is using Rhino.Commons - NHRepository and UnitOfWork. I like the With.Transaction() syntax for transactions and have been using it for some time.
But I ran into a problem - how do I ...
3
votes
2answers
288 views
Setting up replicated repositories in Plastic SCM
So we're trying to set up replicated repositories using PlasticSCM, one in the US, and one in Australia and running into a bit of a snag.
The US configuration is Active Directory, the AU ...
2
votes
1answer
209 views
How safe is it to host sensitive data on repository sites like github, bitbucket, etc.?
This is just a question out of curiosity. I am wondering how safe it is generally considered to host sensitive data on repository websites like Github, Bitbucket, etc.? Is it safe enough to get rid of ...
2
votes
1answer
65 views
What is the impact or value of having multiple repositories in .Options$repos?
I noticed that this answer to a question about .Rprofile settings mentions setting two repositories for CRAN.
Is there any benefit to doing so, such as the possibility of one site being down, then ...
2
votes
1answer
99 views
DDD/MVC: how to avoid hitting the Repository from the View?
After reading several other questions, it looks like it's not advisable to have an entity class use a Repository. So given these repositories:
class RestaurantRepository {
public function ...
2
votes
1answer
110 views
WebSVN automatic multiple Repositories
Hey guys I've started using WebSVN and I'm wondering if there is a correct/propper way to automaticly add all my repositories?
I've worked around this by editing /etc/websvn/svn_deb_conf.inc to the ...
2
votes
1answer
1k views
Best way to approach tying in Entity Framework 4 (“Database First”) and MVC3
I am a relative newcomer for C#.Net (.net 4), EF4, Winforms, and MVC3.
I had laid out a database in SQL Server in the process of developing a Winforms "backend" for a task I have been assigned. I ...
2
votes
1answer
760 views
Deploying a PHP Library project with Maven
I've created a PHP Library project using Maven, and I'm now ready for its deployment. Following the instructions at http://www.php-maven.org/deploy.html, something went wrong.
The configuration is set ...
2
votes
3answers
576 views
How can I push/pull an individual changeset between repositories in Mercurial?
I have the following situation:
I have site A, which has it's Mercurial repo, and we've been developing it for a while. Let's say A has had 5 revisions.
We now has to create Site B, which is almost ...
2
votes
1answer
252 views
How to serve Mercurial repositories in the browser correctly?
I'm setting up my freelance server which will be using Mercurial for all the version controlling. Each project will have it's own folder, with it's own repository. Which I can then clone from my home ...
2
votes
3answers
273 views
Git: how to work with multiple repositories?
I have a remote read-only git repository A, which I have cloned in my local filesystem. A is updated periodically, and I pull and merge the updated code in my system after each update.
I want to ...
2
votes
2answers
407 views
Multiple Git repositories in one directory
I would like to deploy a directory to multiple developers having different permissions. So this is one thing Git cannot do. What about creating two repositories in one directory and assigning them ...
2
votes
1answer
60 views
Simplest way to manage centralized git repositories on a Linux box?
I want to use my Linux home server as a central repo for having access to my git projects anywhere.
I've heard about gitosis, but was wondering if there might be a simpler/better way, maybe more ...
2
votes
2answers
129 views
How to rebase one repo to another
Let's say I have two different repositories like so:
Project 1:
Init---A---B---C---HEAD1
Project 2:
Init---D---E---F---G---HEAD2
Is there a way to rebase Project 1 (Init to HEAD) to the Init ...
2
votes
1answer
234 views
Multiple django-apps on python path or in project
I have a decent sized django project and when I originally built it I kept all the apps in an apps folder under the project root. project/apps/articles, project/apps/video etc.
After a while I ...
2
votes
2answers
893 views
How to configure Artifactory using PostgreSQL instead of MySQL?
How would one configure PostgreSQL instead of MySQL to run artifactory?
2
votes
3answers
1k views
Creating Redundancy for a Subversion Repository?
What is the best way to create redundant subversion repositories?
I have a subversion repository (linked through apache2 and WebDAV) and would like to create a mirror repository on a different server ...
1
vote
0answers
22 views
Pull small SVN repository inside larger one
I'm trying to consolidate three smallish SVN repositories into a single large on, while preserving revision history for all files.
I've tried doing:
svnadmin dump repo_A > repo_A.txt
making a ...
1
vote
1answer
29 views
nhibernate generic repositories with object relationships
I am new to nhibernate and have been looking at repository patterns. The problem I am having is how should I deal with object relationships especially saving new sub objects with a generic-repository? ...