Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What do the letter suffixes on SVN version numbers mean?

Tags:

svn

We have a svnversion reported as 22625P.

What does the "P" mean?

like image 578
Matthew Avatar asked Feb 03 '09 22:02

Matthew


1 Answers

Try svnversion --help

4123:4168     mixed revision working copy
4168M         modified working copy
4123S         switched working copy
4123P         partial working copy, from a sparse checkout
4123:4168MS   mixed revision, modified, switched working copy
like image 68
Doug Currie Avatar answered Sep 29 '22 15:09

Doug Currie