Fix the issues with spaces in the user directory
If there are spaces in the user directory then you can't merge or diff, which is a pain.
Solved :)
-
miryamgsm commented
The error could be in the parameters specification. If you use paths with whitespaces you should specify the parameters with quotes.
The following command is the result of execute the "Socket_Deeper" example in a path that contais whitespaces. Could you check it?"C:\user miryam\semanticmerge\samples\CSharp\Socket_Deeper\..\..\..\semanticmergetool.exe"
-s="C:\user miryam\semanticmerge\samples\CSharp\Socket_Deeper\src.cs"
-b="C:\user miryam\semanticmerge\samples\CSharp\Socket_Deeper\base.cs"
-d="C:\user miryam\semanticmerge\samples\CSharp\Socket_Deeper\dst.cs"
-r="C:\user miryam\semanticmerge\samples\CSharp\Socket_Deeper\semanticmergetoolresult.cs"
-edt="""C:\user miryam\semanticmerge\samples\CSharp\Socket_Deeper\..\..\..\mergetool.exe"" -s=""@sourcefile"" -sn=""@sourcesymbolic"" -d=""@destinationfile"" -dn=""@destinationsymbolic"" -t=""@filetype"" -i=""@comparationmethod"" -e=""@fileencoding"""
-emt="""C:\user miryam\semanticmerge\samples\CSharp\Socket_Deeper\..\..\..\mergetool.exe"" -b=""@basefile"" -bn=""@basesymbolic"" -s=""@sourcefile"" -sn=""@sourcesymbolic"" -d=""@destinationfile"" -dn=""@destinationsymbolic"" -r=""@output"" -t=""@filetype"" -i=""@comparationmethod"" -e=""@fileencoding""" -
Sam Holder commented
This issue seems to persist even though I have uninstalled and reinstalled in c:\semanticmerge\, I still get a cannot load file 'C:\users\sam' error when I click merge or diff