[drupal-devel] Removing a cvs version
Hi, Since the bluemarine phptemplate theme is now in core, I would like to know the best method of removing the cvs version from contributions. I still want the older releases in cvs but the HEAD version I want to stop from being packaged every night. Can someone please enlighten me. Thanks in advance. Gordon.
Op woensdag 22 juni 2005 15:14, schreef Gordon Heydon:
Hi,
Since the bluemarine phptemplate theme is now in core, I would like to know the best method of removing the cvs version from contributions. I still want the older releases in cvs but the HEAD version I want to stop from being packaged every night.
Can someone please enlighten me. after logging in with your cvs account
$ cvs rm /path/to/remove $ svn ci Shoud do Regards, Bèr -- [ Bèr Kessels | Drupal services www.webschuur.com ]
Hi, On Wed, 2005-06-22 at 16:25 +0200, Bèr Kessels wrote:
Op woensdag 22 juni 2005 15:14, schreef Gordon Heydon:
Hi,
Since the bluemarine phptemplate theme is now in core, I would like to know the best method of removing the cvs version from contributions. I still want the older releases in cvs but the HEAD version I want to stop from being packaged every night.
Can someone please enlighten me. after logging in with your cvs account
$ cvs rm /path/to/remove $ svn ci
Ok, I thought that this would do it, but I was not sure about the effects on drupal.org in just removing a project and not having the older versions being lost as well. Thanks Gordon
Op donderdag 23 juni 2005 01:24, schreef Gordon Heydon:
Ok, I thought that this would do it, but I was not sure about the effects on drupal.org in just removing a project and not having the older versions being lost as well.
removing solmething in CVS is actually nothing more than moving it. It is moved into a special directory called "attic". Regards, Bèr -- [ Bèr Kessels | Drupal services www.webschuur.com ]
On Thu, 2005-06-23 at 08:44 +0200, Bèr Kessels wrote:
Op donderdag 23 juni 2005 01:24, schreef Gordon Heydon:
Ok, I thought that this would do it, but I was not sure about the effects on drupal.org in just removing a project and not having the older versions being lost as well.
removing solmething in CVS is actually nothing more than moving it. It is moved into a special directory called "attic".
I know this is how you do it from cvs, But the thing that I want to know is how do I stop the cvs download from being created? I have triied it with filestore and it has just the LICENCE.txt in the archive. Gordon.
participants (2)
-
Bèr Kessels -
Gordon Heydon