Release: 1.0
mr.andrey - August 24, 2008 - 22:58
| Project: | Workflow-NG: Profile Action |
| Version: | 5.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Initial release
| Attachment | Size |
|---|---|
| wng_profile_action_5.x-1.0.tar.gz | 1.34 KB |

#1
P.S. I basically don't have time to dig through documentation to get the CVS going. If someone feels like sending me simple step-by-step guide for how to get this from OSX into Drupal CVS, I'll upload it to CVS.
Thanks,
Andrey.
#2
The best page in the handbook for this type of information is the CVS quickstart guide.
#3
A very straightforward page, I think, is Step-by-step: Create a CVS project.
#4
Thanks, Christefano. It seems like a really straight-forward guide.
I got this during step 6, is it something I should worry about?
~/cvs/contributions/modules# cvs add wng_profile_action? wng_profile_action/wng_profile_action.info
? wng_profile_action/wng_profile_action.module
cvs add: Using deprecated info format strings. Convert your scripts to use
the new argument format and remove '1's from your info file format strings.
cvs rlog: could not read RCS file for contributions/modules/wng_profile_action/directory
Directory /cvs/drupal-contrib/contributions/modules/wng_profile_action added to the repository
And also this during step 9:
~/cvs/contributions/modules/wng_profile_action# cvs commit -m "Initial release of Workflow-NG: Profile Action module"cvs commit: Examining .
/cvs/drupal-contrib/contributions/modules/wng_profile_action/wng_profile_action.info,v <-- wng_profile_action.info
initial revision: 1.1
/cvs/drupal-contrib/contributions/modules/wng_profile_action/wng_profile_action.module,v <-- wng_profile_action.module
initial revision: 1.1
cvs commit: Using deprecated info format strings. Convert your scripts to use
the new argument format and remove '1's from your info file format strings.
Any ideas?
I then ran:
cvs tag -b DRUPAL-5And then tried "cvs tag DRUPAL-5--1", but it gives me errors:
~/cvs/contributions/modules/wng_profile_action# cvs tag DRUPAL-5--1** ERROR: invalid tag for this directory:
** contributions/modules/wng_profile_action
cvs tag: Pre-tag check failed
cvs [tag aborted]: correct the above errors first!
It seemed to work, though, and the dev version shows up.
What do I need to do if I want to update the snapshot?
Here are the steps that I took to get it all going:
mkdir cvs
cd cvs
export CVSROOT=:pserver:username@cvs.drupal.org:/cvs/drupal-contrib
cvs login
cvs co -l contributions/modules
cp -r ~/dev/sites/all/modules/wng_profile_action contributions/modules
cd contributions/modules
cvs add wng_profile_action
cd wng_profile_action
cvs add *
# create a new branch:
cvs tag -b DRUPAL-5
Thanks,
Andrey.