
stream="wwp_Logic_Lune-6.8"

snapshot="wwp_Logic_Lune_AB_36"

get_file ()
{
	file="$1"
	name="${file##*/}"

	accurev cat -v $snapshot -p $stream "$file" > "$name"
}

get_file /./docs/Lune_Register_Map.doc

get_file /./backend/releases/release_notes.txt
get_file /./backend/releases/lune_regmap.h
get_file /./backend/releases/lune_top.rbf

gzip -9 lune_top.rbf

