Source Code Management Tool wanted! 
Author Message
 Source Code Management Tool wanted!

Hi,

I'm working on big software projects, having lots of C++-modules in
different directories belonging to one or more project. Keeping track
of which module of which version belongs to project X of version Y is
a horrible thing.

So far, I use Visual SourceSafe 4.0. Using labeling mechanism to
create versions of my modules is ok. But there is no tool support for
keeping track of 'version A of module B belongs to version C of
project D'.

ENVY/Smalltalk names this functionality as 'Configuration Maps'. Is
there a professional source code management tool running on WinNT,
that supports an equivalent to ENVY's configuration maps?

How do YOU manage your software projects?

Kind regards,
Erich

_____________________________________________________________________
Erich Hermann                

Borsigstr. 10                          Phone:  (+49)711-89661-144
D-70496 Stuttgart                      Fax:    (+49)711-89661-107

_____________________________________________________________________
Erich Hermann                

Borsigstr. 10                          Phone:  (+49)711-89661-144
D-70496 Stuttgart                Fax:       (+49)711-89661-107



Sat, 30 Sep 2000 03:00:00 GMT  
 Source Code Management Tool wanted!

On NT I use SourceSafe and I haven't found anything that works better.
One of my requirements is that many programmers can check out a file,
modify it, and check it back in at different times.  SourceSafe can
handle this and flag conflicts (two or more changed the same code).  We
do the labeling in a similar fashion to what you describe.

Tom

Quote:

> Hi,

> I'm working on big software projects, having lots of C++-modules in
> different directories belonging to one or more project. Keeping track
> of which module of which version belongs to project X of version Y is
> a horrible thing.

> So far, I use Visual SourceSafe 4.0. Using labeling mechanism to
> create versions of my modules is ok. But there is no tool support for
> keeping track of 'version A of module B belongs to version C of
> project D'.

> ENVY/Smalltalk names this functionality as 'Configuration Maps'. Is
> there a professional source code management tool running on WinNT,
> that supports an equivalent to ENVY's configuration maps?

> How do YOU manage your software projects?

> Kind regards,
> Erich

> _____________________________________________________________________
> Erich Hermann

> Borsigstr. 10                          Phone:  (+49)711-89661-144
> D-70496 Stuttgart                      Fax:    (+49)711-89661-107

> _____________________________________________________________________
> Erich Hermann

> Borsigstr. 10                          Phone:  (+49)711-89661-144
> D-70496 Stuttgart                Fax:       (+49)711-89661-107



Sat, 30 Sep 2000 03:00:00 GMT  
 Source Code Management Tool wanted!

Quote:

>Hi,

>I'm working on big software projects, having lots of C++-modules in
>different directories belonging to one or more project. Keeping track
>of which module of which version belongs to project X of version Y is
>a horrible thing.

>So far, I use Visual SourceSafe 4.0. Using labeling mechanism to
>create versions of my modules is ok. But there is no tool support for
>keeping track of 'version A of module B belongs to version C of
>project D'.

>ENVY/Smalltalk names this functionality as 'Configuration Maps'. Is
>there a professional source code management tool running on WinNT,
>that supports an equivalent to ENVY's configuration maps?

>How do YOU manage your software projects?

I can't help you with source safe but if you want to use Intersolv's PVCS
Goto http://www.scmint.com for a PVCS addon to help you setup your
application and it's releases so that you may support concurrent parallel
development.


Sat, 30 Sep 2000 03:00:00 GMT  
 Source Code Management Tool wanted!

I'm using PVCS version control manager.
With PVCS it's possible to assign version labels
to specific revisions of files.
These files doesn't have to be source files,
PVCS can handle handle all kinds of files.
As the projects grow you can create different
branches of each source file for different
solutions as well.

Search the web for PVCS.

Good luck
--
Roger Stoltz

Quote:

> Hi,

> I'm working on big software projects, having lots of C++-modules in
> different directories belonging to one or more project. Keeping track
> of which module of which version belongs to project X of version Y is
> a horrible thing.

