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

Re: Serverside Scripting

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-03-07 21:39:30 CET

On Mar 7, 2006, at 21:18, chinmayareddy@gmail.com wrote:

> Can anyone please tell me if Subversion supports server side
> scripting ?

Sure. Read the friendly book! :-)

> My requirements are
>
> *) if a source file has variables like $Revision $Author that
> should get replaced with commit version and author name. Something
> similar to what CVS supports

The feature is called svn:keywords:

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

> *) Assuming my developers are responsible and provide good logging
> information on every commit, I would like to consolidate for easy
> reference.
> Essentially on server side, on every commit, I would like to update
> one or more files in repository with current commit version, log
> text info etc.

These are called hook scripts:

http://svnbook.red-bean.com/en/1.1/ch05s02.html#svn-ch-5-sect-2.1

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 7 21:40:54 2006

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.