当前位置:网站首页>PlasticSCM 企业版Crack
PlasticSCM 企业版Crack
2022-07-05 03:35:00 【john_dwh】
11.0.16.7134
Release Notes
11.0.16.7134: JUN 30 2022
NEW
Command-line client: Shelvesets can be applied to partial workspaces.

Previously, it was not possible to apply a shelveset in partial workspaces (such as Gluon workspaces). Now we fully allow them (from the creation to the application).
c:\wkspaces\partialwk> cm partial shelveset apply sh:2
The apply operation tries to apply all the shelveset changes in the workspace if possible. However, changes can be skipped if they are related to items that are not configured in the workspace (they are silently ignored) or if they collide with local workspace changes (they are properly reported)

c:\wkspaces\partialwk> cm partial shelveset apply sh:2 The item won't be downloaded/moved because there is another item loaded in the same path: 'asset/texture/forest'. Please unload the item and retry the operation.
For more examples, you can check the help:
cm partial shelveset apply --help

NEW
Server: Log the web call in the ChannelCall
Now the Server monitors and log all the web calls too, so you can see those call with their stats on the ChannelCall log as you see for any other Plastic call. See a new log sample:

2022-06-03 10:27:23,722 INFO ChannelCall - conn: 0 protocol:web sec:none recb: 0|rect: 0|sentb: 309|sendt: 0|queuedt: 0|prt: 8|rq: 122|dest: 0|mt: 4|sert: 0|zip: 0| 127.0.0.1|user:tester|GET-/api/v1/repos/quake3/branches 2022-06-03 10:27:25,571 INFO ChannelCall - conn: 0 protocol:web sec:none recb: 0|rect: 0|sentb: 307|sendt: 0|queuedt: 0|prt: 3|rq: 123|dest: 0|mt: 1|sert: 0|zip: 0| 127.0.0.1|user:tester|GET-/api/v1/repos/quake3/main-branch 2022-06-03 10:27:27,287 INFO ChannelCall - conn: 0 protocol:web sec:none recb: 0|rect: 0|sentb: 6590|sendt: 0|queuedt: 0|prt: 3|rq: 126|dest: 0|mt: 1|sert: 0|zip: 0| 127.0.0.1|user:tester|GET-/api/v1/repos/quake3/branch/main/items/q3map 2022-06-03 10:35:29,707 INFO ChannelCall - conn: 0 protocol:web sec:none recb: 0|rect: 0|sentb: 729|sendt: 0|queuedt: 0|prt: 1532|rq: 210|dest: 0|mt: 2|sert: 0|zip: 0| 127.0.0.1|user:tester|GET-/api/v1/repos/quake3/changesets 2022-06-03 10:36:40,516 INFO ChannelCall - conn: 1 protocol:plastic sec:none recb: 111|rect: 0|sentb: 3|sendt: 0|queuedt: 16|prt: 11|rq: 216|dest: 0|mt: 2|sert: 0|zip: 0| 127.0.0.1|user:tester|CheckRepositoryExists 2022-06-03 10:38:11,002 INFO ChannelCall - conn: 2 protocol:plastic sec:none recb: 103|rect: 0|sentb: 85|sendt: 0|queuedt: 0|prt: 6|rq: 217|dest: 1|mt: 1|sert: 1|zip: 0| 127.0.0.1|user:tester|GetBranchInfoByName 2022-06-03 10:38:11,005 INFO ChannelCall - conn: 2 protocol:plastic sec:none recb: 18|rect: 0|sentb: 84|sendt: 0|queuedt: 0|prt: 2|rq: 218|dest: 1|mt: 0|sert: 0|zip: 0| 127.0.0.1|user:tester|GetChangesetInfoByNumber
See an example of how it was before:
2022-06-02 09:14:33,868 INFO ChannelCall - conn: 9 protocol:plasticproto sec:none recb: 912|rect: 134|sentb: 3645|sendt: 0|queuedt: 0|prt: 361|th: 65|dest: 0|mt: 158|sert: 0|zip: 0|cpu: 0| 127.0.0.1|user:tester|GetLockRule
2022-06-02 09:14:33,869 INFO ChannelCall - conn: 11 protocol:plasticproto sec:none recb: 809|rect: 162|sentb: 3612|sendt: 0|queuedt: 0|prt: 317|th: 67|dest: 0|mt: 2|sert: 0|zip: 0|cpu: 0| 127.0.0.1|user:tester|CheckRepositoryExists
2022-06-02 09:14:34,197 INFO ChannelCall - conn: 7 protocol:plasticproto sec:none recb: 913|rect: 126|sentb: 3742|sendt: 0|queuedt: 0|prt: 719|th: 63|dest: 0|mt: 489|sert: 0|zip: 0|cpu: 0| 127.0.0.1|user:tester|GetBranchInfoByName
2022-06-02 09:14:34,198 INFO ChannelCall - conn: 5 protocol:plasticproto sec:none recb: 793|rect: 447|sentb: 3680|sendt: 0|queuedt: 0|prt: 1269|th: 61|dest: 0|mt: 792|sert: 0|zip: 0|cpu: 0| 127.0.0.1|user:tester|GetRepositoryInfoByName
NEW
All Platforms: Command-line client
To list with the "--tree" option now displays the result regardless of some selector cannot be resolved
Previously, if several arguments were fed to the ls command in order to display their related trees, if one of them was not able to resolve the selector (i.e., there was a typo), the other trees were not displayed either. Now it is fixed and, regardless of the validity of each selector, it will display the results.
For example:
cm ls -r /existingDir /unexistingDir --tree=br:/[email protected]@localhost:8084 NOT_DEFINED cS63/xl4G39inoaBFDLNzQ== 0 13/06/2022 12:20 dir 2 /main 20 19 /existingDir NOT_DEFINED T/zbMvjqdPBx+XMMAbnrZA== 9 13/06/2022 12:20 txt 2 /main 17 23 /existingDir/foo.txt Can't resolve the selector for the item /unexistingDir CommandResult 1
As you can see, the CommandResult will remain 1 (error), but the output will be dumped accordingly.
NEW
All platforms - all clients: display language no longer overriden on APAC systems
Previously, when the configured language was English "en" but the system language was Chinese, Japanese or Korean, we would force the client to use the system language.
We no longer do this, and the configured language is always used.
NEW
Windows - Plastic, PlasticX: Auto-upgrade enabled in Enterprise Edition for non-admin users
For a while the auto-upgrade feature has been available for all Cloud Edition users, but administrators in Enterprise Edition. We have now made auto-upgrade available for all users in all editions.
You will be notified of available version upgrades in the help panel:

