User login

Starting fresh with CVS to avoid sticky problems

OK, this worked, in a completely fresh directory:

Ebony-II:~ ben$ mkdir /RCS/cvsfresh
Ebony-II:~ ben$ cd /RCS/cvsfresh/
Ebony-II:cvsfresh ben$ export CVSROOT=:pserver:agaric@cvs.drupal.org:/cvs/drupal-contrib
Ebony-II:cvsfresh ben$ cvs login

Logging in to :pserver:agaric@cvs.drupal.org:2401/cvs/drupal-contrib
CVS password:

Ebony-II:cvsfresh ben$ cvs co -l contributions/modules
cvs checkout: Updating contributions/modules
U contributions/modules/.project

Ebony-II:cvsfresh ben$ svn export https://agaricdesign.com/srv/svn/agaric/agaric-modules/5/enabled_modules contributions/modules/enabled_modules
A contributions/modules/enabled_modules
A contributions/modules/enabled_modules/enabled_modules.module
A contributions/modules/enabled_modules/enabled_modules.info
Exported revision 5173.

Ebony-II:cvsfresh ben$ cd contributions/modules/
Ebony-II:modules ben$ cvs add enabled_modules

? enabled_modules/enabled_modules.info
? enabled_modules/enabled_modules.module
Directory /cvs/drupal-contrib/contributions/modules/enabled_modules added to the repository

Ebony-II:modules ben$ cd enabled_modules/
Ebony-II:enabled_modules ben$ cvs add *

cvs add: cannot add special file CVS'; skipping
cvs add: scheduling file
enabled_modules.info' for addition
cvs add: scheduling file enabled_modules.module' for addition
cvs add: use
cvs commit' to add these files permanently

Ebony-II:enabled_modules ben$ cvs commit -m "Second attempt at initial commit"
cvs commit: Examining .
/cvs/drupal-contrib/contributions/modules/enabled_modules/enabled_modules.info,v <-- enabled_modules.info
initial revision: 1.1
/cvs/drupal-contrib/contributions/modules/enabled_modules/enabled_modules.module,v <-- enabled_modules.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.
Ebony-II:enabled_modules ben$ cvs status

cvs status: Examining .

File: enabled_modules.info Status: Up-to-date

Working revision: 1.1
Repository revision: 1.1 /cvs/drupal-contrib/contributions/modules/enabled_modules/enabled_modules.info,v
Commit Identifier: df147fcfa724567
Sticky Tag: (none)
Sticky Date: (none)

Sticky Options: (none)

===================================================================
File: enabled_modules.module Status: Up-to-date

Working revision: 1.1
Repository revision: 1.1 /cvs/drupal-contrib/contributions/modules/enabled_modules/enabled_modules.module,v
Commit Identifier: df147fcfa724567
Sticky Tag: (none)
Sticky Date: (none)
Sticky Options: (none)

Ebony-II:enabled_modules ben$ cd ../../
Ebony-II:contributions ben$ cvs tag -b DRUPAL-5 modules/enabled_modules

cvs tag: Tagging modules/enabled_modules
T modules/enabled_modules/enabled_modules.info
T modules/enabled_modules/enabled_modules.module
Ebony-II:contributions ben$ cvs commit -m "tagged"
cvs commit: Examining .
cvs commit: Examining modules
cvs commit: Examining modules/enabled_modules

Resolution

Searched words: 
CVS version control straightforward get module CVS development

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <blockquote> <small> <h2> <h3> <h4> <h5> <h6> <sub> <sup> <p> <br> <strike> <table> <tr> <td> <thead> <th> <tbody> <tt> <output>
  • Lines and paragraphs break automatically.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.