[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn:keywords -- can these be self defined?

From: Ryan Hunt <rhunt_at_hp.com>
Date: 2003-12-13 02:51:34 CET

I have a series of files whose contents stay the same except for the
branch name each time, and perhaps a 1-2 word description. Is there a
way I can recursively set an svn property such that the value of that
property will get substituted for its keyword every time the file is
checked out? Or, can we only use the designated keywords?

I am thinking along the lines of:

svn propset svn:keyword:ThisBranch branchname foo.readme

./foo.readme
Branch: $ThisBranch$
Message.....

and on svn co

./foo.readme
Branch: branchname
Message....

-Ryan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Dec 13 02:49:38 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.