Re: Variables replacement
On 2/19/07, Kris Wolff <k.wolff@...> wrote:
> ok, i understand this.
> what i can't find in the more than 300 pages is, how will transfer svn
> the file properties? Or better: when i set the properties, why the next
> man in the team have them, too? Will transfer svn more than just the
> plain textfile? Tehre must be a properties, or setting file, or?
Please remember to use Reply To All so discussion stays on the list.
Once you set a property on a file managed by Subversion, that property
is part of the metadata about the file which Subversion tracks. Once
you've set the property, anyone checking the file(s) out will see it
attached to the file, and it will remain set until someone deletes or
changes the property.
Please read the portion of the manual which I linked earlier.
> Andy Levy schrieb:
> > On 2/19/07, Kris Wolff <k.wolff@...> wrote:
> >> and.... hm is this a client issue? What happens when a college updated a
> >> file?
> >> The man dosn't spend much light on the "new" thing.... or do i think too
> >> much in cvs?
> >
> > Once a property is set on a file, it's there until someone removes it.
> > New files, when added, will need to have it set. This can be automated
> > using auto-props (again, see the manual), but it's purely a
> > client-side setting - to enforce the setting of properties on the
> > server, you'll need a pre-commit hook to check them and reject the
> > commit if they're missing.
> >
> >> Kris Wolff schrieb:
> >> > Hi Andy,
> >> >
> >> > thanx for your reply, i fount the property settings and get this
> >> > working for one file. Can i do this on everyfile? so called globaly?
> >> > or do i have to register the properties for every single file in the
> >> > trunk? *bigrollingeyes*
> >> >
> >> > Thanks,
> >> > Kris
> >> >
> >> > Andy Levy schrieb:
> >> >> On 2/19/07, Kris Wolff <k.wolff@...> wrote:
> >> >>> Hi List,
> >> >>>
> >> >>> i am very new to svn, comming from good old cvs. I am testing our
> >> >>> server
> >> >>> and stuck with a very tiny, maby (for you) easy beginners question.
> >> >>>
> >> >>> I have a Head in my source, looks like:
> >> >>> <?
> >> >>> // $Id$
> >> >>> // $Revision$
> >> >>> // $Author$
> >> >>> // $Date$
> >> >>> // $HeadURL
> >> >>>
> >> >>> echo("test");
> >> >>> ?>
> >> >>>
> >> >>> but as i checked in, the variables will not replaced? why? is it a
> >> >>> server issue? Howe can i fix?
> >> >>
> >> >> Keyword replacement is only performed on files which have the
> >> >> appropriate values set in the svn:keywords property. See
> >> >>
> >> http://svnbook.red-bean.com/nightly/en/svn.advanced.props.special.keywords.html
> >>
> >> >>
> >> >
> >>
> >> --
> >> Kris Wolff
> >> wdv New Media
> >> Online-Technik
> >>
> >> wdv Gesellschaft für Medien &
> >> Kommunikation mbH & Co. OHG
> >> Siemensstr. 6
> >> D-61352 Bad Homburg v.d.H.
> >>
> >> Telefon: 06172 - 670 451
> >> Telefax: 06172 - 670 172
> >> mailto: k.wolff@...
> >> www.wdv-newmedia.de
> >>
> >>
> >> ---
> >> wdv Gesellschaft fuer Medien & Kommunikation mbH & Co. OHG,
> >> Bad Homburg v.d.H., AG. Bad Homburg HRA 3087
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@...
> >> For additional commands, e-mail: users-help@...
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@...
> > For additional commands, e-mail: users-help@...
> >
>
> --
> Kris Wolff
> wdv New Media
> Online-Technik
>
> wdv Gesellschaft für Medien &
> Kommunikation mbH & Co. OHG
> Siemensstr. 6
> D-61352 Bad Homburg v.d.H.
>
> Telefon: 06172 - 670 451
> Telefax: 06172 - 670 172
> mailto: k.wolff@...
> www.wdv-newmedia.de
>
>
> ---
> wdv Gesellschaft fuer Medien & Kommunikation mbH & Co. OHG,
> Bad Homburg v.d.H., AG. Bad Homburg HRA 3087
>
>