=== subversion/include/svn_fs.h ================================================================== --- subversion/include/svn_fs.h (revision 49923) +++ subversion/include/svn_fs.h (local) @@ -543,6 +543,10 @@ * transaction you already have open. You can also list all the * transactions currently present in the database. * + * You may assign properties to transactions; these are name/value + * pairs. When you commit a transaction, all of its properties become + * unversioned revision properties of the new revision. + * * Transaction names are guaranteed to contain only letters (upper- * and lower-case), digits, `-', and `.', from the ASCII character * set.