rtcTo / rtc2git

A tool made for migrating code from an existing IBM's RTC SCM repository into a Git repository

Home Page:https://rtc.to

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'StreamtoMigrate' can't handle a Stream name with spaces

hachillesIBM opened this issue · comments

tried putting quotes & escape characters, but got errors from the script..

Workaround: use the stream's UUID instead of the name if it has spaces..

You could also duplicate the stream and call it something without spaces

I simply renamed the stream before the migration.
For example from
Cross Main Stream
into
CrossMainStream

Or into Cross_Main_Stream

See also the discussion in issue #51

@ohumbel I find a good rtc feature allow name of stream with spaces. It would not be better to have a configuration:

RenameGitBranch

?

@WtfJoke It is possible?

Since there is such an easy workaround, ohumbel already tried to solve it without success and because I dont have any access to an rtc server for testing, I wont fix this.

I made readme enhancements to make it clear for future users.

Thanks for reporting :)