GithubHelp home page GithubHelp logo

00mjk / vcs-sccs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tux/vcs-sccs

0.0 0.0 0.0 377 KB

An attempt to convert SCCS files to something more modern with perl5

Perl 81.52% Shell 0.27% Python 18.21%

vcs-sccs's Introduction

VCS::SCCS
    An attempt to convert SCCS files to something more modern

DESCRIPTION
    SCCS (Source Code Control System) is a historical and maybe even
    obsolete VCS (Version Control System).

    CSSC is the GNU Project's replacement for SCCS.

    This interface aims at the possibility to read those files,
    without the need of the sccs utility set, and open up to the
    possibility of scripts that use it to convert to more modern
    VCSs like git, Mercurial, or subversion.

PREREQUISITES
    perl-5.6.x

    Converted our own repositories with perl version 5.6.2, 5.8.x-dor
    and 5.10.0. Should work fine with all newer perl releases.

BUILDING AND INSTALLATION
    As all CPAN modules:
	# perl Makefile.PL
	# make test
	# make install

USING IT
    Start with the documentation, so you get a grasp of what can and
    cannot be done

    $ perldoc VCS::SCCS

    If you want to dive into the deep, and simply convert your current
    SCCS folder tree to git, use examples/sccs2git-r which recursively
    scans down from the current directory for SCCS repositories and
    merges them down into a single git repository

    $ cd /my/src/project/
    $ perl /path/to/VSC-SCCS/examples/sccs2git-r
    $ git status

    If you plan to do more conversions, change the first line of the
    file examples/sccs2git-r to reflect the location of your perl binary
    and install it into somewhere in your $PATH and make it executable.
    The call `perl Makefile.PL` will ask you to install this script.

CHANGES
    See ChangeLog

    Recent changes can be (re)viewed in the public GIT repository at
    https://github.com/Tux/VCS-SCCS

    Feel free to clone your own copy:

     $ git clone https://github.com/Tux/VCS-SCCS VCS-SCCS

    or get it as a tgz:

     $ wget --output-document=VCS-SCCS-git.tgz \
	   https://github.com/Tux/VCS-SCCS/archive/master.tar.gz

OTHER LINKS
    SCCS is OpenSource
	http://sccs.berlios.de/
    CSSC is OpenSource
	http://savannah.gnu.org/projects/cssc/
    How do I convert from SCCS or RCS to CVS
	http://www.gigascale.org/softdevel/faq/17.html

COPYRIGHT AND LICENSE
    Copyright (C) 2007-2021 H.Merijn Brand

    This library is free software; you can redistribute it and/or modify
    it under the same terms as Perl itself. 

As always, have the appropriate amount of fun!

vcs-sccs's People

Contributors

tux avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.