What are all the short codes for svn commands?

2019-06-20 22:53发布

I know that co can be used as shorthand for checkout, and through experimentation I have found di is short for diff and st short for status. Are there shortened codes for all svn commands? If so what are they?

1条回答
冷血范
2楼-- · 2019-06-20 23:18

Typing svn help shows a list of all available commands and their shortcuts:

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)
查看更多
登录 后发表回答