We've got several groups of developers at different geographical
locations and we'd like for them to all work out of the same code base.
Problem is, this needs to be done in a very secure manner.
We currently have our code repositories using SVN.
Anyone have ideas on how this might be done or where I could find more
information on this?
|
|
0
|
|
|
|
Reply
|
Wizumwalt (114)
|
10/31/2005 8:02:17 PM |
|
On 31 Oct 2005, "Wizumwalt@gmail.com" <Wizumwalt@gmail.com> wrote:
> We've got several groups of developers at different geographical
> locations and we'd like for them to all work out of the same code
> base. Problem is, this needs to be done in a very secure manner.
>
> We currently have our code repositories using SVN.
>
> Anyone have ideas on how this might be done or where I could find
> more information on this?
Use Subversion but through a VPN or SSH tunnel.
Dave
--
D.a.v.i.d T.i.k.t.i.n
t.i.k.t.i.n [at] a.d.v.a.n.c.e.d.r.e.l.a.y [dot] c.o.m
|
|
0
|
|
|
|
Reply
|
dtiktin2 (49)
|
11/1/2005 5:16:11 PM
|
|
Ok, sorry, I guess I didn't explain that right.
I'm wondering about how to get different groups to sync up on using the
same code base. I have questions about whether or not to use separate
repositories and is there an easy way to merge the repository code once
a day, or should we all be working out of the same repository, just
different ways on how groups located in different places should manage
code.
And what about groups that have read only perms? How should they submit
code and to whom?
|
|
0
|
|
|
|
Reply
|
Wizumwalt (114)
|
11/1/2005 7:16:30 PM
|
|
Wizumwalt@gmail.com wrote:
> Ok, sorry, I guess I didn't explain that right.
>
> I'm wondering about how to get different groups to sync up on using the
> same code base. I have questions about whether or not to use separate
> repositories and is there an easy way to merge the repository code once
> a day, or should we all be working out of the same repository, just
> different ways on how groups located in different places should manage
> code.
If it is the same code base, seems like one repository should be the
ideal.
>
> And what about groups that have read only perms? How should they submit
> code and to whom?
What changes would a read-only group (I'm guessing something like the
Test group) be submitting? They should not be changing code. Sounds
like you need a problem tracking/reporting system too.
ed
|
|
0
|
|
|
|
Reply
|
ed.prochak (222)
|
11/1/2005 9:07:18 PM
|
|
They will be able to checkout the code, build and run it, but if they
want to make changes, my guess is that they would submit the changes to
someone that has the perms, like a lead developer. I'm just thinking of
how *I think* open source implementations are done today, like on
sourceforge.
Just trying to get ideas on best practices of how this would be done
for non-open source implementations.
|
|
0
|
|
|
|
Reply
|
Wizumwalt (114)
|
11/1/2005 9:24:01 PM
|
|
<Wizumwalt@gmail.com> wrote in message
news:1130880241.464742.207810@f14g2000cwb.googlegroups.com...
> They will be able to checkout the code, build and run it, but if they
> want to make changes, my guess is that they would submit the changes to
> someone that has the perms, like a lead developer. I'm just thinking of
> how *I think* open source implementations are done today, like on
> sourceforge.
>
> Just trying to get ideas on best practices of how this would be done
> for non-open source implementations.
We're not open source, and we don't use subversion (but it
has similar features to what we use, I believe). Generally,
most of our developers have access to everything - we trust
them to stay out of stuff they don't understand. However,
we do have a few restricted areas.
A non-authorized developer wanting to make changes to those
areas can branch them to their own sandbox branch, check out
from there, and submit all they want. They could then ask
someone with access to the restricted area to review their
changes and merge them if they're approved.
The same thing can be applied, generally, to any branch or
path that needs some restrictions on changes. Create an
open development branch and promote selected changes from
there to the "gold" branch. (Only a few senior developers
would have this ability.)
As I understand subversion, it should manage this pretty
well. -Wm
|
|
0
|
|
|
|
Reply
|
reply34 (474)
|
11/2/2005 3:18:42 PM
|
|
I don't think I follow the subscription system. What's the difference
w/ getting a temporary account to submit changes and just having a
permement account to submit changes (other than the resource savings).
What repositories do this?
|
|
0
|
|
|
|
Reply
|
Wizumwalt (114)
|
11/2/2005 3:56:43 PM
|
|
|
6 Replies
49 Views
(page loaded in 0.095 seconds)
Similiar Articles: how to get microsecond file timestamps - comp.unix.solaris ...I believe in Solaris UFS file timestamps are in microseconds. How can userland code get the microsecond data? I'm looking to keep files in sync acro... Process synchronization for implementing a global lock - comp.unix ...You can use a POSIX semaphore to synchronize access to the creation of the SysV semaphore. ... The reason why it still annoys me is that this code is part of a library and ... Synchronize Combo box with radio buttons using vba - comp ...Hi, I have following code behind one of my unbound combo box: Dim StrSql As String strSql = "SELECT tblCustomer.CustomerCode, tblCustomer.Custo... Time sync with milliseconds with Windows XP - comp.protocols.time ...It's the same underlying code, and has the same problems. The best time sync you can get is from "real" NTP, and that's only going to be able to do so much under ... Random access to content of archived files without extraction ..."Random access to content of archived files without extraction - how? compression scheme? algorithm? source code? tutorial? software?" I tried alre... Quick sync between two computers not connected to the internet ...I'm trying to sync the time on 2 Windows XP computers ... The machines in question do not and never will have access ... care to visit... :) rick jones -- portable adj, code ... Toggle Button VBA code on Subform - comp.databases.ms-access ...Synchronize Combo box with radio buttons using vba - comp ... Toggle Button VBA code on Subform - comp.databases.ms-access ... filter and unbound field - comp.databases.ms ... Synchronize unix password with MS active directory - comp.unix ...Hi, How to synchronize solaris user password with MS active directory? Thanks in ... Sample code for GSSAPI auth with cleartext password? - comp.unix ... Synchronize ... how to read Microsoft Access MDB file, using C, from Solaris ...I'm trying to write a C program to read an Access MDB file and convert it to an ASCII text file. Does anyone how I can go about doing this, or if there's already codes ... problem with synchronizing two comps to each other - comp ...Hi, For some reasons I need to synchronize two computers to each other. ... or not they need them, then we're down to > things like the networking code, or ... How to synchronize two Access databases in the codeI have googled a lot to find information about how to synchronize two Access databases from the code in my Windows form, but dont find anything. The user ... My MS Access Blog: How to Synchronize Two Combo Boxes on a Form in ...How to Synchronize Two Combo Boxes on a Form in Ac... ► ... way back in '98, features tips and solutions from several Access MVPs. The code ... 7/20/2012 7:22:53 AM
|