[Zope-CMF] Re: [ATTN]: CMF and related packages moved to
svn.zope.org
Tres Seaver
tseaver at palladion.com
Mon Jul 18 08:31:53 EDT 2005
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Jens Vagelpohl wrote:
>
> On 17 Jul 2005, at 20:31, Chris Withers wrote:
>
>> Jens Vagelpohl wrote:
>>
>>> - "Close off" or "freeze" the CMF projects on cvs.zope.org to
>>> either disallow checkins or bring up big fat warnings if someone
>>> tries to. Input and ideas on this are welcome, if it was up to me I
>>> would use the "commitinfo" file in the CVSROOT to completely
>>> prevent updates as the first step.
>>>
>>
>> I like the way this was done with Zope's CVS: the HEAD was cvs
>> delete'ed and files cvs add'ed saying where to go look for the new
>> versions...
>
>
> Right. (Here comes out my CVS ignorance:) Does CVS recursively delete
> whole projects or does this require some script that deletes folder
> contents before the folder can be removed? I dimly remember having
> tried to cvs remove folders at some point and it wouldn't let me.
You can't remove directories in CVS through its normal interface (and
shouldn't "back-door" it); instead, you end up doing something like:
$ find . -type "f" | grep -v CVS | xargs cvs rm -f
to remove all files. I did that on the CVS head when the main Zope
repository moved over.
> This would have to happen in conjunction with my earlier suggestion
> about using commitinfo since unlike the Zope repo we really want to
> completely prevent checkins.
If we did that on the trunk and each of the active branches in CVS, we
would be safe, without having to hack commitinfo.
Tres.
- --
===================================================================
Tres Seaver +1 202-558-7113 tseaver at palladion.com
Palladion Software "Excellence by Design" http://palladion.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFC26E4+gerLs4ltQ4RAlG2AJ936NeF6C2GOZSNjE58LX8SI4gR5wCfZgIX
luw49d99SC71m9hN+9DEpWA=
=9HAx
-----END PGP SIGNATURE-----
More information about the Zope-CMF
mailing list