Displaying 1 result from an estimated 1 matches for "headurl".
Did you mean:
header
2007 Nov 13
2
Creating a manifests ''release'' under SVN; trouble with SVN headers
...padm.conf 1239 2007-10-23 16:04:06Z sa_dewha $
# $URL:
svn://engsun05/bootstrap/rel/release-20071130/puppet/modules/crashdump/t
emplates/dumpadm.conf $
Puppet will declare that the file has changed and schedule some work
(here, subscribe/refreshonly on this file).
I''d rather not pull URL/HeadURL from the header as you lose the path and
the release info.
Has anyone tackled this before? I see two options:
* Post svn export, run everything through sed to truncate the $URL$
* Some kind of process to pull out the $URL$ from the earliest
release the revision number appears in.
Former s...