Subdomain Posts
None | 37 days ago
Bash | 41 days ago
None | 52 days ago
None | 474 days ago
None | 474 days ago
Bash | 484 days ago
None | 920 days ago
None | 920 days ago
Recent Posts
C | 24 sec ago
Java | 41 sec ago
C | 50 sec ago
None | 1 min ago
None | 1 min ago
PHP | 1 min ago
PAWN | 1 min ago
None | 1 min ago
HTML | 2 min ago
PHP | 3 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By jsa on the 1st of Dec 2008 08:05:18 PM
Download |
Raw |
Embed |
Report
#!/bin/sh
# This is largely unnecessary, but is a variant of what I designed to suit my needs.
# It overcomes some issue that annoyed me, and makes the process one easy command
# This assumes that marcusmerge is in your path
# Uninstall all installed marcusom portage if present
marcusmerge -U
# CHANGE THIS to your ports-supfile
csup /PATH/TO/PORTS-SUPFILE
# CHANGE THIS to your general marcuscom direcotry
# example: /usr/mcom/
cd /PATH/TO/MARCUSOM-PORTS
# There will be two subdirectories under the general directory, ports and ports-stable
cvs -z3 -q -d :pserver:anonymous@creme-brulee.marcuscom.com:/space/cvs/marcuscom-cvs \
up -Pd ports-stable ports
# This line fetches the INDEX file for your branch
marcusmerge -i
# First, merge ports-stable, then merge marcuscom ports, order probably doesn't matter
marcusmerge -m ports-stable
marcusmerge -m ports
# This lists all the ports that are out of date, just for convenience
marcusmerge -l
Submit a correction or amendment below.
[ previous version ] | [ difference ] | Make A New Post