If you click on the Download link, the installer will download:

Simply click 'Restart and Upgrade' to install the latest version:

NEW
Command-line client: Shelvesets can be deleted from partial workspaces.
Previously, it was not possible to perform a shelve operation in partial workspaces (such as Gluon workspaces). Now we fully allow every operation (create/apply/delete).
It is possible to delete an existing partial shelveset with shelveset id 3 doing the following
c:\wkspaces\partialwk> cm partial shelveset delete sh:3
Mind there is no confirmation message. In case you would like to see it was deleted you can execute the following command to list every existing shelve created in the repository:
c:\wkspaces\partialwk> cm find shelve
The creation subcommand (create | mk) is the default operation, so bear in mind that, if no subcommand is specified, it will try to perform the creation of a new shelveset.
For more examples, you can check the help:
cm partial shelveset --help
cm partial shelveset delete --help
边栏推荐
- El tree whether leaf node or not, the drop-down button is permanent
- Subversive cognition: what does SRE do?
- [groovy] loop control (number injection function implements loop | times function | upto function | downto function | step function | closure can be written outside as the final parameter)
- Why do some programmers change careers before they are 30?
- Is there any way to change the height of the uinavigationbar in the storyboard without using the UINavigationController?
- De debugging (set the main thread as hidden debugging to destroy the debugging Channel & debugger detection)
- Clickhouse同步mysql(基于物化引擎)
- Analysis of glibc strlen implementation mode
- [groovy] string (string injection function | asBoolean | execute | minus)
- How rem is used
猜你喜欢
![[web Audit - source code disclosure] obtain source code methods and use tools](/img/ea/84e67a1fca0e12cc4452c744c242b4.png)
[web Audit - source code disclosure] obtain source code methods and use tools

The architect started to write a HelloWorld

Use of kubesphere configuration set (configmap)

【web源码-代码审计方法】审计技巧及审计工具

How to define a unified response object gracefully

Containerization Foundation

Web components series (VII) -- life cycle of custom components

Asemi rectifier bridge 2w10 parameters, 2w10 specifications, 2w10 characteristics

Class inheritance in C #

ABP vNext microservice architecture detailed tutorial - distributed permission framework (Part 2)
随机推荐
JWT漏洞复现
Logstash、Fluentd、Fluent Bit、Vector? How to choose the appropriate open source log collector
How about programmers' eyesight| Daily anecdotes
SQL performance optimization skills
Analysis of dagger2 principle
Is there any way to change the height of the uinavigationbar in the storyboard without using the UINavigationController?
Machine learning experiment report 1 - linear model, decision tree, neural network part
v-if VS v-show 2.0
ABP vNext microservice architecture detailed tutorial - distributed permission framework (Part 1)
問下,這個ADB mysql支持sqlserver嗎?
Azkaban actual combat
IPv6 experiment
[summary of two registration methods]
speed or tempo in classical music
MySQL winter vacation self-study 2022 11 (10)
Sqoop command
Daily question 2 12
There is a question about whether the parallelism can be set for Flink SQL CDC. If the parallelism is greater than 1, will there be a sequence problem?
【web审计-源码泄露】获取源码方法,利用工具
How to learn to get the embedding matrix e # yyds dry goods inventory #