Build gen AI apps with an all-in-one modern database: MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Start Free
Level Up Your Cyber Defense with External Threat Management
See every risk before it hits. From exposed data to dark web chatter. All in one unified view.
Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
minirepo (abreviated to mr) is designed to handle small to middle
sized repositories with rcs.
It supports version bumping and snapshoting, which is simmilar
to a git or fossil commit hash
It keeps track of files checked into the repo via a MANIFEST file
The main configuration is located inside the MR/ directory
for each subdirectory initialized.
Its priamry purpose is to track files with rcs related commands.
This is to make it easier to deal with a lot of files tracked
by rcs and also to offer some extra functionality like
snapshots and automatic versioning.
rcss - rcs simplified.
RCS is revision control. While the newer revision controls like git have taken the world by storm, I find as a systems administrator that I don't need all the features of git, I need some thing simple and that stays on my server and is simple and easy to use. RCS fit the bill for me for revision control. RCS didn't make it easy to do things like compare, revert. So I wrote rcss, to make working with rcs MUCH simpler, at least for myself.
If you are a admin some project, and you donot like CVS, you must have this! In public part, you can post current files, history of project, open tasks,... Developers can post new code and take the currently (like in CVS), send messages to other devs,...