You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a multi-component repo, the current hooks prevent copying of files between components, e.g. you can't do this in a commit:
A /bar/trunk/widget.java (from: /foo/trunk/widget.jar:801)
Some users have reported that they would like to be able to do this, as it's a part of normal refactoring, and it keeps the version history in tact. (The current work-around is to manually copy the file.)
Action: review current behavior, determine if default is still the most applicable, and either add an override facility, or change the default behavior to allow such copies.
The text was updated successfully, but these errors were encountered:
In a multi-component repo, the current hooks prevent copying of files between components, e.g. you can't do this in a commit:
A /bar/trunk/widget.java (from: /foo/trunk/widget.jar:801)
Some users have reported that they would like to be able to do this, as it's a part of normal refactoring, and it keeps the version history in tact. (The current work-around is to manually copy the file.)
Action: review current behavior, determine if default is still the most applicable, and either add an override facility, or change the default behavior to allow such copies.
The text was updated successfully, but these errors were encountered: