Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Webtools Releng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
webtools
Releng
Webtools Releng
Commits
f618ce45
Commit
f618ce45
authored
18 years ago
by
david_williams
Browse files
Options
Downloads
Patches
Plain Diff
save and restore serialized state
parent
2a93f07d
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
releng.control/getFromCVS-relengControl.sh
+20
-15
20 additions, 15 deletions
releng.control/getFromCVS-relengControl.sh
with
20 additions
and
15 deletions
releng.control/getFromCVS-relengControl.sh
+
20
−
15
View file @
f618ce45
# This bat file is to help get builds started "fresh".
# The -f means do not use ~/.cvsrc file -- this is just to ensure no "hidden options"
# export is used, instead of checkout, just to avoid the CVS directories and since this code
# for a local build, there should never be a need to check it back in to CVS.
#
rm
-fr
releng.control
cvs
-f
-d
:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools
export
-r
HEAD releng.control
dos2unix releng.control/
*
.sh
chmod
+x releng.control/
*
.sh
# This bat file is to help get builds started "fresh".
# The -f means do not use ~/.cvsrc file -- this is just to ensure no "hidden options"
# export is used, instead of checkout, just to avoid the CVS directories and since this code
# for a local build, there should never be a need to check it back in to CVS.
#
cp
releng.control/
*
.ser
.
rm
-fr
releng.control
cvs
-f
-d
:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools
export
-r
HEAD releng.control
mv
*
.ser releng.control
dos2unix releng.control/
*
.sh
chmod
+x releng.control/
*
.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