Why Subversion skips files which contain the @ symbol?

后端 未结 4 1300
攒了一身酷
攒了一身酷 2021-02-01 15:24

when I try to execute command like this (from a command-line or Perl script - it doesn\'t matter):

svn revert \"build\\myfile@test.meta\"

SVN s

4条回答
  •  攒了一身酷
    2021-02-01 15:40

    Just tested it properly on windows using the cmd.exe shell - enclosing the name in double quotes works:

    ctmkx> svn revert "trunk\foo@bar.txt"
    Reverted 'trunk\foo@bar.txt'
    

提交回复
热议问题