What's the "format" file in VisualSVN repository?
There is a file called 'format' in the root repository folder. It contains the number 5.
开发者_JAVA技巧Does it mean our SVN Server is running on SVN 1.5 ?
No, it just identifies the format of the repository file system, which the svn developers might need to change every now and then.
Number 5 indicates that your repository is created with subversion 1.7
精彩评论