one svn repository per application or one svn repository for the entire company? I am worried about administration of 80 some repositories I am also worried...
We use an svn_root with Apache and a single set of credentials. Then we physically separate them by group, particularly if they work on completely different...
I've always gone the way of one repo per project, for the following reasons: - Size: all projects in one repo is going to produce one huge database after a...
My environment is one company that supports a lot of internal projects, I am not terribly exciting about having to add a new hire to 80 some odd repositories....
Dru, Regarding adding a new user to 80-odd repositories, you can just have one username/password file in a well-known location outside of your svn-root and...
+1 on not hosting your own repositoryI can think, off hand, of at least 4 companies that do that and has _zero_ backup. Better to let someone else handle that...
Ayende Rahien
Ayende@...
Apr 27, 2008 9:36 am
+1 on cvsdude J From: altdotnet@yahoogroups.com [mailto:altdotnet@yahoogroups.com] On Behalf Of Ayende Rahien Sent: 27 April 2008 10:37 To:...
Unfortunately external services like cvsdude are not something the company is interested in doing. The thought at the moment is to set up one repository...
Visual SVN server actually lets you setup permissions at the root of the server which can populate down across multiple repositories. These permissions can...
How does external services work with the likes of cruise control? I imagine it's no different than local, the build server updates files from the external...
Hi Tim, You're right, cc.net integration is that straightforward with an external service. Of course you're more reliant on your external internet connection...
We are using (we do web applications, YMMV): /copies /project1 /branches /tags /work - all that anyone needs to check out to be able to work on any project...
I use one per project but when I say "project" I don't mean VS project, rather it's more like a product, ex (upper case are repositories) ECOMMERCE /tags ...
So you say one for solution and its dependencies. I use that too. ... -- Tuna Toksöz Typos included to enhance the reader's attention ... So you say one for...
Almost like a solution, but yes, that's probably a nice way to put it. One thing, though, is that if one product uses something from another, like a common...