You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Alexis Huxley <ah...@gmx.net> on 2002/05/03 12:08:08 UTC

Re: Multiple projects in one repository! and Re: 'stamping' a la RCS '$Header$'?

Ben wrote:

> > in SVN itself: what does "version 1.0" actually mean? I mean it
> > must really map to repository revision, right?
> 
> Sure, although we'll probably create a 1.0 branch, and keep /trunk
> moving forward.  So it's better to say that Subversion 1.0 corresponds
> to a revision and a *path*, not just a revision.

Karl wrote:

>    $Id$  ===> "$Id http://some.url/blah/blah/andsoforth @ 1661"

Yes, those two tie up very nicely: a release id maps to a [sub]directory
of the repository together with one of the (possibly multiple) repository 
revisions in which the files were in a particular state; the first
revision would seem the logical one, because then ...

Russ wrote:

> > and not include Author and Date?

... *that* would make more sense. And definitely - for example in
versioned web pages, - it is nice to see that information in the small
print.

> Please include the date; that's the most useful information in all of $Id$
> for someone looking at the file outside of a version control environment.
> 
> I don't see any need for the URL either.  The RCS version doesn't include
> it the full path, just the file name.

Yes, it does. It depends whether you use '$Header$' or '$Id$'. I can't
remember which way round it is, but one gives you the full path and the
other one doesn't.

Alexis

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