> So far, I use Visual SourceSafe 4.0. Using labeling mechanism to
> create versions of my modules is ok. But there is no tool support for
> keeping track of 'version A of module B belongs to version C of
> project D'.

> ENVY/Smalltalk names this functionality as 'Configuration Maps'. Is
> there a professional source code management tool running on WinNT,
> that supports an equivalent to ENVY's configuration maps?

> How do YOU manage your software projects?

> Kind regards,
> Erich

> _____________________________________________________________________
> Erich Hermann

> Borsigstr. 10                          Phone:  (+49)711-89661-144
> D-70496 Stuttgart                      Fax:    (+49)711-89661-107

> _____________________________________________________________________
> Erich Hermann

> Borsigstr. 10                          Phone:  (+49)711-89661-144
> D-70496 Stuttgart                Fax:       (+49)711-89661-107



Sun, 01 Oct 2000 03:00:00 GMT  
 Source Code Management Tool wanted!

Look at http://www.componentsoftware.com

Willem vdAkker

Quote:

>Hi,

>I'm working on big software projects, having lots of C++-modules in
>different directories belonging to one or more project. Keeping track
>of which module of which version belongs to project X of version Y is
>a horrible thing.

>So far, I use Visual SourceSafe 4.0. Using labeling mechanism to
>create versions of my modules is ok. But there is no tool support for
>keeping track of 'version A of module B belongs to version C of
>project D'.

>ENVY/Smalltalk names this functionality as 'Configuration Maps'. Is
>there a professional source code management tool running on WinNT,
>that supports an equivalent to ENVY's configuration maps?

>How do YOU manage your software projects?



Sat, 14 Oct 2000 03:00:00 GMT  
 Source Code Management Tool wanted!

Look at http://www.componentsoftware.com

Willem vdAkker

Quote:

>Hi,

>I'm working on big software projects, having lots of C++-modules in
>different directories belonging to one or more project. Keeping track
>of which module of which version belongs to project X of version Y is
>a horrible thing.

>So far, I use Visual SourceSafe 4.0. Using labeling mechanism to
>create versions of my modules is ok. But there is no tool support for
>keeping track of 'version A of module B belongs to version C of
>project D'.

>ENVY/Smalltalk names this functionality as 'Configuration Maps'. Is
>there a professional source code management tool running on WinNT,
>that supports an equivalent to ENVY's configuration maps?

>How do YOU manage your software projects?



Sat, 14 Oct 2000 03:00:00 GMT  
 Source Code Management Tool wanted!

I work with about ten developers on a VC++ project.  We use ClearCase for
Windows NT.  It has its bugs but the functionality is great.

C. L.


Quote:
>Look at http://www.componentsoftware.com

>Willem vdAkker


>>Hi,

>>I'm working on big software projects, having lots of C++-modules in
>>different directories belonging to one or more project. Keeping track
>>of which module of which version belongs to project X of version Y is
>>a horrible thing.

>>So far, I use Visual SourceSafe 4.0. Using labeling mechanism to
>>create versions of my modules is ok. But there is no tool support for
>>keeping track of 'version A of module B belongs to version C of
>>project D'.

>>ENVY/Smalltalk names this functionality as 'Configuration Maps'. Is
>>there a professional source code management tool running on WinNT,
>>that supports an equivalent to ENVY's configuration maps?

>>How do YOU manage your software projects?



Sat, 14 Oct 2000 03:00:00 GMT  
 
 [ 7 post ] 

 Relevant Pages 

1. Source Code Management Tool wanted!

2. C source code tool wanted

3. Wanted: source code dead code remover

4. source code with configuration management data

5. Looking for suggestions on C Source code management...

6. C-code analysis tools wanted

7. Tool for measuring speed of C code wanted

8. Unix tool to pretty print C code wanted...

9. ANNOUNCE NEW SOURCE CODE ENGINEERING TOOL FOR C,C++ and JAVA

10. C source code tool

11. HTLM tool for C source code

12. ANN: TwinText 1.3 Released - Source Code Documentation Tool

 

 
Powered by phpBB® Forum Software