<div class="gmail_quote">2009/5/28 Iván Sánchez Ortega <span dir="ltr"><<a href="mailto:ivan@sanchezortega.es">ivan@sanchezortega.es</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
El día Thursday 28 May 2009 18:32:27, Ed Loach dijo:<br>
> Perhaps I'm misunderstanding the issue, but couldn't you just update<br>
><br>
> #  $Revision$ by $Author$, $Date$<br>
><br>
> manually each time you upload a revision?<br>
<br>
No, because you can't know the revision number until you've commited the file.<br>
And, at that point, you cannot put the revision number in.<br>
<br>
--<br>
Iván Sánchez Ortega <<a href="mailto:ivan@sanchezortega.es">ivan@sanchezortega.es</a>><br>
</blockquote></div><br>I think you're looking for the svn:keywords property: <a href="http://svnbook.red-bean.com/en/1.4/svn.advanced.props.special.keywords.html">http://svnbook.red-bean.com/en/1.4/svn.advanced.props.special.keywords.html</a><br>
<br>Note that after you commit a file with keywords, I think you have to do an update in order for the keyword values to be properly updated in your working copy.<br><br>Karl<br>