-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signature as version indicator #534
Comments
From: bdillahu ***@***.***>
Date: Sat, 18 Jan 2025 18:02:38 -0800
Just as a thought of maybe a future enhancement - use the "Signature"
section of the name to indicate a version (i.e. v0 is the original, v1
is the next version, etc.) - I know we can (and many do) keep files in
version controlled repositories and things, but sometimes (especially
for non-developers who may not use vc much), just making a copy and
"tagging" a version is useful.
[... 8 lines elided]
So you basically want a command that increments the version number? Are
those numbers single digits like `v1` and `v2` or more like `v1.0.0`?
I can write some custom code for this and include it the manual.
…--
Protesilaos Stavrou
https://protesilaos.com
|
That granted, you can always use |
Yes, the I guess my "ideal" would be something like:
Would leave the question (that I just thought of) - what if I'm currently in v3 and I make a new version, but there are already v4 and v5. I guess I would copy v3 and make it v6, leaving v4 and v5 in place. |
Thanks for the explanation! This is something we can cover in the manual. I will flesh it out as soon as I can. |
Just as a thought of maybe a future enhancement - use the "Signature" section of the name to indicate a version (i.e. v0 is the original, v1 is the next version, etc.) - I know we can (and many do) keep files in version controlled repositories and things, but sometimes (especially for non-developers who may not use vc much), just making a copy and "tagging" a version is useful.
Most of my career I did IT support for US Legal firms - nearly all document management systems for lawyers "tag" versions of documents with some indicator in the name or the DMS metadata.
Again, just a thought.
It can certainly be done manually now, and I may try that.
The text was updated successfully, but these errors were encountered: