.
.   
NEdit.org
   .

Home
 - News - Download - Documentation - Search - FTP     
.
.
  

RCS shell commands

[Back]

These shell commands allow you to check files into and out of RCS from NEdit. Add the following to your .nedit file, after the nedit.shellCommands: \ line:

RCS>checkout::o:DL:
        chmod a-w %; co %
RCS>checkout/lock:Shift+Ctrl+L:l:DL:
        co -l %
RCS>checkin:Shift+Ctrl+I:i:DSL:
        xterm -e ci -u %
RCS>unlock::u:D:
        rcs -u %
RCS>rcsinfo::r:D:
        rcsinfo
RCS>rcsdiff::d:W:
        rcsdiff %
The rcsinfo program is not part of RCS, but is a Perl script which duplicates the functionality of sccs info.


New:

Alternatively, you can use rcs.nm. The Fast macros work with a comment of Checkpoint, otherwise the macros prompt for input.

[Back]


. Released on  Wed, 21 Nov 2001  by C. Denat  

  
Visit our sponsor
Check Metrolink

© NEdit.org
1999-2001
All rights reserved


.