status / stat / st SVN Command

How to use status / stat / st SVN (Subversion) Command in Linux / Windows?

Explanation


status / stat / st command is used to display the status of working copy of files and directories.

Usage:

svn status
or
svn stat
or
svn st

Example:

  • Now you can get the status of the files or directories using below command.
    svn status test
    It shows the status of the directory
    Output:-----------------------------------------------
    D test
    ------------------------------------------------------

  • D - Deleted status.
    test - directory name.

Result:


The above cmd will print the status of the directory 'test'.

Ask Questions

Ask Question