POV-Ray : Newsgroups : povray.programming : Revision control software Server Time
28 Jul 2024 16:30:13 EDT (-0400)
  Revision control software (Message 1 to 5 of 5)  
From: Nathan Kopp
Subject: Revision control software
Date: 13 Oct 1999 22:58:58
Message: <380546f2@news.povray.org>
Today I came across this link for some free Windows RCS software.  I've been
using it for a few hours and it seems pretty neat.  It is compatible with
GNU RCS, and integrates very well with MS VC++ (and MS Word, for that
matter).  In fact, I think the back end of the thing is GPL complient, while
the windows interface proprietary.

Anyway, it is freeware for single-user systems.

http://www.componentsoftware.com/csrcs/

-Nathan


Post a reply to this message

From: Markus Becker
Subject: Re: Revision control software
Date: 14 Oct 1999 06:06:54
Message: <3805ACE3.E804EC7@zess.uni-siegen.de>
Nathan Kopp wrote:
> 
> Today I came across this link for some free Windows RCS software.  I've been
> using it for a few hours and it seems pretty neat.  It is compatible with
> GNU RCS, and integrates very well with MS VC++ (and MS Word, for that
> matter).  In fact, I think the back end of the thing is GPL complient, while
> the windows interface proprietary.
> 
> Anyway, it is freeware for single-user systems.
> 
> http://www.componentsoftware.com/csrcs/

Yes, we use it in our company. But for multi-user it is not free, but
very
reasonably priced ($70 per seat). Drawback is, it can't handle branches
automatically, but you can always call the command line version of rcs
to
handle that.

Markus
-- 

 Ich nicht eine Sekunde!!!" H. Heinol in Val Thorens


Post a reply to this message

From: Peter Hopfgartner
Subject: Re: Revision control software
Date: 21 Oct 1999 15:51:20
Message: <380DEC73.84D90570@rolmail.net>
Markus Becker wrote:

> Nathan Kopp wrote:

> >

> > Today I came across this link for some free Windows RCS software.  I've been

> > using it for a few hours and it seems pretty neat.  It is compatible with

> > GNU RCS, and integrates very well with MS VC++ (and MS Word, for that

> > matter).  In fact, I think the back end of the thing is GPL complient, while

> > the windows interface proprietary.

> >

> > Anyway, it is freeware for single-user systems.

> >

> > http://www.componentsoftware.com/csrcs/

>

> Yes, we use it in our company. But for multi-user it is not free, but

> very

> reasonably priced ($70 per seat). Drawback is, it can't handle branches

> automatically, but you can always call the command line version of rcs

> to

> handle that.

>

> Markus

> --


>  Ich nicht eine Sekunde!!!" H. Heinol in Val Thorens


Maybe I missed a part of the discussion. But why not use CVS/WinCVS. It handles
braches, is available on all major platforms, well tested and distributed under
the GPL. Furthermore there are Web-interfaces and it has a clean client server
architecture. I've used it for several years and never had any problems with it.

Peter


Post a reply to this message

From: Nathan Kopp
Subject: Re: Revision control software
Date: 21 Oct 1999 19:17:21
Message: <380f9f01@news.povray.org>
Peter Hopfgartner <hop### [at] rolmailnet> wrote...
> Markus Becker wrote:
>
> > Nathan Kopp wrote:
> > >
> > > Today I came across this link for some free Windows RCS software.
I've been
> > > using it for a few hours and it seems pretty neat.  It is compatible
with
> > > GNU RCS, and integrates very well with MS VC++ (and MS Word, for that
> > > matter).  In fact, I think the back end of the thing is GPL complient,
while
> > > the windows interface proprietary.
> > >
> > > Anyway, it is freeware for single-user systems.
> > >
> > > http://www.componentsoftware.com/csrcs/
> >
> > Yes, we use it in our company. But for multi-user it is not free, but
> > very
> > reasonably priced ($70 per seat). Drawback is, it can't handle branches
> > automatically, but you can always call the command line version of rcs
> > to
> > handle that.
> >
> > Markus
> > --

> >  Ich nicht eine Sekunde!!!" H. Heinol in Val Thorens
>
> Maybe I missed a part of the discussion. But why not use CVS/WinCVS. It
handles
> braches, is available on all major platforms, well tested and distributed
under
> the GPL. Furthermore there are Web-interfaces and it has a clean client
server
> architecture. I've used it for several years and never had any problems
with it.
>
> Peter
>

It's because CS-RCS implements SCC, which means it integrates well with MS
Visual C++ (which I use a lot).  Someone also wrote a plug-in to integrate
it with Delphi (which I also use a lot).  Basically, I don't have to leave
my development environment to check in/out my revisions.  On the other hand,
someone is developing a SCC interface for WinCVS (see
http://members.home.net/preston/cvsscc.html), so I might switch soon.

-Nathan


Post a reply to this message

From: Muruga
Subject: Re: Revision control software
Date: 18 May 2006 04:50:01
Message: <web.446c34f940862d9492f1e10@news.povray.org>
"Nathan Kopp" <Nat### [at] Koppcom> wrote:
> Peter Hopfgartner <hop### [at] rolmailnet> wrote...
> > Markus Becker wrote:
> >
> > > Nathan Kopp wrote:
> > > >
> > > > Today I came across this link for some free Windows RCS software.
> I've been
> > > > using it for a few hours and it seems pretty neat.  It is compatible
> with
> > > > GNU RCS, and integrates very well with MS VC++ (and MS Word, for that
> > > > matter).  In fact, I think the back end of the thing is GPL complient,
> while
> > > > the windows interface proprietary.
> > > >
> > > > Anyway, it is freeware for single-user systems.
> > > >
> > > > http://www.componentsoftware.com/csrcs/
> > >
> > > Yes, we use it in our company. But for multi-user it is not free, but
> > > very
> > > reasonably priced ($70 per seat). Drawback is, it can't handle branches
> > > automatically, but you can always call the command line version of rcs
> > > to
> > > handle that.
> > >
> > > Markus
> > > --

> > >  Ich nicht eine Sekunde!!!" H. Heinol in Val Thorens
> >
> > Maybe I missed a part of the discussion. But why not use CVS/WinCVS. It
> handles
> > braches, is available on all major platforms, well tested and distributed
> under
> > the GPL. Furthermore there are Web-interfaces and it has a clean client
> server
> > architecture. I've used it for several years and never had any problems
> with it.
> >
> > Peter
> >
>
> It's because CS-RCS implements SCC, which means it integrates well with MS
> Visual C++ (which I use a lot).  Someone also wrote a plug-in to integrate
> it with Delphi (which I also use a lot).  Basically, I don't have to leave
> my development environment to check in/out my revisions.  On the other hand,
> someone is developing a SCC interface for WinCVS (see
> http://members.home.net/preston/cvsscc.html), so I might switch soon.
>
> -Nathan


Hello Nathan,

can you tell me link where i can know in more detail about CVS interface
with Delphi

murugan


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.