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
While the lscm/scm commands are properly quoted, the following problems still exist:
history files are not found
git branches get an invalid name
History file not found: ~/rtc2git/History/History_BT_Spider_'Cross main stream'.txt
Executed Command: "git show-ref --verify --quiet refs/heads/'Cross main stream'"
fatal: 'Cross main stream' is not a valid branch name.
Executed Command: "git push origin 'Cross main stream'_branchpoint"
fatal: 'Cross main stream_branchpoint' is not a valid branch name.
fatal: remote part of refspec is not a valid name in Cross main stream_branchpoint
The text was updated successfully, but these errors were encountered:
Obviously, git branches must not contain spaces.
On the other hand, the tool relies on streamname == branchname
in many places.
To really solve this problem, we would need to carry a streamname -> branchname conversion table
all around.
A quick fix would be to stop the migration in this case, and inform the user to rename the stream in RTC.
ohumbel
added a commit
to ohumbel/rtc2git
that referenced
this issue
Aug 31, 2015
While the
lscm
/scm
commands are properly quoted, the following problems still exist:The text was updated successfully, but these errors were encountered: