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

Re: Two newbie questions?

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2005-12-09 15:09:46 CET

On 12/9/05, leon <sdl.web@gmail.com> wrote:
> 1. How can I make revision number goes like the linux kernel?

You mean Epoch.Major.Minor? svn doesn't do this. It simply marks
each revision as "one more" than the previous. If you want to have
builds using a Linux version number scheme, use tags to create a
branch with the name set to the version number you want.

> 2. Can I have svn automatically put a revision number in my file,
> something similar to RCS $Id$?

You want to use the svn:keywords property.
http://svnbook.red-bean.com/en/1.0/ch07s02.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 9 15:24:52 2005

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.