0
votes
0answers
26 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 essenti …
0
votes
1answer
28 views
Failed to proxy to maven repo via Nexus
Hi all,
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 …
4
votes
2answers
80 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 ope …
4
votes
11answers
414 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 h …
0
votes
2answers
39 views
Listing all SVN repositories
In subversion is there a command to list all the available repositories registered on a particular host?
For eg., In clearcase, a "cleartool lsvob" would give me the listing of al …
0
votes
3answers
24 views
Defining boundaries in terms of repositories
I'll set the scene first...
We use Subversion and currently have a reasonably large Main repository. I'm looking to break it down though, with the possibility of moving to Git at …
7
votes
3answers
298 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 shoul …
0
votes
3answers
97 views
Is Source Code of Google Code Open Source
We in our company are looking to setup a code repository to which multiple groups can contribute. I am looking for a system like Google Code with following features:
i. Wiki
ii. …
3
votes
3answers
225 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 p …
2
votes
2answers
189 views
How to configure Artifactory using PostgreSQL instead of MySQL?
How would one configure PostgreSQL instead of MySQL to run artifactory?
3
votes
6answers
124 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 repos …
1
vote
3answers
106 views
Maven repository configurations
Hi - I've asked a similar question in which part of this was addressed, but I'd like to expand in more detail.
When configuring maven to look at internal repositories, is it best …
4
votes
1answer
160 views
Maven Best Practices
Hi, 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 …
5
votes
5answers
344 views
How much logic should i put my repository methods when using repository pattern?
Hi,
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 …
13
votes
14answers
975 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 …
