On Wed, Dec 29, 2010 at 12:01 PM, Leszek Porębski <leszek.poreb...@comarch.pl> wrote: > Hi! > > I have the Revision auto-property set on files. It works pretty fine until > you copy a file (etc. by branching it's project). After this adding $Rev$ to > its content has no effect.
Did the original file have that property on it? When you make a branch via "svn cp", all properties attached to the file are copied over to the branch too. If the original file didn't have the property on it, the version on the branch won't either. Autoproperties are only added with a "svn add" or a "svn import", so it won't automatically add properties when you branch. -- David Weintraub qazw...@gmail.com