Issue-#148 StdCoder to support file name with spaces

Merged to the master branch
Post Reply
User avatar
Robert
Posts: 1024
Joined: Sat Sep 28, 2013 11:04 am
Location: Edinburgh, Scotland

Issue-#148 StdCoder to support file name with spaces

Post by Robert »

I have created this issue; see https://redmine.blackboxframework.org/issues/148.

I have tested Josef's suggested solution, and it works well for me viewtopic.php?f=40&t=585.

However when I tried to take a local clone of the Git branch to incorporate it I get the TortoiseGit error

Code: Select all

git.exe clone --progress --branch issue#-148 -v "https://forum.blackboxframework.org/" "D:\Git\issue148_StdCoder\forum.blackboxframework.org"

Cloning into 'D:\Git\issue148_StdCoder\forum.blackboxframework.org'...
fatal: repository 'https://forum.blackboxframework.org/' not found


git did not exit cleanly (exit code 128) (640 ms @ 25/02/2017 13:49:23)
Any ideas what I am going wrong?
User avatar
Robert
Posts: 1024
Joined: Sat Sep 28, 2013 11:04 am
Location: Edinburgh, Scotland

Re: Issue-#148 StdCoder to support file name with spaces

Post by Robert »

Robert wrote:Any ideas what I am going wrong?
Ok, sorted it. One if my local Git default entries changed, and I didn't immediately notice it.
User avatar
Robert
Posts: 1024
Joined: Sat Sep 28, 2013 11:04 am
Location: Edinburgh, Scotland

Re: Issue-#148 StdCoder to support file name with spaces

Post by Robert »

User avatar
Robert
Posts: 1024
Joined: Sat Sep 28, 2013 11:04 am
Location: Edinburgh, Scotland

Re: Issue-#148 StdCoder to support file name with spaces

Post by Robert »

I think this is ready for voting.
Ivan Denisov
Posts: 1700
Joined: Tue Sep 17, 2013 12:21 am
Location: Russia

Re: Issue-#148 StdCoder to support file name with spaces

Post by Ivan Denisov »

I checked this version:
http://blackboxframework.org/unstable/i ... a1.780.zip

Spaces now works fine if file names are in quotes.

I agree that this issue is ready for voting.
Post Reply