GUI front-end for RCS

GUI front-end for RCS

Post by Rosinge » Tue, 29 Apr 1997 04:00:00



Hi,

Is there a GUI fron-end for RCS (revision control system) for X Window?

Or alternatively, is there a GUI version control system for X Window
(other that RCS)?

Cheers,
Shuky

 
 
 

GUI front-end for RCS

Post by David M. Co » Tue, 29 Apr 1997 04:00:00


On Mon, 28 Apr 1997 16:52:45 +1000,


>Is there a GUI fron-end for RCS (revision control system) for X Window?

XEmacs has a very easy to use RCS mode.

Dave Cook

 
 
 

GUI front-end for RCS

Post by qua.. » Tue, 29 Apr 1997 04:00:00



> Does anyone know if there exists a program like RCS, which will work
> even across different systems?  I am part of a programming group forming
> in the Portland, OR area, and we want to start working on some joint
> development projects, but are all on different systems.
> RCS is great for people with accounts in the same place, but what does a
> group in our situation do?
> If nothing is out there, we may make this our first project.

Try CVS, it is a front-end to RCS, to handle complete Source-Trees.
It works remote and local. You can find it on prep.ai.mit.edu.

Regards

Klaus Reger

--

-----------------------------------------------------------------------

| |/ /   | _ \     | Schloss Laibach | Phone (office): +49 6282 9227-15
| < <  _ |   <  _  | 74677 Doerzbach | Phone (priv.) : +49 7937 80112
|_|\_\<_>|_|\_\<_> | Germany         | Fax   (priv.).: +49 7937 80113
-----------------------------------------------------------------------

 
 
 

GUI front-end for RCS

Post by Eric Foster-Johnso » Wed, 30 Apr 1997 04:00:00



> Hi,

> Is there a GUI fron-end for RCS (revision control system) for X Window?

> Or alternatively, is there a GUI version control system for X Window
> (other that RCS)?

Try tkCVS. CVS is an add-on to RCS and tkCVS is a GUI
interface on CVS. The tkdiff part of this package is
handy and understands RCS.

Good luck,
-Eric

--
Eric Foster-Johnson http://www.pconline.com/~erc
CAMAX, SDRC's CAM Business
7851 Metro Parkway         phone: +1 612 854 5300 fax: +1 612 854 6644

 
 
 

GUI front-end for RCS

Post by Steve Gunnel » Sat, 03 May 1997 04:00:00




> > Does anyone know if there exists a program like RCS, which will work
> > even across different systems?  I am part of a programming group forming
> > in the Portland, OR area, and we want to start working on some joint
> > development projects, but are all on different systems.

> > RCS is great for people with accounts in the same place, but what does a
> > group in our situation do?

> > If nothing is out there, we may make this our first project.
> Try CVS, it is a front-end to RCS, to handle complete Source-Trees.
> It works remote and local. You can find it on prep.ai.mit.edu.

Also some versions of CVS have a GUI written in TCL/TK (AFAICR).

Steveg

 
 
 

GUI front-end for RCS

Post by Richard Keech Open Systems Grou » Mon, 05 May 1997 04:00:00


Quote:>Is there a GUI fron-end for RCS (revision control system) for X Window?

emacs (which runs under X) has an efficient interface to RCS.  i
recommend it highly.  if you are using RCS you are probably editing
files. with emacs you have your version control integrated nicely with
your editing.  

Richard Keech

 
 
 

GUI front-end for RCS

Post by Mikhail Teter » Wed, 07 May 1997 04:00:00


Honorable Richard Keech   Open Systems Group

Quote:>>Is there a GUI fron-end for RCS (revision control system) for X Window?

=emacs (which runs under X) has an efficient interface to RCS.  i
=recommend it highly.  if you are using RCS you are probably editing
=files. with emacs you have your version control integrated nicely with
=your editing.  

Oh, yes! And I find it greatly annoying, BTW. Can someone tell me
how to turn this "feature" off? Here is what happens. I check out
a file on my FreeBSD machine. My colleague works with Emacs on NT
(shame on him, but what can I do?). As we know, NT does not have
``rcs'', but Emacs thinks it is smarter then it's users (true for
many cases). So, it sees the RCS subdirectory next to the file my
colleague wants to edit, and insists on the file being either
read-only, or wants to check-it out (which fails due to the lack
of rcs).

How do I make it write to the file, damn it?! Unix permissions are
just fine, what is it's problem?!?

TIA,

        -mi

--
        "Windows for dummies"

 
 
 

GUI front-end for RCS

Post by Tkil » Wed, 07 May 1997 04:00:00


Mikhail> Oh, yes! And I find it greatly annoying, BTW. Can someone
Mikhail> tell me how to turn this "feature" off?

   (remove-hook 'find-file-hooks 'vc-find-file-hook)

does the trick here.

ymmv.
t.

 
 
 

GUI front-end for RCS

Post by Stewart M Dougla » Wed, 07 May 1997 04:00:00



