Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » CVS versioning starts with 1.1
CVS versioning starts with 1.1 [message #159450] Thu, 20 November 2003 10:12 Go to next message
Eclipse UserFriend
Originally posted by: hans.schwaebli.schwaebli.de

We use CVS. All new files get the version 1.1 automatically when they are
commited the first time.

Why 1.1? Why not 1.0?

And how could we change it so that every new file which is commited starts
with version 1.0?
Re: CVS versioning starts with 1.1 [message #159474 is a reply to message #159450] Thu, 20 November 2003 10:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Basically, you have no control over version numbers. CVS uses them to
keep track of revision and branching paths. See

http://www.cvshome.org/docs/manual/cvs-1.11.7/cvs_4.html#SEC 44

for why CVS chooses what it chooses.

--
Thanks, Rich Kulp

Re: CVS versioning starts with 1.1 [message #159605 is a reply to message #159474] Thu, 20 November 2003 13:25 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hans.schwaebli.schwaebli.de

Can't it really not be changed so that it starts with 1.0 instead of 1.1?

It says "By default revision 1.1 is the first revision of a file." It sounds
to me that the default can be changed.


"Rich Kulp" <richkulp@NO.SPAM.us.ibm.com> wrote in message
news:bpimgc$bbg$2@eclipse.org...
> Basically, you have no control over version numbers. CVS uses them to
> keep track of revision and branching paths. See
>
> http://www.cvshome.org/docs/manual/cvs-1.11.7/cvs_4.html#SEC 44
>
> for why CVS chooses what it chooses.
>
> --
> Thanks, Rich Kulp
> 
>
Re: CVS versioning starts with 1.1 [message #160077 is a reply to message #159605] Fri, 21 November 2003 09:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Michael_Valenta.oti.com

It can be changed to be a higher number using a switch on the commit
statement but the use of this switch is not supported in Eclipse. Having
said that, I don't see any compeling reason why 1.0 would be preferrable
over 1.1. As you crate and edit multiple files, there is no way to keep
there revision numbers in sync anyway. What is important is that version
tags are used to identify configurations of a set of files so they can
be retrieved for builds, etc.

Michael

Hans Schwaebli wrote:

> Can't it really not be changed so that it starts with 1.0 instead of 1.1?
>
> It says "By default revision 1.1 is the first revision of a file." It sounds
> to me that the default can be changed.
>
>
> "Rich Kulp" <richkulp@NO.SPAM.us.ibm.com> wrote in message
> news:bpimgc$bbg$2@eclipse.org...
>
>>Basically, you have no control over version numbers. CVS uses them to
>>keep track of revision and branching paths. See
>>
>> http://www.cvshome.org/docs/manual/cvs-1.11.7/cvs_4.html#SEC 44
>>
>>for why CVS chooses what it chooses.
>>
>>--
>>Thanks, Rich Kulp
>>
>>
>>
>
>
Re: CVS versioning starts with 1.1 [message #160177 is a reply to message #159605] Fri, 21 November 2003 11:47 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse-user.jibeinc.com

Hans Schwaebli wrote:

> Can't it really not be changed so that it starts with 1.0 instead of 1.1?
>
> It says "By default revision 1.1 is the first revision of a file." It sounds
> to me that the default can be changed.
>
>
> "Rich Kulp" <richkulp@NO.SPAM.us.ibm.com> wrote in message
> news:bpimgc$bbg$2@eclipse.org...
>
>>Basically, you have no control over version numbers. CVS uses them to
>>keep track of revision and branching paths. See
>>
>> http://www.cvshome.org/docs/manual/cvs-1.11.7/cvs_4.html#SEC 44

Changing the revision numbering scheme is generally frowned upon in the
CVS community. The link above says that the revision numbers are
internal and not of general concern for most uses of CVS. It also
clearly talks about the use of CVS Tags to label files or groups of
files in a project-dependent way.

Eric
--
Eric Rizzo
Software Architect
Jibe, Inc.
http://www.jibeinc.com
Previous Topic:Running Eclipse programs from outside Eclipse?
Next Topic:Any plans for better print support?
Goto Forum:
  


Current Time: Sun Apr 27 01:54:12 EDT 2025

Powered by FUDForum. Page generated in 0.02375 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top