Hi everyone,
What are the VCS packages?
I am referring to:
CheckAURVCSUpdates
in the configuration file of Pamac.
Thank you very much.
Hi everyone,
What are the VCS packages?
I am referring to:
CheckAURVCSUpdates
in the configuration file of Pamac.
Thank you very much.
They are exclusively AUR packages that are build every time their source code changes. The most prominent examples are these packages that end with -git
.
Gi @johnvranos,
As far as I know, VCS is just a similar thing to git, albeit not as popular. a Version Control System.
Hope this answers your questions.
VCS is the abstract name for a versioning control system. The most famous instances is currently GIT. Some very old projects are still using SVN. I think Mozilla at some point use HG (or Mercurial) for their source code management.
It is the “development updates” in Pamac Settings.
VCS is an acronym for Version Control System.
There is several versions of such applicatons, git is the system used by the Linux kernel developers.
Please do keep in mind
Thus the enabling is not recommended unless you know what exactly what you are doing.
Please see → [Need-To-Know] About Manjaro and AUR
Please see → [HowTo] Updating Manjaro as safely as possible
Please see → [root tip] [How To] Update Manjaro the smart way
I guess you mean CVS, which is a version control system
Some are still using CVS; NetBSD and OpenBSD afaik