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

Re: continuing subversion/svnserve questions...

From: Joerg Hessdoerfer <Joerg.Hessdoerfer_at_sea-gmbh.com>
Date: 2004-08-25 10:03:56 CEST

Hi,

On Wednesday 25 August 2004 02:59, bruce wrote:
> thanks....
[...]
>
> i also envision users who will act as testers of the functions. once the
> test person verifies that the file/function works, i'd like for the test
> person to be able to copy the file/function into a 'valid' directory. the
> 'valid' directory would basically be a storage of the working/complete
> functions/files.
>
> my question has to do with how this kind of environment should be setup. is
> it possible within 'subversion' to actually 'tag' a file, or set a property
> that can be used to denote that the given version of the file is 'good'? or
> would it be better to set up a directory were i would just copy the
> 'working files' to once they were verified? would this be a 'branch'?
>

If I understand you correctly, then, yes, your testers could just 'svn cp' the
'accepted' functions to a 'valid directory'. Now, if your coders modify those
functions, I assume they need re-testing, which would then take place in the
'original location'. After testing again, they would be copied again.

This would have the benefit of always having a working 'active' function tree.
This is something like tagging, and we use this style for our in-house
products, it fits our development model quite well.

The big advantage of such a scheme in your case is, that you can 'accept'
individual files as needed.

> it seems as though i'm making this a little more complex than it has to
> be... with msoft vss, i could simply creae the different dirs, and
> move/copy the underlying files as i needed to.. so i'm fairly certain that
> what i'm trying to do is pretty straight-forward if i really understood
> subversion...!!!
>
> also, in using the tortise client, and reviewing test files in a test
> repository, it appears that revisions are integers... does subversion using
> integers exclusively, or is it possible to use the dot '.' format for
> version/revision numbers, or am i confusing the role/usage of
> revision/version numbers with subversion..
>
> thanks for all/any pointers/comments/etc...
>
> -bruce

No, svn uses integers, period. This revision number is just a 'transaction
counter', and should not have anything to do with project version numbers.
(Except your release could point back to a svn revision, for reference).

HTH,
 Jörg

-- 
Leading SW developer  - S.E.A GmbH
Mail: joerg.hessdoerfer@sea-gmbh.com
WWW:  http://www.sea-gmbh.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 25 10:05:24 2004

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.