Hi,
In r877617, Arfrever improved some messages printed by svnversion
while invoking it on unversioned files and directories.
Updating the same in help doc also.
Herewith attached a patch that updates the help doc string of svnversion
program.
[[[
When svnversion is called on a directory/file that is not versioned, the
output message would be
'Unversioned directory/file', as a result of r877617. Update the same in
help doc.
* subversion/svnversion/main.c
help(): Update the doc string.
Patch by: Vijayaguru G <vi...@collab.net>
]]]
Thanks & Regards,
Vijayaguru
Index: subversion/svnversion/main.c
===================================================================
--- subversion/svnversion/main.c (revision 1050370)
+++ subversion/svnversion/main.c (working copy)
@@ -74,8 +74,8 @@
" 4123P partial working copy, from a sparse checkout\n"
" 4123:4168MS mixed revision, modified, switched working copy\n"
"\n"
- " If invoked on a directory that is not a working copy, an\n"
- " exported directory say, the program will output 'exported'.\n"
+ " If invoked on a directory/file that is not versioned,\n"
+ " the program will output 'Unversioned directory/Unversioned file'.\n"
"\n"
" If invoked without arguments WC_PATH will be the current directory.\n"
"\n"