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?
'M' Item has been modified. 'R' Item has been replaced in your working copy. This means the file was scheduled for deletion, and then a new file with the same name was scheduled for addition in its place.
The SVN update Command. The svn update command lets you refresh your locally checked out repository with any changes in the repository HEAD on the server. It also tells you what has been changed, added, deleted. If a change has been made to a file you have also changed locally, svn will try to merge those changes.
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)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With