>Honorable Richard Keech   Open Systems Group

>>>Is there a GUI fron-end for RCS (revision control system) for X
Window?

>=emacs (which runs under X) has an efficient interface to RCS.  i
>=recommend it highly.  if you are using RCS you are probably editing
>=files. with emacs you have your version control integrated nicely
with
>=your editing.  

>Oh, yes! And I find it greatly annoying, BTW. Can someone tell me
>how to turn this "feature" off? Here is what happens. I check out
>a file on my FreeBSD machine. My colleague works with Emacs on NT
>(shame on him, but what can I do?). As we know, NT does not have
>``rcs'', but Emacs thinks it is smarter then it's users (true for
>many cases). So, it sees the RCS subdirectory next to the file my
>colleague wants to edit, and insists on the file being either
>read-only, or wants to check-it out (which fails due to the lack
>of rcs).

>How do I make it write to the file, damn it?! Unix permissions are
>just fine, what is it's problem?!?

You can get RCS for NT - I use it all the time and it works a treat.
The latest version handles long filenames (the earlier version seemed
to have a maximum of 9.4). Not sure if the RCS files will be compatible
between Linux and NT but since they are just text files they should be
OK.

Stew
--
Stewart M Douglas            |  WebRisk: Risk Management on the Web
Snowgold Technology Ltd      |  http://www.snowgold.demon.co.uk/webrisk

 
 
 

GUI front-end for RCS

Post by James Youngm » Thu, 08 May 1997 04:00:00



says...

Quote:>You can get RCS for NT - I use it all the time and it works a treat.
>The latest version handles long filenames (the earlier version seemed
>to have a maximum of 9.4). Not sure if the RCS files will be compatible
>between Linux and NT but since they are just text files they should be
>OK.

IIRC, RCS is fine for cross-platform use except in the case of binary files,
which it handles slightly differently.  This may be an endiannes issue or
something, I forget.  Anyway, this means that almost all RCS controlled files
are "portable".

--
James Youngman       VG Gas Analysis Systems  The trouble with the rat-race
Before sending advertising material, read     is, even if you win, you're
http://www.law.cornell.edu/uscode/47/227.html         still a rat.

 
 
 

GUI front-end for RCS

Post by Jym Dye » Thu, 08 May 1997 04:00:00


Quote:>> . . . NT does not have ``rcs'' . . .
> (remove-hook 'find-file-hooks 'vc-find-file-hook)
> does the trick here.

=o= Installing rcs on your NT box also does the trick. :-)
    <_Jym_>
 
 
 

GUI front-end for RCS

Post by Rob Walke » Thu, 08 May 1997 04:00:00



> how to turn this "feature" off? Here is what happens. I check out
> a file on my FreeBSD machine. My colleague works with Emacs on NT
> (shame on him, but what can I do?). As we know, NT does not have
> ``rcs'', but Emacs thinks it is smarter then it's users (true for
> many cases). So, it sees the RCS subdirectory next to the file my
> colleague wants to edit, and insists on the file being either
> read-only, or wants to check-it out (which fails due to the lack
> of rcs).

I had this exact same problem just a few days ago.  I waas needing to
edit a file, but filename.c,v existed also.  emacs was trying to check
it out, and when it did not check it out, it made it read only.  even
with the permissions set to 777.  ugh.  what I ended up doing was
nuking all the *,v files in the directory.  I believe I would have
been fine with a rename of the file to newfilename.c, but I am not
sure.  As long as RCS garbage did not hang around for the filename,
then emacs would not have been messing with rcs permissions and such.

however, I bet there is a port of rcs for nt.  I suggest searching on
the net for ntemacs, and / or the virtunix stuff.  that might turn up
an NT port of rcs for you all to use.

l8r,
rob

Quote:> How do I make it write to the file, damn it?! Unix permissions are
> just fine, what is it's problem?!?

> TIA,

>    -mi

> --
>    "Windows for dummies"

 
 
 

GUI front-end for RCS

Post by Tim Smi » Fri, 09 May 1997 04:00:00



>many cases). So, it sees the RCS subdirectory next to the file my
>colleague wants to edit, and insists on the file being either
>read-only, or wants to check-it out (which fails due to the lack
>of rcs).

rcs has been ported to NT, Windows 95, OS/2, and DOS.  A few moments
web searching will probably turn it up a place for the NT port.

--Tim Smith

 
 
 

GUI front-end for RCS

Post by Travis Lo » Fri, 09 May 1997 04:00:00



> rcs has been ported to NT, Windows 95, OS/2, and DOS.  A few moments
> web searching will probably turn it up a place for the NT port.

Okay, so I'm stupid.  I searched for 45 minutes, but all I
found was meta-information like manuals and testemonials.
No one thought to link to a place were I could actually
*get* RCS.  Where is RCS for Windows95?  Please help!

-- Travis
---------------------------

http://www.vais.net/~travis