You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by jc...@apache.org on 2012/10/08 00:01:08 UTC

svn commit: r1395390 - /subversion/site/publish/faq.html

Author: jcorvel
Date: Sun Oct  7 22:01:08 2012
New Revision: 1395390

URL: http://svn.apache.org/viewvc?rev=1395390&view=rev
Log:
Add an alternative suggestion to the version-value-in-source FAQ.

Modified:
    subversion/site/publish/faq.html

Modified: subversion/site/publish/faq.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/faq.html?rev=1395390&r1=1395389&r2=1395390&view=diff
==============================================================================
--- subversion/site/publish/faq.html (original)
+++ subversion/site/publish/faq.html Sun Oct  7 22:01:08 2012
@@ -1775,6 +1775,15 @@ download page</a>; it replaces all <tt>$
 file with the current working copy revision.
 </p>
 
+<p>
+Another alternative is creating a wrapper for 'svn commit', which does some
+automatic replacement in files before commit (be careful not to mess
+things up though -- silent manipulation of files right before commit can
+be scary for a user). That way you can inject any metadata you want (and
+it will be committed with the regular content of the file into the
+repository).
+</p>
+
 </div>