SVCS (Simple Version Control System) is a command-line tool written in Kotlin that allows you to perform basic version control operations on your files. With SVCS, you can:
- track changes to your files,
- create commits
- and switch between different versions of your project.
To run SVCS, you need:
- Kotlin installed on your machine.
- Clone this repository to your local machine:
- Compile the Kotlin code:
Contributions to SVCS are welcome! If you have any ideas, bug fixes, or improvements, feel free to open an issue or submit a pull request.
This project is dedicated to the public domain under the Creative Commons CC0 License.
You can copy, modify, distribute, and perform the work, even for commercial purposes, all without asking for permission.
The SVCS project is inspired by Git and serves as a simplified version control system for educational purposes.