I use CVS to check out all my drupal components EXCEPT picture-reloaded because it does not play nice with CVS. Could you fix it so that releases are available via CVS?

Comments

Jeff Burnz’s picture

Status: Active » Closed (fixed)

I use CVS to check out and commit to this project so it works for me.

I cannot do anything about your issues with CVS, if you are having a problem I suggest you make an issue with the d.o infrastructure team.

spydmobile’s picture

Title: CVS does not have 3.x branch » CVS instructions do not have 3.x branch
Category: bug » support
Status: Closed (fixed) » Active

When you view the CVS instructions they offer a way to check out head aka 6.x-1.x-dev:

cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib checkout -d pixture_reloaded-HEAD contributions/themes/pixture_reloaded/

It also offers a way to check out 6.x.2.x

cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib checkout -d pixture_reloaded-DRUPAL-6--2 -r DRUPAL-6--2 contributions/themes/pixture_reloaded/

However, there are no releases available in these branches, however there is a release for 6.x.3.2 but the cvs instructions dont display that
a cvs checkout can be done with:

cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib checkout -d pixture_reloaded -r DRUPAL-6--3-2 contributions/themes/pixture_reloaded/

But the way things are now, beginners will not understand or even some experienced users will think that there is no CVS for 3.2

Does that make more sense?

Jeff Burnz’s picture

Nope - all gobbledegook to me, I am designer and themer, not a CVS expert. I'm not the right person to ask about this I'm afraid.