You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by hce <we...@gmail.com> on 2008/01/23 01:41:23 UTC

Tag, branch and revision number

Hi,

I come from CVS background, I used to use CVS to make tags, to create
a branch and to use $Revision:$ to get each source file revision
number. Is it the same rules apply to svn?

Thank you.

Jim

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Tag, branch and revision number

Posted by Andy Levy <an...@gmail.com>.
On Jan 22, 2008 8:41 PM, hce <we...@gmail.com> wrote:
> Hi,
>
> I come from CVS background, I used to use CVS to make tags, to create
> a branch and to use $Revision:$ to get each source file revision
> number. Is it the same rules apply to svn?

No. In Subversion, the whole repository has a revision number
(basically, a timestamp). Every commit increments the global revision
number. Individual files do not get their own version numbers.

The SVN manual has a section just for CVS converts.
http://svnbook.red-bean.com/en/1.4/svn.forcvs.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org