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

Re: Bugtracking intergrated in SVN?

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-10-08 14:03:53 CEST

On Mon, Oct 08, 2001 at 10:58:33AM +0200, Peter Gebauer wrote:
>...
> 1) Will there be support for issue tracking on atom level as well as

Subversion is a version control system. It is unrelated to issue tracking.
It is possible to implement an issue system which *uses* Subversion as a
storage system, but that is completely unrelated to our work (and I haven't
heard of anyone attempting that).

>...
> 2) What kind of versionen system is used? I like the OSDN regular
> (x.y.z-p) used, but I would also like it on atom level. That is, files and
> directories NEED to have their own versions, but the project/module
> version needs to be changed for every atom change as well. This is what
> SVN does?

Subversion assigns a single integer number to each revision of the *entire*
repository. Currently, Subversion itself is at revision 213. If somebody
commits something, then the repository will bump up to 214.

Individual files and directories do not have revision numbers.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:44 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.