You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Flapflap <li...@sans-facon.net> on 2005/11/25 16:33:58 UTC

Put the revision number in a files ?

Hi there,

Another question...

Can SVN put the revision number on a file automatically...

TO be more clear.

I've got a file test.txt.

In this file test.txt:

This my text.
Revision is number : #REVISION

And svn automatically change #REVISION to revision number.

I know CVS do this...

-- 
Flapflap[at]sans-facon.net --
DevBlog : http://www.kilooctet.net


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Put the revision number in a files ?

Posted by Flapflap <li...@sans-facon.net>.
Ok, I found it ;-)

-- 
Flapflap[at]sans-facon.net --
DevBlog : http://www.kilooctet.net


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Put the revision number in a files ?

Posted by Erik Huelsmann <eh...@gmail.com>.
On 11/25/05, Flapflap <li...@sans-facon.net> wrote:
> Hi there,
>
> Another question...
>
> Can SVN put the revision number on a file automatically...
>
> TO be more clear.
>
> I've got a file test.txt.
>
> In this file test.txt:
>
> This my text.
> Revision is number : #REVISION
>
> And svn automatically change #REVISION to revision number.
>
> I know CVS do this...

http://svnbook.red-bean.com/en/1.1/ch07s02.html#svn-ch-7-sect-2.3.4

HTH,


Erik.