"you don't want two developers working on the same file"

Sounds idyllic...rarely happens for me.  You want to merge in changes in
some sort of "organized" manner.


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Daniel Elmore
Sent: Saturday, November 13, 2004 11:06 PM
To: [EMAIL PROTECTED]
Subject: RE: Source Control

The basic idea is that when working on a project in team environments you
don't want two developers working on the same file and you want all
developers to have a local copy of the site. So if someone makes changes to
a file or adds/deletes a file from the project, you need a way to propagate
these changes to all the local sites. So you use an RCS or CVS server to
hold all the project files in one place, then each developers' computer
connects to the file hub (where the CVS server is) with their CVS client
applications where you can check out files (which locks it from other
developers) check in files, check for new files added to the repository,
delete files from the repository, etc. When a developer checks a file back
in that he/she made changes to, it will show up as modified in the other
developer's CVS clients, then they can copy the updated file over to their
local site.

Is that what your looking for? I probably could have said that in fewer
words.

- Daniel Elmore


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Jake
Sent: Saturday, November 13, 2004 10:37 PM
To: [EMAIL PROTECTED]
Subject: Re: Source Control

Uh.... ok. Thanks for the help, but I'm still not totally sure what or 
how to actually get started.

Jake

Jack Lavender wrote:

>All the time.
>
>Simple rules
>1.  Shell apps are lame.  WinCVS mostly works.
>2.  Eclipse Team and Reposity "Perspectives" browsing work great
>3.  Setup the cvsweb.cgi for a nice browser
>4.  Linux version is great.  I support many different company's code
>projects using my servers. 
>5.  create a good "wrappers" config file?...the one that tell you to treat
>as binary vs ascii.
>6.  Binary storage is poor.
>
>Jack
>
>-----Original Message-----
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
>Of Jake
>Sent: Saturday, November 13, 2004 5:40 PM
>To: [EMAIL PROTECTED]
>Subject: Source Control
>
>Does anyone use CVS or other types of source control when developing 
>apps? I'm trying to learn some more about all of this, but I can't 
>figure out the basics well enough to understand where/how to get started!
>
>Jake
>
>----------------------------------------------------------
>To post, send email to [EMAIL PROTECTED]
>To unsubscribe: 
>   http://www.dfwcfug.org/form_MemberUnsubscribe.cfm
>To subscribe: 
>   http://www.dfwcfug.org/form_MemberRegistration.cfm
>
>
>
>----------------------------------------------------------
>To post, send email to [EMAIL PROTECTED]
>To unsubscribe: 
>   http://www.dfwcfug.org/form_MemberUnsubscribe.cfm
>To subscribe: 
>   http://www.dfwcfug.org/form_MemberRegistration.cfm
>
>
>
>
>  
>

----------------------------------------------------------
To post, send email to [EMAIL PROTECTED]
To unsubscribe: 
   http://www.dfwcfug.org/form_MemberUnsubscribe.cfm
To subscribe: 
   http://www.dfwcfug.org/form_MemberRegistration.cfm



----------------------------------------------------------
To post, send email to [EMAIL PROTECTED]
To unsubscribe: 
   http://www.dfwcfug.org/form_MemberUnsubscribe.cfm
To subscribe: 
   http://www.dfwcfug.org/form_MemberRegistration.cfm



----------------------------------------------------------
To post, send email to [EMAIL PROTECTED]
To unsubscribe: 
   http://www.dfwcfug.org/form_MemberUnsubscribe.cfm
To subscribe: 
   http://www.dfwcfug.org/form_MemberRegistration.cfm


Reply via email to