First page Back Continue Last page Overview Graphics
svn status (2/2)
Running svn stat -uv in our newly imported project's working directory yields what we would expect:
1 1 jmglov .
Status against revision: 1
In the first line, the first field that we see is the working revision, the second is the repository revision, and the last is the pathname
The second line tells us what the current repository revision is
This means that only the current directory, “.”, is under control, and it is up to date
Run svn help stat for more information
Notes: