moog2
Mechanical
- Jan 16, 2007
- 441
I'd like to set up some versioning in our system, can anyone tell if these options will work with our numbering system.
I found these in an old thread.....
part_name_format :- (([0-9]+-)|([0-9]+))(-([A-HJ-NPRT-Y]{0,2})|)
part_name_match :- \1(-([A-HJ-NPRT-Y]{0,2})|)
part_name_substitution :- \1
version_substitution :- \2\3
version_type :- alphanumeric
our numbering goes in 2 blocks of 4, and parts without a rev letter are to be regarded as original revision.
EG.
CHMD-5501
CHMD-5502-A
CHMD-5501-B
CHMD-5501-C
FFXD-FT01
FFXD-FT01-A
FFXD-FT01-B
etc, etc
We also have descriptive names, but they won't be included in the versioning.
Any help greatly appreciated..
I found these in an old thread.....
part_name_format :- (([0-9]+-)|([0-9]+))(-([A-HJ-NPRT-Y]{0,2})|)
part_name_match :- \1(-([A-HJ-NPRT-Y]{0,2})|)
part_name_substitution :- \1
version_substitution :- \2\3
version_type :- alphanumeric
our numbering goes in 2 blocks of 4, and parts without a rev letter are to be regarded as original revision.
EG.
CHMD-5501
CHMD-5502-A
CHMD-5501-B
CHMD-5501-C
FFXD-FT01
FFXD-FT01-A
FFXD-FT01-B
etc, etc
We also have descriptive names, but they won't be included in the versioning.
Any help greatly appreciated..