|
We have a module in our repository that had lots of
un-needed code in it. Rather than cvs remove on lots of files
scattered throughout the tree, we checked it out, cleaned up the code, ran find
. -name "CVS" -exec rm -rf {} \; on the working copy, then cvs import the
copy.
Problem is this: the vendor/release tags for the
import get translated into symbolic names, and the module gets placed on a
branch. What gives here??
M. Shawn
Anderson
BizNum, Inc.
1215 Washington Street,
Suite 100
Wilmette, IL
60091
|
Title: Blank
- Re: branch created on import Shawn Anderson
- Re: branch created on import Larry Jones
