1 Project and 2 or more developers

This is a discussion on 1 Project and 2 or more developers within the Clipper forums in Programming Languages category; Hi All, I want to start a discussion about the following: What method are you using to manage a project when 2 or more programmers has to work on the same project ? Whitin a week, a new programmer comes to help me, so I have to share my sources with him. When working on 1 big project (1 EXE), how to see what the new guy has changed and how to build in this changes in the project. Dirk --...

Go Back   Application Development Forum > Programming Languages > Clipper

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 09-08-2008, 06:40 AM
Dirk Herijgers
Guest
 
Default 1 Project and 2 or more developers

Hi All,

I want to start a discussion about the following:

What method are you using to manage a project when 2 or more
programmers has to work on the same project ?

Whitin a week, a new programmer comes to help me, so I have to share my
sources with him. When working on 1 big project (1 EXE), how to see
what the new guy has changed and how to build in this changes in the
project.

Dirk

--

Reply With Quote
  #2  
Old 09-08-2008, 07:17 AM
Phil Mermod
Guest
 
Default Re: 1 Project and 2 or more developers

Hi,

2 words : Visual SourceSafe (works well with VO2.8)

HTH,

--
Phil Mermod
Crystal Reports Library for Visual Objects
http://www.pkl.ch/dev/


Dirk Herijgers wrote:

> Hi All,
>
> I want to start a discussion about the following:
>
> What method are you using to manage a project when 2 or more
> programmers has to work on the same project ?
>
> Whitin a week, a new programmer comes to help me, so I have to
> share my sources with him. When working on 1 big project (1
> EXE), how to see what the new guy has changed and how to build
> in this changes in the project.
>
> Dirk

Reply With Quote
  #3  
Old 09-08-2008, 09:32 AM
Dirk Herijgers
Guest
 
Default Re: 1 Project and 2 or more developers

Phil Mermod wrote:

> Hi,
>
> 2 words : Visual SourceSafe (works well with VO2.8)
>
> HTH,


Which version ???

Can be any freeware alternatives be used ?

Dirk

--

Reply With Quote
  #4  
Old 09-08-2008, 09:43 AM
Marc Verkade [Marti IT]
Guest
 
Default Re: 1 Project and 2 or more developers

Hai,

Visual SourceSafe is what we use for years now.
It works great, also for other shared dev like VS or Websites

--
Grtz, Marc


"Dirk Herijgers" <dirk@pbprojects.dot.be> schreef in bericht
news:Si7xk.289166$gM4.69545@newsfe25.ams2...
> Hi All,
>
> I want to start a discussion about the following:
>
> What method are you using to manage a project when 2 or more
> programmers has to work on the same project ?
>
> Whitin a week, a new programmer comes to help me, so I have to share my
> sources with him. When working on 1 big project (1 EXE), how to see
> what the new guy has changed and how to build in this changes in the
> project.
>
> Dirk
>
> --
>


Reply With Quote
  #5  
Old 09-08-2008, 10:04 AM
Phil Mermod
Guest
 
Default Re: 1 Project and 2 or more developers

Hi Dirk,

Version 6 or 2005.

The other tools are not certified by VO devteam if I remember
well the SCC (Source Control Software) doc but you can try
opensource ones like Subversion (http://subversion.tigris.org/)
or CVS (http://www.nongnu.org/cvs/). All the list here :
http://en.wikipedia.org/wiki/List_of...ntrol_software

The most important is that the system implements the Microsoft
Common Source Code Control API. (Also called the SCC API or
SCCI.)

HTH,

--
Phil Mermod
Crystal Reports Library for Visual Objects
http://www.pkl.ch/dev/


Dirk Herijgers wrote:

> Phil Mermod wrote:
>
> > Hi,
> >
> > 2 words : Visual SourceSafe (works well with VO2.8)
> >
> > HTH,

>
> Which version ???
>
> Can be any freeware alternatives be used ?
>
> Dirk

Reply With Quote
  #6  
Old 09-08-2008, 10:28 AM
Mark Ayliffe
Guest
 
Default Re: 1 Project and 2 or more developers

On or about 2008-09-08,
Phil Mermod <pmermod@REMOVEpkl.ch> illuminated us with:
>
>
> Hi Dirk,
>
> Version 6 or 2005.
>
> The other tools are not certified by VO devteam if I remember
> well the SCC (Source Control Software) doc but you can try
> opensource ones like Subversion (http://subversion.tigris.org/)
> or CVS (http://www.nongnu.org/cvs/). All the list here :
> http://en.wikipedia.org/wiki/List_of...ntrol_software
>
> The most important is that the system implements the Microsoft
> Common Source Code Control API. (Also called the SCC API or
> SCCI.)


We use PVCS, but of course we get no interaction between VO and PVCS
and we've used external .prg files always. On nthat basis is will
certainly be _possible_ to use another Source Code management package,
but you'll have some compromises that may be important to you or not.

--
Mark Ayliffe MA CEng MBCS, Senior Consultant Jobstream Group PLC
http://www.jobstream.com +44 (0)1223 433900
Reply With Quote
  #7  
Old 09-08-2008, 02:02 PM
Harry B.
Guest
 
Default Re: 1 Project and 2 or more developers

How to work with such tools under VO2.8? Is there any basic
documentation available?

--Harry B.
Reply With Quote
  #8  
Old 09-08-2008, 02:45 PM
EŽ!k \\/!sser
Guest
 
Default Re: 1 Project and 2 or more developers

Harry,

There is some documentation in the helpfile, The Visual Objects IDE->
VO'Subsystem -> Source Code control.
But this is very basic.
You should try to get your hands on the sessionpaper of Robert's session on
this subject. He did this session as far as I know only once, at DevFest
2005. If you ask him, i am sure you can get it. If he cannot find it, I
have got it right here on my PC.

Erik



"Harry B." <bongoplayer@gmail.com> wrote in message
news:ga3pc7$8is$1@news01.versatel.de...
> How to work with such tools under VO2.8? Is there any basic documentation
> available?
>
> --Harry B.


Reply With Quote
  #9  
Old 09-08-2008, 05:10 PM
Phil Mermod
Guest
 
Default Re: 1 Project and 2 or more developers

Hi,

I suggest you to read the documentation of the tool (for VSS,
http://msdn.microsoft.com/en-us/vs2005/aa718670.aspx +
http://msdn.microsoft.com/en-us/libr...38(VS.80).aspx)
then the SCC VO interface will be very easy to understand.

Check also the VO helpfile and this NG where people discussed
about it : very useful !

HTH,

--
Phil Mermod
Crystal Reports Library for Visual Objects
http://www.pkl.ch/dev/


Harry B. wrote:

> How to work with such tools under VO2.8? Is there any basic
> documentation available?
>
> --Harry B.

Reply With Quote
  #10  
Old 09-08-2008, 05:33 PM
Harry B.
Guest
 
Default Re: 1 Project and 2 or more developers

Thank you for your answers, Erik & Phil!

The basics I wanted to know are answered by the helpfile allready: "...
based on module files ... Microsoft Common Source Control API compliant
...."! So now I'll search for a freeware tool like Dirk did, too, to make
some expeiences.

--Harry B.
Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 09:12 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.