什么是svn命令的短代码?

时间:2012-01-24 15:50:47

标签: svn command-line

我知道co可以用作checkout的简写,通过实验我发现didiff的缩写,ststatus。所有svn命令都有缩短的代码吗?如果是这样,他们是什么?

1 个答案:

答案 0 :(得分:9)

键入svn help会显示所有可用命令及其快捷方式的列表:

Available subcommands:
(Only those with 2-letter short-codes listed)

   changelist (cl)
   checkout   (co)
   commit     (ci)
   copy       (cp)
   delete     (rm)
   diff       (di)
   help       (h)
   list       (ls)
   move       (mv)
   propdel    (pd)
   propedit   (pe)
   propget    (pg)
   proplist   (pl)
   propset    (ps)
   status     (st)
   switch     (sw)
   update     (up)