SVN Diff File names getting changed in windows -
our svn installed in unix machine. when give queries windows machine, files not displaying properly. spaces , # characters in file name result in junk characters in windows. example:
svn diff --summarize -r 54858:54983 http://abc.com:18080/svn/12.0.0/branches/project1/soft
m htt://abc.com:18080/svn/12.0.0/branches/project1/soft/main/fp/spc/fppks_rule_gen.spc
m htt://abc.com:18080/svn/12.0.0/branches/project1/soft/main/fp/spc/fppk%23_prod_shell.spc
m htt://abc.com:18080/svn/12.0.0/branches/project1/soft/main/fp/spc/fppk%23_ntwrk_shell.spc
here second , third files fppk#_prod_shell.spc , fppk#_ntwrk_shell.spc, in above output shown fppk%23_prod_shell.spc , fppk%23_ntwrk_shell.spc (%, 23 coming extra).
i have noticed issue files space also. there way can display these kind of files in windows properly?
Comments
Post a Comment