Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alberta3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ians-nmh-siebert
alberta
alberta3
Commits
f44acf8e
Commit
f44acf8e
authored
21 years ago
by
Claus-Justus Heine
Browse files
Options
Downloads
Patches
Plain Diff
Reworked a little bit after communication with Dani.
parent
613836ee
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MAINTENANCE
+8
-9
8 additions, 9 deletions
MAINTENANCE
with
8 additions
and
9 deletions
MAINTENANCE
+
8
−
9
View file @
f44acf8e
...
...
@@ -108,6 +108,8 @@ Step 0)
(the latter link seems to be a bit funky, may better use the CVS home page
as entry point.)
There are a couple of front-end for CVS, e.g. an Emacs mode and many others.
Step 0a)
Make sure the stuff you are checkingin at least builds without errors.
...
...
@@ -118,21 +120,18 @@ Step 1)
Step 2)
cvs commit
BIG FAT WARNING: this commits _all_ changed files. It is probably bette
to commit on a file-per-file basis.
NOTE: this commits _all_ changed files. It is probably bette
to commit on a file-per-file basis:
cvs commit FILE1 .... FILEN
with a selected collection of file you really want to commit.
ALSO: it is required that all commits are properly documented. The comments
must be written in a way that other people can understand them.
There are a couple of front-end for CVS, e.g. an Emacs mode, a TCL interface,
and even when using CVS from the command-line, it is not necessary to commit
everything at once. So maybe better do:
Step 2-preferred)
cvs commit FILE1 .... FILEN
with a selected collection of file you really want to commit.
Another possibility (avoiding Step 1) from above) is the following:
Step (1 and 2-preferred)-alternative)
Check out the "cvs.sh" script:
cvs co admin-utils/cvs.sh
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment