-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Martin Hejl wrote:
> Eric Spakman wrote:
>> There currently aren't any release tags unfortuanatly. But everything in
>> CVS is exactly 2.4.1, so if you build buildenv you would have version
>> 2.4.1.
> Just to clarify - the main reason that there releases aren't tagged in
> CVS was not simply because of oversight, but because buildtool currently
> doesn't support fetching tagged files (and adding would only solve part
> of the problem - to be of real use, buildtool would need to support
> branches, so maintenance fixes would be fetched).
> 
> When making a checkout from CVS, remember to use a SF developer account
> - synching between the "real" CVS server and the backup server (which is
> used for anonymous access) still doesn't seem to work (I infer that from
> the fact that commits from 2 days ago are still not visible on the
> backup server).

This might be one benefit to subversion.  "tags" and "branches" in
subversion are not special case items, as they are in CVS, but
full-fledged repositories in their own right.  Assuming buildtool could
talk to a subversion repository, it would be a simple matter of
specifying the appropriate base repository in a config file somewhere
and any desired version (with applicable patches/updates, if it's been
maintained) can be built.

The difference would be simply (using the somewhat standard CVS-like
repository layout):

Latest Version:
<base-URL>/trunk

Previous release version with updates:
<base-URL>/branches/v1.2.3

Previous release snapshot:
<base-URL>/tags/v1.x.y

...also, since branches and tags are "free" (zero-copy) in subversion,
they don't suffer from the performance penalties encountered with CVS,
meaning it's faster/easier to create them as well as easier to use them,
so they're more likely to be properly taken advantage of.

- --
Charles Steinkuehler
[EMAIL PROTECTED]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEW3RWLywbqEHdNFwRAp85AKCo4C8FwJLNz/43aY/DgeaQz9lVPwCfS6T0
n8ztyvK2IEpIkRb8eSlTH4U=
=vOkC
-----END PGP SIGNATURE-----


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

_______________________________________________
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to